commit | a18137385f574603535b29ad935f496d307ab3ae | [log] [tgz] |
---|---|---|
author | Nathaniel J. Smith <njs@pobox.com> | Thu Aug 01 21:32:13 2019 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 02 00:32:13 2019 -0400 |
tree | 1393938d0f8db3fd6582c078165a25923ae997ce | |
parent | a539b4ccb4788ed0b6c47edcfa7a123e4522fa3e [diff] [blame] |
Expose OP_NO_TLSv1_3 (#861) * Expose OP_NO_TLSv1_3 * Support openssl <1.1.1
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index c678b28..1c09237 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst
@@ -74,6 +74,7 @@ OP_NO_TLSv1 OP_NO_TLSv1_1 OP_NO_TLSv1_2 + OP_NO_TLSv1_3 Constants used with :py:meth:`set_options` of Context objects.