Fix inconsistent doc of CMS_verify and PKCS7_verify etc.#18915
Fix inconsistent doc of CMS_verify and PKCS7_verify etc.#18915DDvO wants to merge 4 commits intoopenssl:masterfrom
CMS_verify and PKCS7_verify etc.#18915Conversation
b63720a to
844ff45
Compare
CMS_verify vs. PKCS7_verifyCMS_verify and PKCS7_verify etc.
|
This PR is in a state where it requires action by @openssl/otc but the last update was 30 days ago |
|
This cannot be merged to stable branches because code cleanups are not allowed there. The missingcrypto111.txt should not be touched. If you want the doc fixes on stable branches, please split the PR. |
|
So I will remove the changes to |
Also change B< to I< in {CMS,PKCS7}_verify.pod, PKCS7_sign{,_add_signer}.pod
844ff45 to
9e9bc39
Compare
Done, and rebased the PR. |
There is no |
|
This pull request is ready to merge |
|
Merged to |
Also change B< to I< in {CMS,PKCS7}_verify.pod, PKCS7_sign{,_add_signer}.pod
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from #18915)
…7,cms}/ Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #18915)
Also change B< to I< in {CMS,PKCS7}_verify.pod, PKCS7_sign{,_add_signer}.pod
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from openssl#18915)
…7,cms}/ Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#18915)
Also change B< to I< in {CMS,PKCS7}_verify.pod, PKCS7_sign{,_add_signer}.pod
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: David von Oheimb <[email protected]>
(Merged from openssl#18915)
…7,cms}/ Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from openssl#18915)
CMS_verify()andPKC7_verify()CMS_add0_cert.pod,PKCS7_sign.pod, andPKCS7_sign_add_signer.podPKCS7_add_certificate()andPKCS7_add_crl()B<ptoI<inCMS_verify(),PKC7_verify(),PKCS7_sign.pod, andPKCS7_sign_add_signer.podcrypto/cmsandcrypto/pkcs7and minor related cleanup inpkcs7.h.inBTW, I wonder why the tremendous overlap between CMS and PKCS7 was introduced.
It should be clear that they are basically the same.
Major consolidation should be done here, as now requested in #18919.