summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/man/SSL_CTX_get0_certificate.38
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_alpn_select_cb.310
-rw-r--r--src/lib/libssl/man/SSL_get_server_tmp_key.38
-rw-r--r--src/lib/libssl/man/SSL_set1_param.38
-rw-r--r--src/lib/libssl/man/SSL_set_connect_state.38
-rw-r--r--src/lib/libssl/man/SSL_set_tmp_ecdh.38
6 files changed, 41 insertions, 9 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_get0_certificate.3 b/src/lib/libssl/man/SSL_CTX_get0_certificate.3
index 3986912035..d63ad572b1 100644
--- a/src/lib/libssl/man/SSL_CTX_get0_certificate.3
+++ b/src/lib/libssl/man/SSL_CTX_get0_certificate.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_get0_certificate.3,v 1.1 2018/02/18 22:18:59 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_get0_certificate.3,v 1.2 2018/03/23 14:28:16 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: February 18 2018 $ 17.Dd $Mdocdate: March 23 2018 $
18.Dt SSL_CTX_GET0_CERTIFICATE 3 18.Dt SSL_CTX_GET0_CERTIFICATE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -44,3 +44,7 @@ The returned pointer must not be freed by the caller.
44.Xr X509_get_pubkey 3 , 44.Xr X509_get_pubkey 3 ,
45.Xr X509_get_subject_name 3 , 45.Xr X509_get_subject_name 3 ,
46.Xr X509_new 3 46.Xr X509_new 3
47.Sh HISTORY
48.Fn SSL_CTX_get0_certificate
49first appeared in OpenSSL 1.0.2 and have been available since
50.Ox 6.3 .
diff --git a/src/lib/libssl/man/SSL_CTX_set_alpn_select_cb.3 b/src/lib/libssl/man/SSL_CTX_set_alpn_select_cb.3
index ca8a15a071..540fd011f5 100644
--- a/src/lib/libssl/man/SSL_CTX_set_alpn_select_cb.3
+++ b/src/lib/libssl/man/SSL_CTX_set_alpn_select_cb.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_alpn_select_cb.3,v 1.6 2018/03/23 05:50:30 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_alpn_select_cb.3,v 1.7 2018/03/23 14:28:16 schwarze Exp $
2.\" OpenSSL 87b81496 Apr 19 12:38:27 2017 -0400 2.\" OpenSSL 87b81496 Apr 19 12:38:27 2017 -0400
3.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 3.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
4.\" 4.\"
@@ -263,3 +263,11 @@ ALPN protocol not selected.
263.Fn SSL_select_next_proto 263.Fn SSL_select_next_proto
264first appeared in OpenSSL 1.0.1 and has been available since 264first appeared in OpenSSL 1.0.1 and has been available since
265.Ox 5.3 . 265.Ox 5.3 .
266.Pp
267.Fn SSL_CTX_set_alpn_protos ,
268.Fn SSL_set_alpn_protos ,
269.Fn SSL_CTX_set_alpn_select_cb ,
270and
271.Fn SSL_get0_alpn_selected
272first appeared in OpenSSL 1.0.2 and have been available since
273.Ox 5.7 .
diff --git a/src/lib/libssl/man/SSL_get_server_tmp_key.3 b/src/lib/libssl/man/SSL_get_server_tmp_key.3
index 66e362f6e9..282352d2bd 100644
--- a/src/lib/libssl/man/SSL_get_server_tmp_key.3
+++ b/src/lib/libssl/man/SSL_get_server_tmp_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.1 2017/04/10 15:54:46 schwarze Exp $ 1.\" $OpenBSD: SSL_get_server_tmp_key.3,v 1.2 2018/03/23 14:28:16 schwarze Exp $
2.\" OpenSSL SSL_get_server_tmp_key.pod 508fafd8 Apr 3 15:41:21 2017 +0100 2.\" OpenSSL SSL_get_server_tmp_key.pod 508fafd8 Apr 3 15:41:21 2017 +0100
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org> 4.\" This file was written by Matt Caswell <matt@openssl.org>
@@ -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: April 10 2017 $ 51.Dd $Mdocdate: March 23 2018 $
52.Dt SSL_GET_SERVER_TMP_KEY 3 52.Dt SSL_GET_SERVER_TMP_KEY 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -82,3 +82,7 @@ returns 1 on success or 0 on failure.
82.Sh SEE ALSO 82.Sh SEE ALSO
83.Xr EVP_PKEY_free 3 , 83.Xr EVP_PKEY_free 3 ,
84.Xr SSL_ctrl 3 84.Xr SSL_ctrl 3
85.Sh HISTORY
86.Fn SSL_get_server_tmp_key
87first appeared in OpenSSL 1.0.2 and have been available since
88.Ox 6.1 .
diff --git a/src/lib/libssl/man/SSL_set1_param.3 b/src/lib/libssl/man/SSL_set1_param.3
index 7f89a2d002..5697ac6424 100644
--- a/src/lib/libssl/man/SSL_set1_param.3
+++ b/src/lib/libssl/man/SSL_set1_param.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_set1_param.3,v 1.3 2018/03/23 04:35:09 schwarze Exp $ 1.\" $OpenBSD: SSL_set1_param.3,v 1.4 2018/03/23 14:28:16 schwarze Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 3.\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400
4.\" 4.\"
@@ -128,3 +128,9 @@ and
128.Fn SSL_set1_param 128.Fn SSL_set1_param
129first appeared in OpenSSL 1.0.0 and have been available since 129first appeared in OpenSSL 1.0.0 and have been available since
130.Ox 4.9 . 130.Ox 4.9 .
131.Pp
132.Fn SSL_CTX_get0_param
133and
134.Fn SSL_get0_param
135first appeared in OpenSSL 1.0.2 and have been available since
136.Ox 6.3 .
diff --git a/src/lib/libssl/man/SSL_set_connect_state.3 b/src/lib/libssl/man/SSL_set_connect_state.3
index 548937c66b..7e3a39985b 100644
--- a/src/lib/libssl/man/SSL_set_connect_state.3
+++ b/src/lib/libssl/man/SSL_set_connect_state.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_set_connect_state.3,v 1.4 2018/03/21 05:07:04 schwarze Exp $ 1.\" $OpenBSD: SSL_set_connect_state.3,v 1.5 2018/03/23 14:28:16 schwarze Exp $
2.\" full merge up to OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" selective merge up to: OpenSSL dbd007d7 Jul 28 13:31:27 2017 +0800 3.\" selective merge up to: OpenSSL dbd007d7 Jul 28 13:31:27 2017 +0800
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 21 2018 $ 53.Dd $Mdocdate: March 23 2018 $
54.Dt SSL_SET_CONNECT_STATE 3 54.Dt SSL_SET_CONNECT_STATE 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -147,3 +147,7 @@ and
147.Fn SSL_set_accept_state 147.Fn SSL_set_accept_state
148appeared before SSLeay 0.8 and have been available since 148appeared before SSLeay 0.8 and have been available since
149.Ox 2.4 . 149.Ox 2.4 .
150.Pp
151.Fn SSL_is_server
152first appeared in OpenSSL 1.0.2 and has been available since
153.Ox 6.3 .
diff --git a/src/lib/libssl/man/SSL_set_tmp_ecdh.3 b/src/lib/libssl/man/SSL_set_tmp_ecdh.3
index 9715a287eb..e906bfdd0c 100644
--- a/src/lib/libssl/man/SSL_set_tmp_ecdh.3
+++ b/src/lib/libssl/man/SSL_set_tmp_ecdh.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_set_tmp_ecdh.3,v 1.4 2018/03/23 00:10:28 schwarze Exp $ 1.\" $OpenBSD: SSL_set_tmp_ecdh.3,v 1.5 2018/03/23 14:28:16 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -111,3 +111,9 @@ and
111.Fn SSL_CTX_set_tmp_ecdh_callback 111.Fn SSL_CTX_set_tmp_ecdh_callback
112first appeared in OpenSSL 0.9.8 and have been available since 112first appeared in OpenSSL 0.9.8 and have been available since
113.Ox 4.5 . 113.Ox 4.5 .
114.Pp
115.Fn SSL_CTX_set_ecdh_auto
116and
117.Fn SSL_set_ecdh_auto
118first appeared in OpenSSL 1.0.2 and have been available since
119.Ox 5.7 .