summaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* mk-ca-bundle.pl: Only download if modifiedAsk Bjørn Hansen2011-03-141-12/+13
| | | | | | | | | | Only download and convert the certdata to the ca-bundle.crt if Mozilla changed the data The Perl LWP module (which in a bit of a circular reference is used by mk-ca-bundle.pl) is now indirectly using this script. I made this small tweak to make it easier to automatically maintain the generated ca-bundle.crt file in version control.
* mk-ca-bundle.pl: use new cacert urlDaniel Stenberg2011-02-021-2/+2
| | | | | | | | | 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
* Fixed script version which was still based on CVS Revision tag.Guenter Knauf2010-07-221-1/+1
|
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-3/+3
|
* removed obsolete slash in URL.Gunter Knauf2008-08-231-1/+1
|
* revert accidental commitDaniel Stenberg2008-08-231-1/+1
|
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-231-1/+1
| | | | | interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047
* use a more updated certdata.txt URLDaniel Stenberg2008-08-211-1/+1
|
* fixed version var.Gunter Knauf2008-02-151-1/+1
|
* moved info block up before help block so that it can also be displayed ↵Gunter Knauf2008-02-151-13/+20
| | | | before help option; trial to add a version number.
* open pipe to openssl commandline instead of writing into temp file.Gunter Knauf2008-02-111-6/+3
|
* added strict to make sure all vars are properly defined;Gunter Knauf2008-02-111-29/+38
| | | | | added -t switch to make text info of CAs optional; added -q switch to be really quiet.
* added -b switch to provide a backup functionality for existing ca-bundle.crt ↵Gunter Knauf2008-02-101-2/+11
| | | | file.
* fixed another wrong var in error message.Gunter Knauf2008-02-091-1/+1
|
* fixed wrong var in error message.Gunter Knauf2008-02-091-1/+1
|
* use argument to specify output filename if present.Gunter Knauf2008-02-081-3/+3
|
* fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!)Gunter Knauf2008-02-081-3/+6
| | | | added a switch to display certdata.txt version header.
* added Perl script to create a fresh ca-bundle.crt.Gunter Knauf2008-02-081-0/+162