Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | SSLCERTS: update wrt SSL CA certificate store | Ludwig Nussel | |
2016-02-02 | HTTPS: update a bunch of URLs from HTTP to HTTPS | Daniel Stenberg | |
2014-09-10 | SSLCERTS: minor updates | Daniel Stenberg | |
Edited format to look better on the web, added a "it is about trust" section. | |||
2014-09-09 | SSLCERTS: converted to markdown | Daniel Stenberg | |
Only minor edits to make it generate nice HTML output using markdown, as this document serves both in source release tarballs as on the web site. URL: http://curl.haxx.se/docs/sslcerts.html | |||
2014-08-11 | docs/SSLCERTS: update the section about NSS database | Kamil Dudka | |
Bug: http://curl.haxx.se/mail/lib-2014-07/0335.html Reported-by: David Shaw | |||
2014-03-14 | docs: fixed a bunch of typos | Dan Fandrich | |
2013-02-18 | docs: schannel and darwinssl documentation improvements | Nick 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-14 | removed trailing whitespace | Yang Tse | |
2009-09-21 | added section for libcurl builds with NSS SSL support. | Gunter Knauf | |
2009-08-18 | the 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 can | Daniel 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-08 | fixed a typo. | Gunter Knauf | |
2008-02-08 | for step 5, mention that we can now generate an own version locally if wanted | Daniel Stenberg | |
instead of downloading it from the curl site | |||
2004-09-12 | describes how you can extract the CA cert from a site using the openssl tool | Daniel Stenberg | |
2004-08-25 | Frankie V's description on how to get a CA cert for a random site using | Daniel Stenberg | |
IE | |||
2004-08-09 | mention the new cool CA extraction way just documented | Daniel Stenberg | |
2004-06-29 | 'M-x ispell-buffer' | Daniel Stenberg | |
2004-06-29 | Added missing info for the command line tool, as noted by Mike Kienenberger | Daniel Stenberg | |
2004-03-30 | mention the fact that you can append a new CA cert to the existing bundle too | Daniel Stenberg | |
2004-03-16 | added the CA bundle default path, and mention the risk that the server you | Daniel Stenberg | |
try to talk to may be an imposter | |||
2003-07-23 | moved SSLCERTS into the docs/ directory | Daniel Stenberg | |