]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
migration_guide: Mention ERR_GET_FUNC() and function code removal 16914/head 17565/head
authorTomas Mraz <tomas@openssl.org>
Thu, 21 Oct 2021 15:40:22 +0000 (17:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 25 Oct 2021 13:29:51 +0000 (15:29 +0200)
Fixes #16817

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16879)

doc/man7/migration_guide.pod

index 3e4ce9f65a6def145e649ea076735116a37a29b5..627173f180b0af84787c49852bd1326163312234 100644 (file)
@@ -451,6 +451,11 @@ For example when setting an unsupported curve with
 EVP_PKEY_CTX_set_ec_paramgen_curve_nid() this function call will not fail
 but later keygen operations with the EVP_PKEY_CTX will fail.
 
+=head4 Removal of function code from the error codes
+
+The function code part of the error code is now always set to 0. For that
+reason the ERR_GET_FUNC() macro was removed. Applications must resolve
+the error codes only using the library number and the reason code.
 
 =head2 Installation and Compilation