aboutsummaryrefslogtreecommitdiff
path: root/docs/SSLCERTS
AgeCommit message (Collapse)Author
2013-02-18docs: schannel and darwinssl documentation improvementsNick Zitzmann
Schannel and darwinssl use the certificates built into the OS to do vert verification instead of bundles. darwinssl is thread-safe. Corrected typos in the NSS docs.
2010-02-14removed trailing whitespaceYang Tse
2009-09-21added section for libcurl builds with NSS SSL support.Gunter Knauf
2009-08-18the mozilla browser is called Firefox...Daniel Stenberg
2008-02-18- We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
2008-02-08fixed a typo.Gunter Knauf
2008-02-08for step 5, mention that we can now generate an own version locally if wantedDaniel Stenberg
instead of downloading it from the curl site
2004-09-12describes how you can extract the CA cert from a site using the openssl toolDaniel Stenberg
2004-08-25Frankie V's description on how to get a CA cert for a random site usingDaniel Stenberg
IE
2004-08-09mention the new cool CA extraction way just documentedDaniel Stenberg
2004-06-29'M-x ispell-buffer'Daniel Stenberg
2004-06-29Added missing info for the command line tool, as noted by Mike KienenbergerDaniel Stenberg
2004-03-30mention the fact that you can append a new CA cert to the existing bundle tooDaniel Stenberg
2004-03-16added the CA bundle default path, and mention the risk that the server youDaniel Stenberg
try to talk to may be an imposter
2003-07-23moved SSLCERTS into the docs/ directoryDaniel Stenberg