diff options
| author | jmc <> | 2015-07-24 15:25:08 +0000 | 
|---|---|---|
| committer | jmc <> | 2015-07-24 15:25:08 +0000 | 
| commit | 3a123d7b7fd9497703efd6aa45f42efaacfc4e15 (patch) | |
| tree | 21f9dff831c5815d0147abae196b476adfa17212 | |
| parent | 1e673b126ab87b6473d7eb7936ba96a175d35e6e (diff) | |
| download | openbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.tar.gz openbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.tar.bz2 openbsd-3a123d7b7fd9497703efd6aa45f42efaacfc4e15.zip | |
an TLS -> a TLS; from thanos tsouanas
| -rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 4 | ||||
| -rw-r--r-- | src/lib/libssl/doc/SSL_connect.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/doc/SSL_get_error.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_connect.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_get_error.3 | 6 | 
5 files changed, 14 insertions, 14 deletions
| diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index af7bdabd33..ea98910140 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .Dd $Mdocdate: February 16 2015 $ | 1 | .Dd $Mdocdate: July 24 2015 $ | 
| 2 | .Dt BIO_S_BIO 3 | 2 | .Dt BIO_S_BIO 3 | 
| 3 | .Os | 3 | .Os | 
| 4 | .Sh NAME | 4 | .Sh NAME | 
| @@ -221,7 +221,7 @@ consider a case where a request is sent using | |||
| 221 | .Xr BIO_write 3 | 221 | .Xr BIO_write 3 | 
| 222 | and a response read with | 222 | and a response read with | 
| 223 | .Xr BIO_read 3 , | 223 | .Xr BIO_read 3 , | 
| 224 | this can occur during an TLS/SSL handshake for example. | 224 | this can occur during a TLS/SSL handshake for example. | 
| 225 | .Xr BIO_write 3 | 225 | .Xr BIO_write 3 | 
| 226 | will succeed and place data in the write buffer. | 226 | will succeed and place data in the write buffer. | 
| 227 | .Xr BIO_read 3 | 227 | .Xr BIO_read 3 | 
| diff --git a/src/lib/libssl/doc/SSL_connect.3 b/src/lib/libssl/doc/SSL_connect.3 index 74f9b61951..105e0ed923 100644 --- a/src/lib/libssl/doc/SSL_connect.3 +++ b/src/lib/libssl/doc/SSL_connect.3 | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | .\" | 1 | .\" | 
| 2 | .\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_connect.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ | 
| 3 | .\" | 3 | .\" | 
| 4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: July 24 2015 $ | 
| 5 | .Dt SSL_CONNECT 3 | 5 | .Dt SSL_CONNECT 3 | 
| 6 | .Os | 6 | .Os | 
| 7 | .Sh NAME | 7 | .Sh NAME | 
| 8 | .Nm SSL_connect | 8 | .Nm SSL_connect | 
| 9 | .Nd initiate the TLS/SSL handshake with an TLS/SSL server | 9 | .Nd initiate the TLS/SSL handshake with a TLS/SSL server | 
| 10 | .Sh SYNOPSIS | 10 | .Sh SYNOPSIS | 
| 11 | .In openssl/ssl.h | 11 | .In openssl/ssl.h | 
| 12 | .Ft int | 12 | .Ft int | 
| diff --git a/src/lib/libssl/doc/SSL_get_error.3 b/src/lib/libssl/doc/SSL_get_error.3 index 95fdf5ab00..f6e5045b01 100644 --- a/src/lib/libssl/doc/SSL_get_error.3 +++ b/src/lib/libssl/doc/SSL_get_error.3 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | .\" | 1 | .\" | 
| 2 | .\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ | 
| 3 | .\" | 3 | .\" | 
| 4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: July 24 2015 $ | 
| 5 | .Dt SSL_GET_ERROR 3 | 5 | .Dt SSL_GET_ERROR 3 | 
| 6 | .Os | 6 | .Os | 
| 7 | .Sh NAME | 7 | .Sh NAME | 
| @@ -70,7 +70,7 @@ has data available for reading (if the result code is | |||
| 70 | or allows writing data | 70 | or allows writing data | 
| 71 | .Pq Dv SSL_ERROR_WANT_WRITE , | 71 | .Pq Dv SSL_ERROR_WANT_WRITE , | 
| 72 | then some TLS/SSL protocol progress will take place, | 72 | then some TLS/SSL protocol progress will take place, | 
| 73 | i.e., at least part of an TLS/SSL record will be read or written. | 73 | i.e., at least part of a TLS/SSL record will be read or written. | 
| 74 | Note that the retry may again lead to a | 74 | Note that the retry may again lead to a | 
| 75 | .Dv SSL_ERROR_WANT_READ | 75 | .Dv SSL_ERROR_WANT_READ | 
| 76 | or | 76 | or | 
| diff --git a/src/lib/libssl/src/doc/ssl/SSL_connect.3 b/src/lib/libssl/src/doc/ssl/SSL_connect.3 index 74f9b61951..105e0ed923 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_connect.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_connect.3 | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | .\" | 1 | .\" | 
| 2 | .\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_connect.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ | 
| 3 | .\" | 3 | .\" | 
| 4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: July 24 2015 $ | 
| 5 | .Dt SSL_CONNECT 3 | 5 | .Dt SSL_CONNECT 3 | 
| 6 | .Os | 6 | .Os | 
| 7 | .Sh NAME | 7 | .Sh NAME | 
| 8 | .Nm SSL_connect | 8 | .Nm SSL_connect | 
| 9 | .Nd initiate the TLS/SSL handshake with an TLS/SSL server | 9 | .Nd initiate the TLS/SSL handshake with a TLS/SSL server | 
| 10 | .Sh SYNOPSIS | 10 | .Sh SYNOPSIS | 
| 11 | .In openssl/ssl.h | 11 | .In openssl/ssl.h | 
| 12 | .Ft int | 12 | .Ft int | 
| diff --git a/src/lib/libssl/src/doc/ssl/SSL_get_error.3 b/src/lib/libssl/src/doc/ssl/SSL_get_error.3 index 95fdf5ab00..f6e5045b01 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_get_error.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_get_error.3 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | .\" | 1 | .\" | 
| 2 | .\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ | 
| 3 | .\" | 3 | .\" | 
| 4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: July 24 2015 $ | 
| 5 | .Dt SSL_GET_ERROR 3 | 5 | .Dt SSL_GET_ERROR 3 | 
| 6 | .Os | 6 | .Os | 
| 7 | .Sh NAME | 7 | .Sh NAME | 
| @@ -70,7 +70,7 @@ has data available for reading (if the result code is | |||
| 70 | or allows writing data | 70 | or allows writing data | 
| 71 | .Pq Dv SSL_ERROR_WANT_WRITE , | 71 | .Pq Dv SSL_ERROR_WANT_WRITE , | 
| 72 | then some TLS/SSL protocol progress will take place, | 72 | then some TLS/SSL protocol progress will take place, | 
| 73 | i.e., at least part of an TLS/SSL record will be read or written. | 73 | i.e., at least part of a TLS/SSL record will be read or written. | 
| 74 | Note that the retry may again lead to a | 74 | Note that the retry may again lead to a | 
| 75 | .Dv SSL_ERROR_WANT_READ | 75 | .Dv SSL_ERROR_WANT_READ | 
| 76 | or | 76 | or | 
