Added --crl-file to load a Certificate Revocation List (CRL) file

Reported-by: Noël Köthe <noel@debian.org>
This commit is contained in:
Tim Rühsen
2014-11-06 17:53:44 +01:00
parent 170a469533
commit e4a8fe84e2
7 changed files with 70 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2014-11-06 Tim Ruehsen <tim.ruehsen@gmx.de>
* wget.texi: added description for --crl-file
2014-10-28 Giuseppe Scrivano <gscrivan@redhat.com>
* Makefile.am: Replace $FOO with @VAR@.

View File

@@ -1725,6 +1725,11 @@ it allows Wget to fetch certificates on demand.
Without this option Wget looks for CA certificates at the
system-specified locations, chosen at OpenSSL installation time.
@cindex SSL CRL, certificate revocation list
@item --crl-file=@var{file}
Specifies a CRL file in @var{file}. This is needed for certificates
that have been revocated by the CAs.
@cindex entropy, specifying source of
@cindex randomness, specifying source of
@item --random-file=@var{file}