diff options
author | tb <> | 2021-04-15 16:43:27 +0000 |
---|---|---|
committer | tb <> | 2021-04-15 16:43:27 +0000 |
commit | 0c0ff9de06247487175c02cd261632e4199dba0f (patch) | |
tree | 1ac32eb2df1f3937794eaeeb4a4c5f079650bd16 | |
parent | a3aa9a7d9cab6490f6b4c4ef17e66bb6bc07a61b (diff) | |
download | openbsd-0c0ff9de06247487175c02cd261632e4199dba0f.tar.gz openbsd-0c0ff9de06247487175c02cd261632e4199dba0f.tar.bz2 openbsd-0c0ff9de06247487175c02cd261632e4199dba0f.zip |
mention DTLS1_2_VERSION
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_msg_callback.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 b/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 index a8af1a3454..a27333e6d9 100644 --- a/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 +++ b/src/lib/libssl/man/SSL_CTX_set_msg_callback.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_msg_callback.3,v 1.4 2018/03/22 21:09:18 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_msg_callback.3,v 1.5 2021/04/15 16:43:27 tb Exp $ |
2 | .\" OpenSSL SSL_CTX_set_msg_callback.pod e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" OpenSSL SSL_CTX_set_msg_callback.pod e9b77246 Jan 20 19:58:49 2017 +0100 |
3 | .\" OpenSSL SSL_CTX_set_msg_callback.pod b97fdb57 Nov 11 09:33:09 2016 +0100 | 3 | .\" OpenSSL SSL_CTX_set_msg_callback.pod b97fdb57 Nov 11 09:33:09 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: March 22 2018 $ | 52 | .Dd $Mdocdate: April 15 2021 $ |
53 | .Dt SSL_CTX_SET_MSG_CALLBACK 3 | 53 | .Dt SSL_CTX_SET_MSG_CALLBACK 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -122,8 +122,9 @@ interpreted by the library, such as | |||
122 | .Dv TLS1_VERSION , | 122 | .Dv TLS1_VERSION , |
123 | .Dv TLS1_1_VERSION , | 123 | .Dv TLS1_1_VERSION , |
124 | .Dv TLS1_2_VERSION , | 124 | .Dv TLS1_2_VERSION , |
125 | .Dv DTLS1_VERSION , | ||
125 | or | 126 | or |
126 | .Dv DTLS1_VERSION . | 127 | .Dv DTLS1_2_VERSION . |
127 | .It Fa content_type | 128 | .It Fa content_type |
128 | This is one of the | 129 | This is one of the |
129 | .Em ContentType | 130 | .Em ContentType |