Deprecate old style BIO callback calls
authorTomas Mraz <tomas@openssl.org>
Mon, 24 May 2021 16:15:57 +0000 (18:15 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 26 May 2021 15:18:34 +0000 (17:18 +0200)
commit0800318a0c1f80ed838838951b0478cb977d40a6
tree686267909ca13431b484c0c8e5a9a09fcc1b4537
parent022411112dd19420f0df51818322a216d914a0fb
Deprecate old style BIO callback calls

New style BIO_debug_callback_ex() function added to provide
replacement for BIO_debug_callback().

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15440)
17 files changed:
CHANGES.md
apps/dgst.c
apps/enc.c
apps/include/s_apps.h
apps/lib/s_cb.c
apps/s_client.c
apps/s_server.c
crypto/bio/bio_cb.c
crypto/bio/bio_lib.c
crypto/bio/bio_local.h
crypto/bio/bss_acpt.c
crypto/evp/bio_enc.c
doc/man3/BIO_set_callback.pod
doc/man7/migration_guide.pod
include/openssl/bio.h.in
test/bio_callback_test.c
util/libcrypto.num