diff options
author | schwarze <> | 2020-06-04 18:06:43 +0000 |
---|---|---|
committer | schwarze <> | 2020-06-04 18:06:43 +0000 |
commit | 045f7a6a412c8db9e615d93850130c5eee7f9d73 (patch) | |
tree | c591cfa600aacf7414dba80f7c0d42df575ce49b /src | |
parent | 9da6320d732214906f0d716131fbd8f1db6422f4 (diff) | |
download | openbsd-045f7a6a412c8db9e615d93850130c5eee7f9d73.tar.gz openbsd-045f7a6a412c8db9e615d93850130c5eee7f9d73.tar.bz2 openbsd-045f7a6a412c8db9e615d93850130c5eee7f9d73.zip |
mention that TLS_method(3) also supports TLSv1.3;
tb@ OKed this part of a larger diff from inoguchi@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3 index 35fe702fb6..13b3700240 100644 --- a/src/lib/libssl/man/SSL_CTX_new.3 +++ b/src/lib/libssl/man/SSL_CTX_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_new.3,v 1.11 2019/03/18 06:23:38 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_new.3,v 1.12 2020/06/04 18:06:43 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 | 2 | .\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 |
3 | .\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 | 3 | .\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 |
4 | .\" | 4 | .\" |
@@ -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: March 18 2019 $ | 53 | .Dd $Mdocdate: June 4 2020 $ |
54 | .Dt SSL_CTX_NEW 3 | 54 | .Dt SSL_CTX_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -170,7 +170,7 @@ can be of the following types: | |||
170 | These are the general-purpose version-flexible SSL/TLS methods. | 170 | These are the general-purpose version-flexible SSL/TLS methods. |
171 | The actual protocol version used will be negotiated to the highest | 171 | The actual protocol version used will be negotiated to the highest |
172 | version mutually supported by the client and the server. | 172 | version mutually supported by the client and the server. |
173 | The supported protocols are TLSv1, TLSv1.1 and TLSv1.2. | 173 | The supported protocols are TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3. |
174 | Applications should use these methods and avoid the version-specific | 174 | Applications should use these methods and avoid the version-specific |
175 | methods described below. | 175 | methods described below. |
176 | .It Xo | 176 | .It Xo |