Document that exdata for ENGINES is deprecated.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)
This commit is contained in:
Pauli 2020-07-14 10:29:24 +10:00 committed by Richard Levitte
parent 1bdab93a62
commit 2099f1bb6b
1 changed files with 3 additions and 0 deletions

View File

@ -163,9 +163,12 @@ dup_func() should return 0 for failure and 1 for success.
=head1 HISTORY =head1 HISTORY
CRYPTO_alloc_ex_data() was added in OpenSSL 3.0. 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 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 *>. 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 =head1 COPYRIGHT
Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.