This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch curve-name
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
discard c7ba9d380 Fix typo
discard ac38f19d8 Refactor ECDH curve name extraction to avoid deprecated
methods
add 047aafe44 Add missing navigation links
add 8fb6fe43f Add missing navigation entries
add 75e83b3dc Add release dates for 2.0.x releases
add 213e4c7eb 2.0.13 is in development
add 7e8c2af43 Align SSL_CONF_CTX clean-up with SSL and SSL_CTX clean-up
add 2f386b32a Correct back-port
add 65fd6d647 Ensure buf size
add 019a79a86 Add change log entry for PR #35
add a17d23656 Centralize cleanup
add da9dfe035 Consistency. Doesn't matter practically, since Java will
never see it.
add 4e87c9a9a Add change log entry
add b72a4e32b Fix buf size
add 829b98b08 Update change log
add 86b04fff4 Refactor setting OCSP defaults
add ce81395a4 Restore the defaults. They are required if the SSL_CONF_CTX
is used.
add 8b80c0801 Document process for setting Tomcat specific configuration
add b803b0ffe Improve performance for the rare case of handling large OCSP
responses.
add bba9e9464 Fix 69939 EVP_PKEY_is_a() crashes with NULL key on OpenSSL
3.0.x
add 56c62efa3 Correctly use APi as pointed out by remm.
add 0c890f5f3 Refactor ECDH curve name extraction to avoid deprecated
methods
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c7ba9d380)
\
N -- N -- N refs/heads/curve-name (0c890f5f3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
native/src/ssl.c | 2 +-
native/src/sslconf.c | 143 +++++++++++++++++++++-----------------
native/src/sslcontext.c | 13 +++-
native/src/sslutils.c | 12 ++--
xdocs/miscellaneous/changelog.xml | 57 +++++++++++----
xdocs/miscellaneous/project.xml | 2 +
xdocs/project.xml | 2 +
7 files changed, 144 insertions(+), 87 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]