diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2022-07-29 13:09:52 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2022-09-02 21:29:38 +0200 |
commit | cae1d08f2c967cba960163075bda39f33d41c156 (patch) | |
tree | 24247bc7147972c99b230a3de161f9fd62fa922e /util | |
parent | TX key update support, RX time and PN reporting, general refactoring (diff) | |
download | openssl-cae1d08f2c967cba960163075bda39f33d41c156.tar.xz openssl-cae1d08f2c967cba960163075bda39f33d41c156.zip |
Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.
Also change B< to I< in {CMS,PKCS7}_verify.pod, PKCS7_sign{,_add_signer}.pod
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/18915)
Diffstat (limited to 'util')
-rw-r--r-- | util/missingcrypto.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 94c916b185..6a677f7aa0 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -887,8 +887,6 @@ PKCS7_add1_attrib_digest(3) PKCS7_add_attrib_content_type(3) PKCS7_add_attrib_smimecap(3) PKCS7_add_attribute(3) -PKCS7_add_certificate(3) -PKCS7_add_crl(3) PKCS7_add_recipient(3) PKCS7_add_recipient_info(3) PKCS7_add_signature(3) |