diff options
author | tb <> | 2021-03-31 18:03:13 +0000 |
---|---|---|
committer | tb <> | 2021-03-31 18:03:13 +0000 |
commit | 204143467ecba49a508c860d8a061d6dbfec7672 (patch) | |
tree | 44526a818216da1140463f35e74e898aec894bfd | |
parent | 5edf9d7f392502cca5ca01230df4f23ebbfd2a7b (diff) | |
download | openbsd-204143467ecba49a508c860d8a061d6dbfec7672.tar.gz openbsd-204143467ecba49a508c860d8a061d6dbfec7672.tar.bz2 openbsd-204143467ecba49a508c860d8a061d6dbfec7672.zip |
Update for DTLSv1.2 support.
-rw-r--r-- | src/lib/libssl/man/SSL_get_version.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_get_version.3 b/src/lib/libssl/man/SSL_get_version.3 index cc4297c5ba..7935b75f92 100644 --- a/src/lib/libssl/man/SSL_get_version.3 +++ b/src/lib/libssl/man/SSL_get_version.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_get_version.3,v 1.7 2019/03/18 18:31:15 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_get_version.3,v 1.8 2021/03/31 18:03:13 tb Exp $ |
2 | .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 | 2 | .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 |
3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 | 3 | .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +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: March 18 2019 $ | 52 | .Dd $Mdocdate: March 31 2021 $ |
53 | .Dt SSL_GET_VERSION 3 | 53 | .Dt SSL_GET_VERSION 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -91,6 +91,8 @@ The connection uses the TLSv1.2 protocol. | |||
91 | The connection uses the TLSv1.3 protocol. | 91 | The connection uses the TLSv1.3 protocol. |
92 | .It Qo DTLSv1 Qc No or Dv DTLS1_VERSION | 92 | .It Qo DTLSv1 Qc No or Dv DTLS1_VERSION |
93 | The connection uses the Datagram Transport Layer Security 1.0 protocol. | 93 | The connection uses the Datagram Transport Layer Security 1.0 protocol. |
94 | .It Qo DTLSv1.2 Qc No or Dv DTLS1_2_VERSION | ||
95 | The connection uses the Datagram Transport Layer Security 1.2 protocol. | ||
94 | .It Qq unknown | 96 | .It Qq unknown |
95 | This indicates an unknown protocol version; | 97 | This indicates an unknown protocol version; |
96 | it cannot currently happen with LibreSSL. | 98 | it cannot currently happen with LibreSSL. |