]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Expose PKCS7_get_octet_string and PKCS7_type_is_other
authorJordan Montgomery <montytyper@msn.com>
Fri, 2 Oct 2020 06:02:52 +0000 (23:02 -0700)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 8 Oct 2020 10:26:44 +0000 (13:26 +0300)
commitdb554ae1104eb5d3279ca338f58a42be61155f2f
treeac98c8da596cc799963c473084050aeabc7ad160
parentb19b983017f3865b1b3411a4e635a670d5798774
Expose PKCS7_get_octet_string and PKCS7_type_is_other

Add PKCS7_get_octet_string() and PKCS7_type_is_other() to the public interface.
Fixes #11139

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13059)
CHANGES.md
crypto/pkcs7/pk7_doit.c
doc/man3/PKCS7_get_octet_string.pod [new file with mode: 0644]
doc/man3/PKCS7_type_is_other.pod [new file with mode: 0644]
include/openssl/pkcs7.h.in
util/libcrypto.num