]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the EVP_PKEY_get0* functions have a const return type
authorMatt Caswell <matt@openssl.org>
Tue, 2 Mar 2021 15:52:00 +0000 (15:52 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Mar 2021 15:13:09 +0000 (15:13 +0000)
commit7bc0fdd3fd4535e06c35b92d71afab9a6de94cc5
tree2e57cd75e2b81a4ae2bc8d375096e094f8b5b0e5
parentcc57dc962516410f6269023c8a93913617414b5e
Make the EVP_PKEY_get0* functions have a const return type

OTC have decided that the EVP_PKEY_get0* functions should have a const
return type. This is a breaking change to emphasise that these values
should be considered as immutable.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14319)
14 files changed:
CHANGES.md
crypto/dh/dh_ameth.c
crypto/ec/ec_ameth.c
crypto/evp/ctrl_params_translate.c
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_legacy.c
crypto/evp/p_lib.c
crypto/pem/pvkfmt.c
doc/man3/EVP_PKEY_set1_RSA.pod
include/crypto/evp.h
include/openssl/evp.h
test/endecoder_legacy_test.c
test/sslapitest.c