diff options
author | jmc <> | 2016-12-16 15:39:08 +0000 |
---|---|---|
committer | jmc <> | 2016-12-16 15:39:08 +0000 |
commit | 3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef (patch) | |
tree | 731ee788ac8691aa0df8a342c2e58f77926132a2 | |
parent | bf1a8cba765fb4734f2f428f5dcec8f709beeb65 (diff) | |
download | openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.gz openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.bz2 openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.zip |
various minor cleanup;
-rw-r--r-- | src/lib/libssl/man/BIO_f_ssl.3 | 10 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cert_store.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_verify.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_connect.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_do_handshake.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_load_client_CA_file.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_set_max_send_fragment.3 | 8 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_want.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/ssl.3 | 8 |
10 files changed, 34 insertions, 34 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index 39a40d7715..df2dbc537c 100644 --- a/src/lib/libssl/man/BIO_f_ssl.3 +++ b/src/lib/libssl/man/BIO_f_ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.2 2016/11/14 19:27:16 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 | 2 | .\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -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: November 14 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt BIO_F_SSL 3 | 53 | .Dt BIO_F_SSL 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -136,7 +136,7 @@ communicates using the SSL protocol with | |||
136 | the | 136 | the |
137 | .Vt SSL Ns 's | 137 | .Vt SSL Ns 's |
138 | read and write | 138 | read and write |
139 | .Vt BIO Ns s. | 139 | .Vt BIO Ns s . |
140 | If an SSL connection is not established then an attempt is made to establish | 140 | If an SSL connection is not established then an attempt is made to establish |
141 | one on the first I/O call. | 141 | one on the first I/O call. |
142 | .Pp | 142 | .Pp |
@@ -150,7 +150,7 @@ using | |||
150 | it is automatically used as the | 150 | it is automatically used as the |
151 | .Vt SSL | 151 | .Vt SSL |
152 | .Vt BIO Ns 's read and write | 152 | .Vt BIO Ns 's read and write |
153 | .Vt BIO Ns s. | 153 | .Vt BIO Ns s . |
154 | .Pp | 154 | .Pp |
155 | Calling | 155 | Calling |
156 | .Xr BIO_reset 3 | 156 | .Xr BIO_reset 3 |
@@ -159,7 +159,7 @@ on an | |||
159 | .Vt BIO | 159 | .Vt BIO |
160 | closes down any current SSL connection by calling | 160 | closes down any current SSL connection by calling |
161 | .Xr SSL_shutdown 3 . | 161 | .Xr SSL_shutdown 3 . |
162 | .Xr BIO_reset | 162 | .Xr BIO_reset 3 |
163 | is then sent to the next | 163 | is then sent to the next |
164 | .Vt BIO | 164 | .Vt BIO |
165 | in the chain; this will typically disconnect the underlying transport. | 165 | in the chain; this will typically disconnect the underlying transport. |
diff --git a/src/lib/libssl/man/SSL_CTX_set_cert_store.3 b/src/lib/libssl/man/SSL_CTX_set_cert_store.3 index 6def79df5e..59e5db7fed 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cert_store.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cert_store.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cert_store.3,v 1.2 2016/11/30 17:22:42 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cert_store.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@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: November 30 2016 $ | 51 | .Dd $Mdocdate: December 16 2016 $ |
52 | .Dt SSL_CTX_SET_CERT_STORE 3 | 52 | .Dt SSL_CTX_SET_CERT_STORE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -72,7 +72,7 @@ If another | |||
72 | object is currently set in | 72 | object is currently set in |
73 | .Fa ctx , | 73 | .Fa ctx , |
74 | it will be | 74 | it will be |
75 | .Xr X509_STORE_free 3 Ns ed. | 75 | .Xr X509_STORE_free 3 Ns ed . |
76 | .Pp | 76 | .Pp |
77 | .Fn SSL_CTX_get_cert_store | 77 | .Fn SSL_CTX_get_cert_store |
78 | returns a pointer to the current certificate verification storage. | 78 | returns a pointer to the current certificate verification storage. |
diff --git a/src/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 b/src/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 index 5009f29858..1aee2d65dd 100644 --- a/src/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 +++ b/src/lib/libssl/man/SSL_CTX_set_tlsext_ticket_key_cb.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_tlsext_ticket_key_cb.3,v 1.1 2016/12/01 21:12:49 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_tlsext_ticket_key_cb.3,v 1.2 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Rich Salz <rsalz@akamai.com> | 4 | .\" This file was written by Rich Salz <rsalz@akamai.com> |
@@ -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: December 1 2016 $ | 51 | .Dd $Mdocdate: December 16 2016 $ |
52 | .Dt SSL_CTX_SET_TLSEXT_TICKET_KEY_CB 3 | 52 | .Dt SSL_CTX_SET_TLSEXT_TICKET_KEY_CB 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -86,7 +86,7 @@ that per session state is unnecessary and a small set of cryptographic | |||
86 | variables needs to be maintained by the callback function | 86 | variables needs to be maintained by the callback function |
87 | implementation. | 87 | implementation. |
88 | .Pp | 88 | .Pp |
89 | In order to reuse a session, a TLS client must send the a session ticket | 89 | In order to reuse a session, a TLS client must send a session ticket |
90 | extension to the server. | 90 | extension to the server. |
91 | The client can only send exactly one session ticket. | 91 | The client can only send exactly one session ticket. |
92 | The server, through the callback function, either agrees to reuse the | 92 | The server, through the callback function, either agrees to reuse the |
diff --git a/src/lib/libssl/man/SSL_CTX_set_verify.3 b/src/lib/libssl/man/SSL_CTX_set_verify.3 index b1119447cb..911c26edf2 100644 --- a/src/lib/libssl/man/SSL_CTX_set_verify.3 +++ b/src/lib/libssl/man/SSL_CTX_set_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_verify.3,v 1.2 2016/12/01 22:04:22 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_verify.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -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: December 1 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt SSL_CTX_SET_VERIFY 3 | 53 | .Dt SSL_CTX_SET_VERIFY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -180,7 +180,7 @@ handshake is immediately terminated with a | |||
180 | .Dq handshake failure | 180 | .Dq handshake failure |
181 | alert. | 181 | alert. |
182 | This flag must be used together with | 182 | This flag must be used together with |
183 | .Dv SSL_VERIFY_PEER. | 183 | .Dv SSL_VERIFY_PEER . |
184 | .Pp | 184 | .Pp |
185 | .Em Client mode: | 185 | .Em Client mode: |
186 | ignored | 186 | ignored |
diff --git a/src/lib/libssl/man/SSL_connect.3 b/src/lib/libssl/man/SSL_connect.3 index 1b95a1e321..7fe167dd86 100644 --- a/src/lib/libssl/man/SSL_connect.3 +++ b/src/lib/libssl/man/SSL_connect.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_connect.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_connect.3,v 1.4 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -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: December 6 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt SSL_CONNECT 3 | 53 | .Dt SSL_CONNECT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -132,7 +132,7 @@ at the protocol level or a connection failure occurred. | |||
132 | The shutdown was not clean. | 132 | The shutdown was not clean. |
133 | It can also occur if action is needed to continue the operation for | 133 | It can also occur if action is needed to continue the operation for |
134 | non-blocking | 134 | non-blocking |
135 | .Vt BIO Ns s. | 135 | .Vt BIO Ns s . |
136 | Call | 136 | Call |
137 | .Xr SSL_get_error 3 | 137 | .Xr SSL_get_error 3 |
138 | with the return value | 138 | with the return value |
diff --git a/src/lib/libssl/man/SSL_do_handshake.3 b/src/lib/libssl/man/SSL_do_handshake.3 index 6350ce9c90..df22059564 100644 --- a/src/lib/libssl/man/SSL_do_handshake.3 +++ b/src/lib/libssl/man/SSL_do_handshake.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_do_handshake.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_do_handshake.3,v 1.4 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Martin Sjoegren <martin@strakt.com>. | 4 | .\" This file was written by Martin Sjoegren <martin@strakt.com>. |
@@ -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: December 6 2016 $ | 51 | .Dd $Mdocdate: December 16 2016 $ |
52 | .Dt SSL_DO_HANDSHAKE 3 | 52 | .Dt SSL_DO_HANDSHAKE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -132,7 +132,7 @@ at the protocol level or a connection failure occurred. | |||
132 | The shutdown was not clean. | 132 | The shutdown was not clean. |
133 | It can also occur if action is needed to continue the operation for | 133 | It can also occur if action is needed to continue the operation for |
134 | non-blocking | 134 | non-blocking |
135 | .Vt BIO Ns s. | 135 | .Vt BIO Ns s . |
136 | Call | 136 | Call |
137 | .Xr SSL_get_error 3 | 137 | .Xr SSL_get_error 3 |
138 | with the return value | 138 | with the return value |
diff --git a/src/lib/libssl/man/SSL_load_client_CA_file.3 b/src/lib/libssl/man/SSL_load_client_CA_file.3 index 7f71d7b82a..ed4a21ef6f 100644 --- a/src/lib/libssl/man/SSL_load_client_CA_file.3 +++ b/src/lib/libssl/man/SSL_load_client_CA_file.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_load_client_CA_file.3,v 1.4 2016/12/14 16:20:28 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_load_client_CA_file.3,v 1.5 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: December 14 2016 $ | 68 | .Dd $Mdocdate: December 16 2016 $ |
69 | .Dt SSL_LOAD_CLIENT_CA_FILE 3 | 69 | .Dt SSL_LOAD_CLIENT_CA_FILE 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -115,7 +115,7 @@ do not add it again. | |||
115 | returns a pointer to the new | 115 | returns a pointer to the new |
116 | .Vt STACK_OF(X509_NAME) | 116 | .Vt STACK_OF(X509_NAME) |
117 | or | 117 | or |
118 | .Dv NULL on failure. | 118 | .Dv NULL on failure . |
119 | .Pp | 119 | .Pp |
120 | .Fn SSL_add_file_cert_subjects_to_stack | 120 | .Fn SSL_add_file_cert_subjects_to_stack |
121 | and | 121 | and |
diff --git a/src/lib/libssl/man/SSL_set_max_send_fragment.3 b/src/lib/libssl/man/SSL_set_max_send_fragment.3 index 1e1dbf4222..a78016b99e 100644 --- a/src/lib/libssl/man/SSL_set_max_send_fragment.3 +++ b/src/lib/libssl/man/SSL_set_max_send_fragment.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.1 2016/12/01 19:40:05 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.2 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL doc/man3/SSL_CTX_set_split_send_fragment.pod | 2 | .\" OpenSSL doc/man3/SSL_CTX_set_split_send_fragment.pod |
3 | .\" OpenSSL 6782e5fd Oct 21 16:16:20 2016 +0100 | 3 | .\" OpenSSL 6782e5fd Oct 21 16:16:20 2016 +0100 |
4 | .\" | 4 | .\" |
@@ -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: December 1 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt SSL_SET_MAX_SEND_FRAGMENT 3 | 53 | .Dt SSL_SET_MAX_SEND_FRAGMENT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -77,8 +77,8 @@ set the | |||
77 | parameter for SSL_CTX and SSL objects respectively. | 77 | parameter for SSL_CTX and SSL objects respectively. |
78 | This value restricts the amount of plaintext bytes that will be sent in | 78 | This value restricts the amount of plaintext bytes that will be sent in |
79 | any one SSL/TLS record. | 79 | any one SSL/TLS record. |
80 | By default its value is SSL3_RT_MAX_PLAIN_LENGTH (16384). These | 80 | By default its value is SSL3_RT_MAX_PLAIN_LENGTH (16384). |
81 | functions will only accept a value in the range 512 - | 81 | These functions will only accept a value in the range 512 - |
82 | SSL3_RT_MAX_PLAIN_LENGTH. | 82 | SSL3_RT_MAX_PLAIN_LENGTH. |
83 | .Pp | 83 | .Pp |
84 | These functions are implemented using macros. | 84 | These functions are implemented using macros. |
diff --git a/src/lib/libssl/man/SSL_want.3 b/src/lib/libssl/man/SSL_want.3 index 1aee0b8fe3..4736d62ca0 100644 --- a/src/lib/libssl/man/SSL_want.3 +++ b/src/lib/libssl/man/SSL_want.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_want.3,v 1.2 2016/12/04 12:20:54 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_want.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@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: December 4 2016 $ | 51 | .Dd $Mdocdate: December 16 2016 $ |
52 | .Dt SSL_WANT 3 | 52 | .Dt SSL_WANT 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -127,7 +127,7 @@ operation. | |||
127 | A call to | 127 | A call to |
128 | .Xr SSL_get_error 3 | 128 | .Xr SSL_get_error 3 |
129 | should return | 129 | should return |
130 | .Dv SSL_ERROR_WANT_READ. | 130 | .Dv SSL_ERROR_WANT_READ . |
131 | .It Dv SSL_X509_LOOKUP | 131 | .It Dv SSL_X509_LOOKUP |
132 | The operation did not complete because an application callback set by | 132 | The operation did not complete because an application callback set by |
133 | .Xr SSL_CTX_set_client_cert_cb 3 | 133 | .Xr SSL_CTX_set_client_cert_cb 3 |
diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index 563e2bce13..e45e02e1ae 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssl.3,v 1.4 2016/12/10 18:11:51 schwarze Exp $ | 1 | .\" $OpenBSD: ssl.3,v 1.5 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 | 2 | .\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ralf S. Engelschall <rse@openssl.org>, | 4 | .\" This file was written by Ralf S. Engelschall <rse@openssl.org>, |
@@ -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: December 10 2016 $ | 53 | .Dd $Mdocdate: December 16 2016 $ |
54 | .Dt SSL 3 | 54 | .Dt SSL 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -123,7 +123,8 @@ structures which are later created for the connections. | |||
123 | .It Vt SSL_SESSION No (SSL Session) | 123 | .It Vt SSL_SESSION No (SSL Session) |
124 | This is a structure containing the current TLS/SSL session details for a | 124 | This is a structure containing the current TLS/SSL session details for a |
125 | connection: | 125 | connection: |
126 | .Vt SSL_CIPHER Ns s, client and server certificates, keys, etc. | 126 | .Vt SSL_CIPHER Ns s , |
127 | client and server certificates, keys, etc. | ||
127 | .It Vt SSL No (SSL Connection) | 128 | .It Vt SSL No (SSL Connection) |
128 | That's the main SSL/TLS structure which is created by a server or client per | 129 | That's the main SSL/TLS structure which is created by a server or client per |
129 | established connection. | 130 | established connection. |
@@ -259,7 +260,6 @@ Use by other objects: | |||
259 | .Xr SSL_CTX_add_session 3 , | 260 | .Xr SSL_CTX_add_session 3 , |
260 | .Xr SSL_set_session 3 , | 261 | .Xr SSL_set_session 3 , |
261 | .Xr SSL_get_session 3 | 262 | .Xr SSL_get_session 3 |
262 | .El | ||
263 | .Ss Connections | 263 | .Ss Connections |
264 | The following pages describe functions acting on | 264 | The following pages describe functions acting on |
265 | .Vt SSL | 265 | .Vt SSL |