diff options
author | tb <> | 2023-07-21 04:39:49 +0000 |
---|---|---|
committer | tb <> | 2023-07-21 04:39:49 +0000 |
commit | ccb871702b82db07753371e97f820c2f85eadfa4 (patch) | |
tree | 4df5412b793462868019178e3b37d856b8f68d62 /src/lib | |
parent | 36ca673eded17b6bded129be837b73096fc6e911 (diff) | |
download | openbsd-ccb871702b82db07753371e97f820c2f85eadfa4.tar.gz openbsd-ccb871702b82db07753371e97f820c2f85eadfa4.tar.bz2 openbsd-ccb871702b82db07753371e97f820c2f85eadfa4.zip |
Remove documentation of ECDH/ECDSA ex_data API
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BIO_get_ex_new_index.3 | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 b/src/lib/libcrypto/man/BIO_get_ex_new_index.3 index fd584f6b54..69f0ffc432 100644 --- a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 +++ b/src/lib/libcrypto/man/BIO_get_ex_new_index.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_get_ex_new_index.3,v 1.13 2022/12/23 17:52:32 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_get_ex_new_index.3,v 1.14 2023/07/21 04:39:49 tb Exp $ |
2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Rich Salz <rsalz@akamai.com>. | 4 | .\" This file was written by Rich Salz <rsalz@akamai.com>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 23 2022 $ | 51 | .Dd $Mdocdate: July 21 2023 $ |
52 | .Dt BIO_GET_EX_NEW_INDEX 3 | 52 | .Dt BIO_GET_EX_NEW_INDEX 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -68,13 +68,7 @@ | |||
68 | .Nm X509_get_ex_data , | 68 | .Nm X509_get_ex_data , |
69 | .Nm EC_KEY_get_ex_new_index , | 69 | .Nm EC_KEY_get_ex_new_index , |
70 | .Nm EC_KEY_get_ex_data , | 70 | .Nm EC_KEY_get_ex_data , |
71 | .Nm EC_KEY_set_ex_data , | 71 | .Nm EC_KEY_set_ex_data |
72 | .Nm ECDH_get_ex_new_index , | ||
73 | .Nm ECDH_set_ex_data , | ||
74 | .Nm ECDH_get_ex_data , | ||
75 | .Nm ECDSA_get_ex_new_index , | ||
76 | .Nm ECDSA_set_ex_data , | ||
77 | .Nm ECDSA_get_ex_data | ||
78 | .Nd application-specific data | 72 | .Nd application-specific data |
79 | .Sh SYNOPSIS | 73 | .Sh SYNOPSIS |
80 | .In openssl/bio.h | 74 | .In openssl/bio.h |
@@ -82,8 +76,6 @@ | |||
82 | .In openssl/ui.h | 76 | .In openssl/ui.h |
83 | .In openssl/x509.h | 77 | .In openssl/x509.h |
84 | .In openssl/ec.h | 78 | .In openssl/ec.h |
85 | .In openssl/ecdh.h | ||
86 | .In openssl/ecdsa.h | ||
87 | .Ft int | 79 | .Ft int |
88 | .Fo TYPE_get_ex_new_index | 80 | .Fo TYPE_get_ex_new_index |
89 | .Fa "long argl" | 81 | .Fa "long argl" |
@@ -205,16 +197,6 @@ and | |||
205 | first appeared in OpenSSL 0.9.7 and have been available since | 197 | first appeared in OpenSSL 0.9.7 and have been available since |
206 | .Ox 3.2 . | 198 | .Ox 3.2 . |
207 | .Pp | 199 | .Pp |
208 | .Fn ECDH_get_ex_new_index , | ||
209 | .Fn ECDH_set_ex_data , | ||
210 | .Fn ECDH_get_ex_data , | ||
211 | .Fn ECDSA_get_ex_new_index , | ||
212 | .Fn ECDSA_set_ex_data , | ||
213 | and | ||
214 | .Fn ECDSA_get_ex_data | ||
215 | first appeared in OpenSSL 0.9.8 and have been available since | ||
216 | .Ox 4.5 . | ||
217 | .Pp | ||
218 | .Fn EC_KEY_get_ex_new_index , | 200 | .Fn EC_KEY_get_ex_new_index , |
219 | .Fn EC_KEY_set_ex_data , | 201 | .Fn EC_KEY_set_ex_data , |
220 | and | 202 | and |