agl / extract-nss-root-certs

136 stars 32 forks source link

Share the love (links to other implementations) #9

Closed coolaj86 closed 10 years ago

coolaj86 commented 10 years ago

Just trying to make it easier for people searching this way or that to find the thing that suits them best. I've linked to yours on mine as well.

agl commented 10 years ago

The point of this code was to do the extraction correctly because several others did things like include distrusted certificates. Since I've not vetted the other implementations, I'm afraid I'm reticent to link to them.

coolaj86 commented 10 years ago

That might be a good thing to note in your README.

The node.js script does not include the distrusted certificates.

I haven't vetted the perl one, but since it's part of cURL and I know I get warnings from curl about untrusted certs sometimes, I think it does as well.