]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/t1_lib.c
Update the EVP_PKEY_get_id documentation
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Mon, 13 Mar 2023 13:27:01 +0000 (14:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 25 Mar 2023 08:44:54 +0000 (09:44 +0100)
commita2a543e0e3ec277d136772b4b0e0bb3d1181d337
tree42d4b5fa1431f0d09f00c6090a8e7a9d5fb360af
parent62ea5ffa7c8882ba90b26ab1deb0d977dcb5165c
Update the EVP_PKEY_get_id documentation

The documentation didn't mention the development where EVP_PKEY_get_id()
returns a negative value for provider-only implementations, and the
migration guide didn't mention how to cope with that.

Fixes #20497

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20501)
doc/man3/EVP_PKEY_set1_RSA.pod
doc/man7/migration_guide.pod
ssl/t1_lib.c