]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
mention what happens if OPENSSL_NO_RC2 is defined
authorVladimir Kotal <vladimir.kotal@oracle.com>
Fri, 19 Jul 2019 14:01:13 +0000 (16:01 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Aug 2019 08:47:00 +0000 (09:47 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9415)

doc/man1/pkcs12.pod

index b1b688449e9a847df665f8d07f605f6305fa01cd..f18f3b9c3a0eed88d216b8e91f2c87d25d442589 100644 (file)
@@ -225,7 +225,8 @@ for this search. If the search fails it is considered a fatal error.
 
 Encrypt the certificate using triple DES, this may render the PKCS#12
 file unreadable by some "export grade" software. By default the private
-key is encrypted using triple DES and the certificate using 40 bit RC2.
+key is encrypted using triple DES and the certificate using 40 bit RC2
+unless RC2 is disabled in which case triple DES is used.
 
 =item B<-keypbe alg>, B<-certpbe alg>