summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/RSA_get_ex_new_index.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.zip
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r--src/lib/libcrypto/man/RSA_get_ex_new_index.312
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/RSA_get_ex_new_index.3 b/src/lib/libcrypto/man/RSA_get_ex_new_index.3
index dee079b3db..cf3d3f6fd7 100644
--- a/src/lib/libcrypto/man/RSA_get_ex_new_index.3
+++ b/src/lib/libcrypto/man/RSA_get_ex_new_index.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $ 1.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.10 2018/03/23 23:18:17 schwarze Exp $
2.\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 2.\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 21 2018 $ 52.Dd $Mdocdate: March 23 2018 $
53.Dt RSA_GET_EX_NEW_INDEX 3 53.Dt RSA_GET_EX_NEW_INDEX 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -81,6 +81,7 @@
81.Fa "RSA *r" 81.Fa "RSA *r"
82.Fa "int idx" 82.Fa "int idx"
83.Fc 83.Fc
84.In openssl/crypto.h
84.Ft typedef int 85.Ft typedef int
85.Fo CRYPTO_EX_new 86.Fo CRYPTO_EX_new
86.Fa "void *parent" 87.Fa "void *parent"
@@ -271,11 +272,8 @@ On failure an error code can be obtained from
271.Xr X509_STORE_CTX_set_ex_data 3 , 272.Xr X509_STORE_CTX_set_ex_data 3 ,
272.Xr X509_STORE_set_ex_data 3 273.Xr X509_STORE_set_ex_data 3
273.Sh HISTORY 274.Sh HISTORY
274.Fn RSA_get_ex_new_index , 275These functions first appeared in SSLeay 0.9.0
275.Fn RSA_set_ex_data , 276and have been available since
276and
277.Fn RSA_get_ex_data
278first appeared in SSLeay 0.9.0 and have been available since
279.Ox 2.4 . 277.Ox 2.4 .
280.Sh BUGS 278.Sh BUGS
281.Fa dup_func 279.Fa dup_func