index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mk-ca-bundle.pl
Age
Commit message (
Expand
)
Author
2011-04-14
Replaced var manipulations with perlish hacks.
Guenter Knauf
2011-04-07
mk-ca-bundle.pl: show full URL in output
Daniel Stenberg
2011-04-01
Increased script version.
Guenter Knauf
2011-04-01
Make use of proxy vars if set.
Guenter Knauf
2011-04-01
Use var again instead of hard-coded filename.
Guenter Knauf
2011-03-14
mk-ca-bundle.pl: Only download if modified
Ask Bjørn Hansen
2011-02-02
mk-ca-bundle.pl: use new cacert url
Daniel Stenberg
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
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 before...
Gunter Knauf
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
2008-02-10
added -b switch to provide a backup functionality for existing ca-bundle.crt ...
Gunter Knauf
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
2008-02-08
added Perl script to create a fresh ca-bundle.crt.
Gunter Knauf