summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man/SSL_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-27 17:35:50 +0000
committerschwarze <schwarze@openbsd.org>2018-03-27 17:35:50 +0000
commit10e00d1796876719ecd5784348f9f4f2b3dd83c5 (patch)
treebd71c6dbd29ff85c6a92e50051d3e5c538ef5be4 /lib/libssl/man/SSL_get_ex_new_index.3
parentClear password buffers in non-terminating cases (diff)
downloadwireguard-openbsd-10e00d1796876719ecd5784348f9f4f2b3dd83c5.tar.xz
wireguard-openbsd-10e00d1796876719ecd5784348f9f4f2b3dd83c5.zip
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'lib/libssl/man/SSL_get_ex_new_index.3')
-rw-r--r--lib/libssl/man/SSL_get_ex_new_index.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_ex_new_index.3 b/lib/libssl/man/SSL_get_ex_new_index.3
index c4af30a2087..cecd25fa44a 100644
--- a/lib/libssl/man/SSL_get_ex_new_index.3
+++ b/lib/libssl/man/SSL_get_ex_new_index.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_ex_new_index.3,v 1.3 2018/03/21 08:06:34 schwarze Exp $
+.\" $OpenBSD: SSL_get_ex_new_index.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $
.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -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: March 21 2018 $
+.Dd $Mdocdate: March 27 2018 $
.Dt SSL_GET_EX_NEW_INDEX 3
.Os
.Sh NAME
@@ -122,6 +122,12 @@ in
.Xr ssl 3 ,
.Xr SSL_CTX_set_verify 3
.Sh HISTORY
+Precursor functions
+.Fn SSL_set_app_data
+and
+.Fn SSL_get_app_data
+first appeared in SSLeay 0.6.1.
+.Pp
.Fn SSL_get_ex_new_index ,
.Fn SSL_set_ex_data ,
and