diff options
author | schwarze <> | 2019-08-16 12:16:22 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-16 12:16:22 +0000 |
commit | cf053a2f57f1ec764d264204f86ac483e3d2e1e3 (patch) | |
tree | 59f5903d621f7b64916aa8279c307c759433c126 /src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | |
parent | 2689deb74232c3d5105b5de453a3de406492b64e (diff) | |
download | openbsd-cf053a2f57f1ec764d264204f86ac483e3d2e1e3.tar.gz openbsd-cf053a2f57f1ec764d264204f86ac483e3d2e1e3.tar.bz2 openbsd-cf053a2f57f1ec764d264204f86ac483e3d2e1e3.zip |
document EC_KEY_get_ex_new_index(3), EC_KEY_get_ex_data(3),
and EC_KEY_set_ex_data(3)
Diffstat (limited to 'src/lib/libcrypto/man/CRYPTO_set_ex_data.3')
-rw-r--r-- | src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 index c2990f5a07..c78076b8a8 100644 --- a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | |||
@@ -1,7 +1,7 @@ | |||
1 | .\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $ | 1 | .\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.12 2019/08/16 12:16:22 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 | 3 | .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 |
4 | .\" selective merge up to: a73d990e Feb 27 19:02:24 2018 +0100 | 4 | .\" selective merge up to: 72a7a702 Feb 26 14:05:09 2019 +0000 |
5 | .\" | 5 | .\" |
6 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org> | 6 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org> |
7 | .\" and by Rich Salz <rsalz@akamai.com>. | 7 | .\" and by Rich Salz <rsalz@akamai.com>. |
@@ -52,7 +52,7 @@ | |||
52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
54 | .\" | 54 | .\" |
55 | .Dd $Mdocdate: June 6 2019 $ | 55 | .Dd $Mdocdate: August 16 2019 $ |
56 | .Dt CRYPTO_SET_EX_DATA 3 | 56 | .Dt CRYPTO_SET_EX_DATA 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -134,6 +134,7 @@ The specific structures are: | |||
134 | BIO | 134 | BIO |
135 | DH | 135 | DH |
136 | DSA | 136 | DSA |
137 | EC_KEY | ||
137 | ECDH | 138 | ECDH |
138 | ECDSA | 139 | ECDSA |
139 | ENGINE | 140 | ENGINE |
@@ -214,7 +215,7 @@ The | |||
214 | .Fa class_index | 215 | .Fa class_index |
215 | identifies the structure type, the | 216 | identifies the structure type, the |
216 | .Fa obj | 217 | .Fa obj |
217 | is be the pointer to the actual structure, and | 218 | is a pointer to the actual structure, and |
218 | .Fa r | 219 | .Fa r |
219 | is a pointer to the structure's exdata field. | 220 | is a pointer to the structure's exdata field. |
220 | .Pp | 221 | .Pp |