mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo of namespace
This commit is contained in:
parent
cce331272b
commit
fa806cf233
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
:TLSv1_2, :TLSv1_2_server, :TLSv1_2_client or :TLSv1_1, :TLSv1_1_server
|
||||
:TLSv1_1_client. The version being effectively used can be queried
|
||||
with OpenSSL::SSL#ssl_version. Furthermore, it is also possible to
|
||||
blacklist the new TLS versions with OpenSSL::SSL:OP_NO_TLSv1_1 and
|
||||
blacklist the new TLS versions with OpenSSL::SSL::OP_NO_TLSv1_1 and
|
||||
OpenSSL::SSL::OP_NO_TLSv1_2.
|
||||
* Added OpenSSL::SSL::SSLContext#renegotiation_cb. A user-defined callback
|
||||
may be set which gets called whenever a new handshake is negotiated. This
|
||||
|
|
Loading…
Reference in a new issue