You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/04 12:51:10 UTC

svn commit: r1717937 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

Author: markt
Date: Fri Dec  4 11:51:10 2015
New Revision: 1717937

URL: http://svn.apache.org/viewvc?rev=1717937&view=rev
Log:
Update the changelog with additional fixes since 1.2.2

Modified:
    tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1717937&r1=1717936&r2=1717937&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Fri Dec  4 11:51:10 2015
@@ -34,6 +34,40 @@
   This is the Changelog for Tomcat Native 1.2.
   </p>
 </section>
+<section name="Changes in 1.2.3">
+  <changelog>
+    <fix>
+      Remove Java classes that do not have C implementation code
+      for their native methods in the current library. They were
+      used for NPN support which is superseded by ALPN support
+      in the current code. (kkolinko)
+    </fix>
+    <fix>
+      Fix typo in declaration of a stub method used when the library is
+      compiled without OpenSSL support. (kkolinko)
+    </fix>
+    <fix>
+      Fix the signature of the implementation of the native SSL method
+      newSSL() in the case when OPENSSL is not available. (rjung)
+    </fix>
+    <fix>
+      Fix the signature of the implementation of the native SSLSocket
+      method getInfoB() to return jbyteArray instead of jobject.
+      This is consistent with what it actually returns and how
+      the native Java method is declared. (rjung)
+    </fix>
+    <add>
+      Add support for using Java ketstores for certificates and keys. (jfclere)
+    </add>
+    <scode>
+      Remove code that performs a read after a renegotiation that appears to be
+      unnecessary with OpenSDSL 1.0.2. (billbarker)
+    </scode>
+    <add>
+      Expose <code>SSL_renegotiate</code> to the Java API. (remm)
+    </add>
+  </changelog>
+</section>
 <section name="Changes in 1.2.2">
   <changelog>
     <fix>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org