Commit 19fca4ca authored by Rich Salz's avatar Rich Salz
Browse files

RT3940: For now, just document the issue.



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 2a9afa40)
parent 5802758e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -85,6 +85,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
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@ The meaning of the other options varies according to the operation type.
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