]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/implementations/keymgmt/mac_legacy_kmgmt.c
Constify OSSL_FUNC_keymgmt_has()
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 20 Oct 2020 22:02:04 +0000 (01:02 +0300)
committerPauli <paul.dale@oracle.com>
Thu, 22 Oct 2020 02:27:39 +0000 (12:27 +1000)
commit3d914185b7830a5530b31d3430c9cc16835aeb02
tree0f3a856dcad8ffbb3e0567f326b274d137000eff
parenta135948ddaa4deff369cfaeb768efd603649f4de
Constify OSSL_FUNC_keymgmt_has()

The keydata argument of OSSL_FUNC_keymgmt_has() should be read-only.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13200)
doc/man7/provider-keymgmt.pod
include/openssl/core_dispatch.h
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/kdf_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c
test/tls-provider.c