Fix typo of namespace
This commit is contained in:
parent
cce331272b
commit
fa806cf233
@ -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…
x
Reference in New Issue
Block a user