diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-22 13:05:59 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-22 13:05:59 +0000 |
commit | 2c14c598c3061ac2533f997352aa06a2266f44d9 (patch) | |
tree | 470894a14935f308eeac93c6cbf6cf25632e1cb1 /doc/apps/cms.pod | |
parent | 47b11f985b9e0ff561a67e19674de6fbcf79281d (diff) |
Notes
Diffstat (limited to 'doc/apps/cms.pod')
-rw-r--r-- | doc/apps/cms.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod index 9a24082ba2c2..25b19d5cc583 100644 --- a/doc/apps/cms.pod +++ b/doc/apps/cms.pod @@ -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 |