From: Pauli Date: Tue, 14 Jul 2020 00:29:24 +0000 (+1000) Subject: Document that exdata for ENGINES is deprecated. X-Git-Tag: openssl-3.0.0-alpha5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2099f1bb6ba61e9f50193d3eab22e31bba627fb9;p=thirdparty%2Fopenssl.git Document that exdata for ENGINES is deprecated. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- diff --git a/doc/man3/CRYPTO_get_ex_new_index.pod b/doc/man3/CRYPTO_get_ex_new_index.pod index fcedd0ec882..83116855016 100644 --- a/doc/man3/CRYPTO_get_ex_new_index.pod +++ b/doc/man3/CRYPTO_get_ex_new_index.pod @@ -163,9 +163,12 @@ dup_func() should return 0 for failure and 1 for success. =head1 HISTORY CRYPTO_alloc_ex_data() was added in OpenSSL 3.0. + The signature of the dup_func() callback was changed in OpenSSL 3.0 to use the type B for B. Previously this parameter was of type B. +Support for ENGINE "exdata" was deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.