From 7d93363716b08fc635c787638c178d295943ac7a Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 21 Jul 2023 04:39:49 +0000 Subject: [PATCH] Remove documentation of ECDH/ECDSA ex_data API --- lib/libcrypto/man/BIO_get_ex_new_index.3 | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/lib/libcrypto/man/BIO_get_ex_new_index.3 b/lib/libcrypto/man/BIO_get_ex_new_index.3 index fd584f6b545..69f0ffc4320 100644 --- a/lib/libcrypto/man/BIO_get_ex_new_index.3 +++ b/lib/libcrypto/man/BIO_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.13 2022/12/23 17:52:32 schwarze Exp $ +.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.14 2023/07/21 04:39:49 tb Exp $ .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" .\" This file was written by Rich Salz . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 23 2022 $ +.Dd $Mdocdate: July 21 2023 $ .Dt BIO_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -68,13 +68,7 @@ .Nm X509_get_ex_data , .Nm EC_KEY_get_ex_new_index , .Nm EC_KEY_get_ex_data , -.Nm EC_KEY_set_ex_data , -.Nm ECDH_get_ex_new_index , -.Nm ECDH_set_ex_data , -.Nm ECDH_get_ex_data , -.Nm ECDSA_get_ex_new_index , -.Nm ECDSA_set_ex_data , -.Nm ECDSA_get_ex_data +.Nm EC_KEY_set_ex_data .Nd application-specific data .Sh SYNOPSIS .In openssl/bio.h @@ -82,8 +76,6 @@ .In openssl/ui.h .In openssl/x509.h .In openssl/ec.h -.In openssl/ecdh.h -.In openssl/ecdsa.h .Ft int .Fo TYPE_get_ex_new_index .Fa "long argl" @@ -205,16 +197,6 @@ and first appeared in OpenSSL 0.9.7 and have been available since .Ox 3.2 . .Pp -.Fn ECDH_get_ex_new_index , -.Fn ECDH_set_ex_data , -.Fn ECDH_get_ex_data , -.Fn ECDSA_get_ex_new_index , -.Fn ECDSA_set_ex_data , -and -.Fn ECDSA_get_ex_data -first appeared in OpenSSL 0.9.8 and have been available since -.Ox 4.5 . -.Pp .Fn EC_KEY_get_ex_new_index , .Fn EC_KEY_set_ex_data , and -- 2.20.1