Constify OSSL_FUNC_keymgmt_validate()
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 20 Oct 2020 22:38:44 +0000 (01:38 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Fri, 23 Oct 2020 14:54:40 +0000 (17:54 +0300)
commitd1fb6b481b1d70932a1435f83eae10cc68edbe36
tree1253a9c0cc7cccf93126fc518844e254b8cd8ed5
parent85209c07459b1c6007e0fc550f40c05deec78531
Constify OSSL_FUNC_keymgmt_validate()

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

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13201)
crypto/dh/dh_check.c
crypto/dh/dh_key.c
doc/man7/provider-keymgmt.pod
include/crypto/dh.h
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/rsa_kmgmt.c