diff options
author | Richard Levitte <levitte@openssl.org> | 2020-10-26 13:06:01 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-11-11 11:42:06 +0100 |
commit | ebfdb63d96496274106b4192fda6039cbb272bae (patch) | |
tree | 783610da2aeff10d1c1944e077600c153e7125e0 /util/libcrypto.num | |
parent | 25-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errors (diff) | |
download | openssl-ebfdb63d96496274106b4192fda6039cbb272bae.tar.xz openssl-ebfdb63d96496274106b4192fda6039cbb272bae.zip |
DECODER: Add support for specifying the outermost input structure
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13248)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 9437e30e85..40e1fcb43a 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5285,3 +5285,6 @@ EVP_PKEY_CTX_get0_libctx ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get0_propq ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_set1_encoded_public_key ? 3_0_0 EXIST::FUNCTION: EVP_PKEY_get1_encoded_public_key ? 3_0_0 EXIST::FUNCTION: +OSSL_DECODER_CTX_set_selection ? 3_0_0 EXIST::FUNCTION: +OSSL_DECODER_CTX_set_input_structure ? 3_0_0 EXIST::FUNCTION: +OSSL_DECODER_INSTANCE_get_input_structure ? 3_0_0 EXIST::FUNCTION: |