Remove documentation of ECDH/ECDSA ex_data API
authortb <tb@openbsd.org>
Fri, 21 Jul 2023 04:39:49 +0000 (04:39 +0000)
committertb <tb@openbsd.org>
Fri, 21 Jul 2023 04:39:49 +0000 (04:39 +0000)
lib/libcrypto/man/BIO_get_ex_new_index.3

index fd584f6..69f0ffc 100644 (file)
@@ -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 <rsalz@akamai.com>.
@@ -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
 .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