From 25e6db3e3cb52c1a81e1e4a958a8d520a996812e Mon Sep 17 00:00:00 2001 From: emboss Date: Fri, 31 Aug 2012 09:47:36 +0000 Subject: * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED. ext/ossl_ssl.c: Support Next Protocol Negotiation. Protocols to be advertised by the server can be set in the SSLContext by using SSLContext#npn_protocols=, protocol selection on the client is supported by providing a selection callback with SSLContext#npn_select_cb. The protocol that was finally negotiated is available through SSL#npn_protocol. test/openssl/test_ssl.rb: Add tests for Next Protocol Negotiation. NEWS: add news about NPN support. [Feature #6503] [ruby-core:45272] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7b05b9ef89..c335ccd91c 100644 --- a/NEWS +++ b/NEWS @@ -171,6 +171,8 @@ with all sufficient information, see the ChangeLog file. OpenSSL::PKey::EC therefore now enforce the same check when exporting a private key to PEM with a password - it has to be at least four characters long. + * SSL/TLS support for the Next Protocol Negotiation extension. Supported + with OpenSSL 1.0.1 and higher. * yaml * Syck has been removed. YAML now completely depends on libyaml being -- cgit v1.2.3