Add missing mention of mandatory function OSSL_FUNC_keymgmt_has
authorArne Schwabe <arne@rfc2549.org>
Sat, 18 Sep 2021 03:04:39 +0000 (05:04 +0200)
committerPauli <pauli@openssl.org>
Tue, 21 Sep 2021 00:52:21 +0000 (10:52 +1000)
commitd270a6c9ea9f240f653a98c7eb0a5c2134a5d63a
treee4a3e364f862a8d6d0a73b245bbf8da3a5fea99a
parent8d257d0dc6ed9d5aeb8366de6be0af01538557ea
Add missing mention of mandatory function OSSL_FUNC_keymgmt_has

The manual page provider-keymgmt.pod is missing the mention of the
required function OSSL_FUNC_keymgmt_has. The function
keymgmt_from_algorithm raise EVP_R_INVALID_PROVIDER_FUNCTIONS
if keymgmt->has == NULL

CLA: trivial
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16621)

(cherry picked from commit 56b8f434c7da35b4de16603faad4170eb1d80710)
doc/man7/provider-keymgmt.pod