]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove copy/paste remnants from ancient times
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 18 May 2026 15:24:56 +0000 (17:24 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Thu, 21 May 2026 09:03:22 +0000 (11:03 +0200)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Thu May 21 09:03:28 2026
(Merged from https://github.com/openssl/openssl/pull/31216)

doc/man3/PKCS7_decrypt.pod

index aea15937ab868d0c499442a7e9e38f82d06765c2..5ba3cf1c17c7156e339bb5a622b28b8744a04f1a 100644 (file)
@@ -38,9 +38,6 @@ The error can be obtained from ERR_get_error(3)
 PKCS7_decrypt() must be passed the correct recipient key and certificate. It would
 be better if it could look up the correct key and certificate from a database.
 
-The lack of single pass processing and need to hold all data in memory as
-mentioned in PKCS7_sign() also applies to PKCS7_verify().
-
 =head1 SEE ALSO
 
 L<ERR_get_error(3)>, L<PKCS7_encrypt(3)>