X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FCMS_encrypt.pod;h=3e777582d56e6ad3ed1b07c18e2b4ea928e086e8;hp=8d7211056e37d69f585813d5d31d485c68130499;hb=ecd4b8fe852612bb902b8dee7ca09648fa730253;hpb=8a0c91d3bdf34957b022ea170ea3fa6cdde0ab85 diff --git a/doc/man3/CMS_encrypt.pod b/doc/man3/CMS_encrypt.pod index 8d7211056e..3e777582d5 100644 --- a/doc/man3/CMS_encrypt.pod +++ b/doc/man3/CMS_encrypt.pod @@ -19,9 +19,8 @@ B is the symmetric cipher to use. B is an optional set of flags. =head1 NOTES -Only certificates carrying RSA keys are supported so the recipient certificates -supplied to this function must all contain RSA public keys, though they do not -have to be signed using the RSA algorithm. +Only certificates carrying RSA, Diffie-Hellman or EC keys are supported by this +function. EVP_des_ede3_cbc() (triple DES) is the algorithm of choice for S/MIME use because most clients will support it.