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 /src/lib/libssl/man/ssl.3 | |
parent | bf1a8cba765fb4734f2f428f5dcec8f709beeb65 (diff) | |
download | openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.gz openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.tar.bz2 openbsd-3a7019ee2b5a7a7c29ad15eb3a167911e3a338ef.zip |
various minor cleanup;
Diffstat (limited to 'src/lib/libssl/man/ssl.3')
-rw-r--r-- | src/lib/libssl/man/ssl.3 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |