Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-02 | mk-ca-bundle.pl: use new cacert url | Daniel Stenberg | |
The official Mozilla page at http://www.mozilla.org/projects/security/certs/ points out a new place as the "proper" place to get Mozilla's CA certs from so this script is now updated to use that instead. Reported by: Daniel Mentz | |||
2010-07-22 | Fixed script version which was still based on CVS Revision tag. | Guenter Knauf | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2008-08-23 | removed obsolete slash in URL. | Gunter Knauf | |
2008-08-23 | revert accidental commit | Daniel Stenberg | |
2008-08-23 | - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi | Daniel Stenberg | |
interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047 | |||
2008-08-21 | use a more updated certdata.txt URL | Daniel Stenberg | |
2008-02-15 | fixed version var. | Gunter Knauf | |
2008-02-15 | moved info block up before help block so that it can also be displayed ↵ | Gunter Knauf | |
before help option; trial to add a version number. | |||
2008-02-11 | open pipe to openssl commandline instead of writing into temp file. | Gunter Knauf | |
2008-02-11 | added strict to make sure all vars are properly defined; | Gunter Knauf | |
added -t switch to make text info of CAs optional; added -q switch to be really quiet. | |||
2008-02-10 | added -b switch to provide a backup functionality for existing ca-bundle.crt ↵ | Gunter Knauf | |
file. | |||
2008-02-09 | fixed another wrong var in error message. | Gunter Knauf | |
2008-02-09 | fixed wrong var in error message. | Gunter Knauf | |
2008-02-08 | use argument to specify output filename if present. | Gunter Knauf | |
2008-02-08 | fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!) | Gunter Knauf | |
added a switch to display certdata.txt version header. | |||
2008-02-08 | added Perl script to create a fresh ca-bundle.crt. | Gunter Knauf | |