mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
RT3940: For now, just document the issue.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
0556f2aa43
commit
2a9afa4046
@ -122,6 +122,9 @@ encrypt mail for the given recipient certificates. Input file is the message
|
||||
to be encrypted. The output file is the encrypted mail in MIME format. The
|
||||
actual CMS type is <B>EnvelopedData<B>.
|
||||
|
||||
Note that no revocation check is done for the recipient cert, so if that
|
||||
key has been compromised, others may be able to decrypt the text.
|
||||
|
||||
=item B<-decrypt>
|
||||
|
||||
decrypt mail using the supplied certificate and private key. Expects an
|
||||
|
@ -90,6 +90,9 @@ Print out a usage message.
|
||||
encrypt mail for the given recipient certificates. Input file is the message
|
||||
to be encrypted. The output file is the encrypted mail in MIME format.
|
||||
|
||||
Note that no revocation check is done for the recipient cert, so if that
|
||||
key has been compromised, others may be able to decrypt the text.
|
||||
|
||||
=item B<-decrypt>
|
||||
|
||||
decrypt mail using the supplied certificate and private key. Expects an
|
||||
|
Loading…
Reference in New Issue
Block a user