Document that exdata for ENGINES is deprecated.
authorPauli <paul.dale@oracle.com>
Tue, 14 Jul 2020 00:29:24 +0000 (10:29 +1000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 07:12:27 +0000 (09:12 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)

doc/man3/CRYPTO_get_ex_new_index.pod

index fcedd0ec882da5416deff2b8e72483114d798711..83116855016bbd3334906d9903553ba6b08db84c 100644 (file)
@@ -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<void **> for B<from_d>.  Previously this parameter was of type B<void *>.
 
+Support for ENGINE "exdata" was deprecated in OpenSSL 3.0.
+
 =head1 COPYRIGHT
 
 Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.