mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
22113b1bab
commit
af2e9982d6
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -130,7 +130,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
with OpenSSL::SSL#ssl_version. Furthermore, it is also possible to
|
||||
blacklist the new TLS versions with OpenSSL::SSL:OP_NO_TLSv1_1 and
|
||||
OpenSSL::SSL::OP_NO_TLSv1_2.
|
||||
* Added OpenSSL::SSL::SSLContext#renegotation_cb. A user-defined callback
|
||||
* Added OpenSSL::SSL::SSLContext#renegotiation_cb. A user-defined callback
|
||||
may be set which gets called whenever a new handshake is negotiated. This
|
||||
also allows to programmatically decline (client) renegotiation attempts.
|
||||
* Support for "0/n" splitting of records as BEAST mitigation via
|
||||
|
|
Loading…
Reference in a new issue