mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Advertise DER rather than ASN1.
This commit is contained in:
parent
d66ad890bf
commit
dc0bac5c43
@ -1,3 +1,7 @@
|
||||
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* main.c (print_help): Advertise "DER", not "ASN1".
|
||||
|
||||
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* openssl.c (init_prng): Disable the weak random seed by default.
|
||||
|
@ -543,11 +543,11 @@ HTTPS (SSL/TLS) options:\n"),
|
||||
N_("\
|
||||
--certificate=FILE client certificate file.\n"),
|
||||
N_("\
|
||||
--certificate-type=TYPE client certificate type, PEM or ASN1.\n"),
|
||||
--certificate-type=TYPE client certificate type, PEM or DER.\n"),
|
||||
N_("\
|
||||
--private-key=FILE private key file.\n"),
|
||||
N_("\
|
||||
--private-key-type=TYPE private key type, PEM or ASN1.\n"),
|
||||
--private-key-type=TYPE private key type, PEM or DER.\n"),
|
||||
N_("\
|
||||
--ca-certificate=FILE file with the bundle of CA's.\n"),
|
||||
N_("\
|
||||
|
Loading…
Reference in New Issue
Block a user