diff options
author | 2018-02-25 22:52:48 +0000 | |
---|---|---|
committer | 2018-02-25 22:52:48 +0000 | |
commit | baea804441204ca9795de29bdc8592ff055af0d5 (patch) | |
tree | 75136339623e1f3ce1bb281bdc856ceb695ca2ed /lib/libcrypto/man/RSA_get_ex_new_index.3 | |
parent | In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing provided (diff) | |
download | wireguard-openbsd-baea804441204ca9795de29bdc8592ff055af0d5.tar.xz wireguard-openbsd-baea804441204ca9795de29bdc8592ff055af0d5.zip |
In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing@ provided
X509_STORE_set_ex_data(3) and X509_STORE_get_ex_data(3).
Document them.
Diffstat (limited to 'lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r-- | lib/libcrypto/man/RSA_get_ex_new_index.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index a5331e6ab14..bc2cf62ae46 100644 --- a/lib/libcrypto/man/RSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/RSA_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.7 2017/08/01 14:57:03 schwarze Exp $ +.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.8 2018/02/25 22:52:48 schwarze Exp $ .\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 1 2017 $ +.Dd $Mdocdate: February 25 2018 $ .Dt RSA_GET_EX_NEW_INDEX 3 .Os .Sh NAME @@ -265,7 +265,11 @@ On failure an error code can be obtained from .Xr DH_set_ex_data 3 , .Xr DSA_set_ex_data 3 , .Xr RSA_new 3 , -.Xr X509_STORE_CTX_set_ex_data 3 +.Xr SSL_CTX_set_ex_data 3 , +.Xr SSL_SESSION_set_ex_data 3 , +.Xr SSL_set_ex_data 3 , +.Xr X509_STORE_CTX_set_ex_data 3 , +.Xr X509_STORE_set_ex_data 3 .Sh HISTORY .Fn RSA_get_ex_new_index , .Fn RSA_set_ex_data , |