Skip to content

Commit

Permalink
mention what happens if OPENSSL_NO_RC2 is defined
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#9415)
  • Loading branch information
vladak authored and mattcaswell committed Aug 9, 2019
1 parent c8edb04 commit 8c47e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/man1/pkcs12.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 8c47e55

Please sign in to comment.