Author: markt Date: Wed Feb 11 09:34:28 2026 New Revision: 1931805 Log: Update docs for 2.0.13
Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/native-doc/news/2026.html Modified: tomcat/site/trunk/docs/native-doc/index.html ============================================================================== --- tomcat/site/trunk/docs/native-doc/index.html Wed Feb 11 09:09:10 2026 (r1931804) +++ tomcat/site/trunk/docs/native-doc/index.html Wed Feb 11 09:34:28 2026 (r1931805) @@ -10,10 +10,10 @@ </div><h3 id="Headlines">Headlines</h3><div class="text"> <ul> -<li><a href="news/2026.html#20260112">12 January 2026 - <b>Tomcat-Native-2.0.12 +<li><a href="news/2026.html#20260211">11 February 2026 - <b>Tomcat-Native-2.0.13 released</b></a> <p>The Apache Tomcat team is proud to announce the immediate availability of -Tomcat Native 2.0.12 Stable.</p> +Tomcat Native 2.0.13 Stable.</p> <p> The sources and the binaries for selected platforms are available from the <a href="../download-native.cgi">Download page</a>. Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Wed Feb 11 09:09:10 2026 (r1931804) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Wed Feb 11 09:34:28 2026 (r1931805) @@ -4,7 +4,57 @@ This is the Changelog for Apache Tomcat Native 2.0.x. The Tomcat Native 2.0.x branch started from the 1.2.33 tag. </p> -</div><h3 id="Changes_in_2.0.12">Changes in 2.0.12</h3><div class="text"> +</div><h3 id="2.0.13"><span style="float: right;">2026-02-11</span> 2.0.13</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Code: " class="icon" src="../images/code.gif"> + Due to various refactorings, the 2.0.x code no longer compiles with + LibreSSL. Without a volunteer to maintain LibreSSL support, the LibreSSL + code will be removed no earlier than 30 September 2026. (markt)</li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Remove group write permissions from the files in the tar.gz source + archive. (markt) + </li> + <li><img alt="Code: " class="icon" src="../images/code.gif"> + Refactor the SSL_CONF_CTX clean-up to align it with SSL and SSL_CTX + clean-up. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix unnecessarily large buffer allocation when filtering out NULL and + export ciphers. Pull requests <a href="https://github.com/apache/tomcat-native/pull/35">#35</a> and <a href="https://github.com/apache/tomcat-native/pull/37">#37</a> provided by + chenjp. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Fix a potential memory leak if an invalid <code>OpenSSLConf</code> is + provided. Pull request <a href="https://github.com/apache/tomcat-native/pull/36">#36</a> provided by chenjp. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Refactor setting of OCSP configuration defaults as they were only applied + if the SSL_CONF_CTX was used. While one was always used with Tomcat + versions aware of the OCSP configuration options, one was not always used + with Tomcat versions unaware of the OCSP configuration options leading to + OCSP verification being enabled by default when the expected behaviour was + disabled by default. (markt) + </li> + <li><img alt="Code: " class="icon" src="../images/code.gif"> + Improve performance for the rare case of handling large OCSP responses. + (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69939">69939</a>: Fix the cause of a crash with OpenSSL 3.0.x when a + certificate PEM file does not contain explicit DH parameters. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Refactor extraction of ECDH curve name from the Certificate to avoid + deprecated OpenSSL methods. + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Refactor the native implementation of <code>SSL.getTime()</code> to avoid + the Y2038 problem in <code>SSL_SESSION_get_time()</code> when running on a + version of OpenSSL that includes the new + <code>SSL_SESSION_get_time_ex()</code> method. (markt) + </li> + </ul> +</div><h3 id="2.0.12"><span style="float: right;">2026-01-12</span> 2.0.12</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> Refactor the addition of TLS 1.3 cipher suite configuration to avoid a @@ -12,7 +62,7 @@ (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.11_(not_released)">Changes in 2.0.11 (not released)</h3><div class="text"> +</div><h3 id="2.0.11"><span style="float: right;">not released</span> 2.0.11</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> Fix a reference to an uninitialized variable. (schultz) @@ -25,7 +75,7 @@ Remove references to deprecated engine configuration. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.10_(not_released)">Changes in 2.0.10 (not released)</h3><div class="text"> +</div><h3 id="2.0.10"><span style="float: right;">not released</span> 2.0.10</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> The Windows binaries are now built with OCSP support enabled by default. @@ -63,7 +113,7 @@ callback. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.9">Changes in 2.0.9</h3><div class="text"> +</div><h3 id="2.0.9"><span style="float: right;">2025-05-29</span> 2.0.9</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update the Windows build environment to use Visual Studio 2022. (markt) @@ -75,7 +125,7 @@ Update the recommended minimum version of APR to 1.7.6. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.8">Changes in 2.0.8</h3><div class="text"> +</div><h3 id="2.0.8"><span style="float: right;">2024-07-24</span> 2.0.8</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> Fix a crash on Windows when <code>SSLContext.setCACertificate()</code> @@ -96,7 +146,7 @@ Update the recommended minimum version of OpenSSL to 3.0.14. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.7">Changes in 2.0.7</h3><div class="text"> +</div><h3 id="2.0.7"><span style="float: right;">2024-02-08</span> 2.0.7</h3><div class="text"> <ul class="changelog"> <li><img alt="Add: " class="icon" src="../images/add.gif"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=67538">67538</a>: Make use of Ant's <code><javaversion /></code> @@ -135,7 +185,7 @@ Update the recommended minimum version of OpenSSL to 3.0.13. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.6">Changes in 2.0.6</h3><div class="text"> +</div><h3 id="2.0.6"><span style="float: right;">2023-10-02</span> 2.0.6</h3><div class="text"> <ul class="changelog"> <li><img alt="Fix: " class="icon" src="../images/fix.gif"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=67061">67061</a>: If the insecure optionalNoCA certificate verification @@ -146,7 +196,7 @@ Update the recommended minimum version of OpenSSL to 3.0.11. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.5">Changes in 2.0.5</h3><div class="text"> +</div><h3 id="2.0.5"><span style="float: right;">2023-08-07</span> 2.0.5</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66666">66666</a>: Remove non-reachable functions from ssl.c. (michaelo) @@ -173,7 +223,7 @@ Update the recommended minimum version of OpenSSL to 3.0.10. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.4">Changes in 2.0.4</h3><div class="text"> +</div><h3 id="2.0.4"><span style="float: right;">not released</span> 2.0.4</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update the recommended minimum version of APR to 1.7.4. (markt) @@ -182,7 +232,7 @@ Update the recommended minimum version of OpenSSL to 3.0.9. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.3">Changes in 2.0.3</h3><div class="text"> +</div><h3 id="2.0.3"><span style="float: right;">2023-02-13</span> 2.0.3</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update the recommended minimum version of APR to 1.7.2. (markt) @@ -191,7 +241,7 @@ Update the recommended minimum version of OpenSSL to 3.0.8. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.2">Changes in 2.0.2</h3><div class="text"> +</div><h3 id="2.0.2"><span style="float: right;">2022-11-08</span> 2.0.2</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update the minimum supported version of LibreSSL to 3.5.2. Based on pull @@ -202,13 +252,13 @@ by orbea. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.1">Changes in 2.0.1</h3><div class="text"> +</div><h3 id="2.0.1"><span style="float: right;">2022-07-12</span> 2.0.1</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update recommended OpenSSL version to 3.0.5 or later. (markt) </li> </ul> -</div><h3 id="Changes_in_2.0.0">Changes in 2.0.0</h3><div class="text"> +</div><h3 id="2.0.0"><span style="float: right;">not released</span> 2.0.0</h3><div class="text"> <ul class="changelog"> <li><img alt="Update: " class="icon" src="../images/update.gif"> Update the minimum required version of OpenSSL to 3.0.0 and make it a Modified: tomcat/site/trunk/docs/native-doc/news/2026.html ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2026.html Wed Feb 11 09:09:10 2026 (r1931804) +++ tomcat/site/trunk/docs/native-doc/news/2026.html Wed Feb 11 09:34:28 2026 (r1931805) @@ -1,6 +1,11 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native Library 2.0 - News - 2026 News and Status</title></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native Library 2.0 - News</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2><strong>Links</strong></h2><ul><li><a href="../ind ex.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="../miscellaneous/tls-renegotiation.html">TLS renegotiation</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2026.html">2026</a></li><li><a href="../news/2025.html">2025</a></li><li><a href="../news/2024.html">2024</a></li><li><a href="../news/2023.html">2023</a></li><li><a href="../news/2022.html">2022</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>2026 News and Status</h2><h3 id="2026_News_&_Status">2026 News & Status</h3><div class="text"> + <div class="subsection"><h4 id="20260211">11 February 2026 - Tomcat-Native-2.0.13 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.13.</p> + </div></div> + <div class="subsection"><h4 id="20260112">12 January 2026 - Tomcat-Native-2.0.12 released</h4><div class="text"> <p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 2.0.12.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
