Sign in
apache
/
tomcat-native
/
HEAD
ec142c0
Fix build failures with OpenSSL 4.0.x
by Mark Thomas
· 13 hours ago
main
ca6206d
Limit the boundary of ocsp payload chars (#39)
by Chenjp
· 3 weeks ago
d7df5e0
Update index & news for 2.0.13 release
by Mark Thomas
· 3 weeks ago
aabfbd0
Add release date for 2.0.13
by Mark Thomas
· 3 weeks ago
d6a9c2c
Fix typo in changelog
by Rainer Jung
· 4 weeks ago
0980673
Increment version for 2.0.14 development
by Mark Thomas
· 4 weeks ago
d4c052c
Sync with 12.0.
by Mark Thomas
· 4 weeks ago
3aa3c90
Sync with 1.3.x (better)
by Mark Thomas
· 4 weeks ago
7455599
Now need to tweak change log before tagging too
by Mark Thomas
· 4 weeks ago
03216f5
enforce OCSP_MAX_RESPONSE_SIZE (#38)
by Chenjp
· 4 weeks ago
b7b16f9
Add note on LibreSSl support giving 6 months notice
by Mark Thomas
· 4 weeks ago
49bacb3
Explicitly use (void) for these functions
by Christopher Schultz
· 4 weeks ago
7bf3e55
Fix typo
by Mark Thomas
· 4 weeks ago
8f0eb5c
Fix remaining deprecation warning when compiling against OpenSSL 3.5.x
by Mark Thomas
· 4 weeks ago
44736df
Refactor ECDH curve name extraction to avoid deprecated methods (#34)
by Mark Thomas
· 4 weeks ago
56c62ef
Correctly use APi as pointed out by remm.
by Mark Thomas
· 4 weeks ago
bba9e94
Fix 69939 EVP_PKEY_is_a() crashes with NULL key on OpenSSL 3.0.x
by Mark Thomas
· 4 weeks ago
b803b0f
Improve performance for the rare case of handling large OCSP responses.
by Mark Thomas
· 4 weeks ago
8b80c08
Document process for setting Tomcat specific configuration
by Mark Thomas
· 4 weeks ago
ce81395
Restore the defaults. They are required if the SSL_CONF_CTX is used.
by Mark Thomas
· 5 weeks ago
86b04ff
Refactor setting OCSP defaults
by Mark Thomas
· 5 weeks ago
829b98b
Update change log
by Mark Thomas
· 5 weeks ago
b72a4e3
Fix buf size
by Chenjp
· 5 weeks ago
4e87c9a
Add change log entry
by Mark Thomas
· 5 weeks ago
da9dfe0
Consistency. Doesn't matter practically, since Java will never see it.
by Mark Thomas
· 5 weeks ago
a17d236
Centralize cleanup
by Chenjp
· 5 weeks ago
019a79a
Add change log entry for PR #35
by Mark Thomas
· 5 weeks ago
65fd6d6
Ensure buf size
by Chenjp
· 5 weeks ago
2f386b3
Correct back-port
by Mark Thomas
· 6 weeks ago
7e8c2af
Align SSL_CONF_CTX clean-up with SSL and SSL_CTX clean-up
by Mark Thomas
· 6 weeks ago
213e4c7
2.0.13 is in development
by Christopher Schultz
· 7 weeks ago
75e83b3
Add release dates for 2.0.x releases
by Christopher Schultz
· 7 weeks ago
8fb6fe4
Add missing navigation entries
by Mark Thomas
· 7 weeks ago
047aafe
Add missing navigation links
by Mark Thomas
· 7 weeks ago
f2c0ffe
Add 2.0.12 release
by Mark Thomas
· 7 weeks ago
435b86a
Fix a compilation warning
by Mark Thomas
· 8 weeks ago
7432721
Remove group write permissions from the files in the tar.gz source
by Mark Thomas
· 8 weeks ago
6ff0820
Increment version for 2.0.13 development
by Mark Thomas
· 8 weeks ago
9a4395a
Align Java code with current 12.0.x
by Mark Thomas
· 8 weeks ago
50e2717
Update .gitignore
by Mark Thomas
· 8 weeks ago
eeba5a2
Fix logic error
by Mark Thomas
· 8 weeks ago
265fe88
Remove more trailing space
by Mark Thomas
· 8 weeks ago
e655acb
Remove trailing space
by Mark Thomas
· 8 weeks ago
787bb35
Happy New Year 2026
by Rainer Jung
· 9 weeks ago
f60eafc
Refactor TLS 1.3 cipher suite configuration support
by Mark Thomas
· 3 months ago
7855ef1
Lazy init stringClass in ssl.c before using to avoid crashes
by Coty Sutherland
· 3 months ago
9271644
Increment version for next development cycle
by Mark Thomas
· 3 months ago
36e24dd
Replace some deprecated code with OpenSSL 3.0+ equivalent
by Mark Thomas
· 3 months ago
c06a4eb
Update change log
by Mark Thomas
· 3 months ago
cb85cac
Remove deprecated references to Engine configuration
by Mark Thomas
· 3 months ago
2cdea45
Set defaults explicitly
by Mark Thomas
· 3 months ago
4886b02
Increment version to prepare for 2.0.11 release
by Mark Thomas
· 3 months ago
391f507
Start change log for 2.0.11
by Mark Thomas
· 3 months ago
f9ef51e
Explicitly initialize *resp to NULL
by Christopher Schultz
· 3 months ago
f4adf48
Correct file names
by Mark Thomas
· 3 months ago
5404953
Update version info
by Mark Thomas
· 3 months ago
66482a2
Updating versions used for release builds
by Mark Thomas
· 3 months ago
ca7c433
Sync with 12.0.x
by Mark Thomas
· 3 months ago
a06cf08
Update version info
by Mark Thomas
· 3 months ago
db72c2a
No need for FIPS make options with OpenSSL 3.0.x onwards
by Mark Thomas
· 3 months ago
419885b
OpenSSL 3.0.0 is minimum version so hard code OPENSSL_NEW_LIBS=1
by Mark Thomas
· 3 months ago
ca8a78b
OCSP is always enabled
by Mark Thomas
· 3 months ago
74fd820
Add an artifact for easy testing.
by Jean-Frederic Clere
· 9 months ago
ba61d0e
Fix logic. As long as at least one cipher is configured, all is good.
by Mark Thomas
· 3 months ago
e3bc27d
Remove use of deprecated code
by Mark Thomas
· 3 months ago
0d4a129
Remove use of deprecated code.
by Mark Thomas
· 3 months ago
e1370e7
Use new auto configuration of DH params rather than deprecated callback
by Mark Thomas
· 3 months ago
6900ce4
Add change log entry
by Mark Thomas
· 3 months ago
0625e7a
TLS 1.3 requires a call to SSL_CTX_set_ciphersuites to configure the permitted ciphers
by gastush
· 3 months ago
0a7187e
Add the ability to control the OCSP verification flags.
by Mark Thomas
· 3 months ago
ddf7377
Add timeout support to reading/writing OCSP requests/responses
by Mark Thomas
· 3 months ago
a2085fd
Add soft-fail support for OCSP
by Mark Thomas
· 3 months ago
793c5bf
Use the Global delete function for Global references
by gastush
· 5 months ago
77dc8f1
Enable building with OpenSSL versions without newer OCSP error codes
by Mark Thomas
· 3 months ago
e8f60b9
More verification of OCSP responses - timestamps
by Mark Thomas
· 3 months ago
6716a2e
Ensure basic response is cleaned up
by Mark Thomas
· 3 months ago
1ad8799
Expand verification of OCSP responses.
by Mark Thomas
· 3 months ago
ca0f888
Add nonce checks to OCSP lookups
by Mark Thomas
· 3 months ago
4b2ea38
Fix typo
by Mark Thomas
· 3 months ago
6490b52
Fix indent
by Mark Thomas
· 3 months ago
c4523e1
Refactor creation of OCSP request to separate method
by Mark Thomas
· 3 months ago
2f91d7e
Refactor. Remove duplication. Simplify clean-up.
by Mark Thomas
· 3 months ago
cae7e46
Clear the error first to avoid false positives after the call
by Mark Thomas
· 3 months ago
2a05b83
Build Windows binaries with OCSP support enabled by default.
by Mark Thomas
· 3 months ago
e47cb34
Increment version number for next development cycle
by Mark Thomas
· 5 months ago
f99a131
Correct reference Tomcat version for JNI source
by Dimitrios Soumis
· 5 months ago
9df4e39
Correctly handle optionalNoCA verification
by Dimitrios Soumis
· 5 months ago
dc4e47a
Update to new ASF logo
by Mark Thomas
· 6 months ago
7fd9268
Add tracking file for possible changes for next major version
by Mark Thomas
· 8 months ago
d4c9b1c
Merge pull request #29 from apache/jfclere-patch-1
by Jean-Frederic Clere
· 9 months ago
5d2fd22
remove forgotten ref: trunk element.
by Jean-Frederic Clere
· 9 months ago
c1dc845
Merge pull request #26 from jfclere/trunk
by Jean-Frederic Clere
· 9 months ago
e9186c3
Add a build test for windows.
by Jean-Frederic Clere
· 9 months ago
82c308f
Add note about needing a C compiler and autoconf/automake
by Christopher Schultz
· 9 months ago
17827f1
Remove instructions for running tests that don't exist
by Mark Thomas
· 9 months ago
88bb6f8
Align Java build version with Tomcat 12.0.x
by Mark Thomas
· 9 months ago
f464898
Keep empty openssl directory - referenced in Windows build instructions
by Mark Thomas
· 9 months ago
d369373
Created with wrong name in wrong directory
by Mark Thomas
· 9 months ago
1394124
Update docs with estimated release date for 2.0.9
by Mark Thomas
· 10 months ago
a3d886c
More updates for building with VS2002
by Mark Thomas
· 10 months ago
Next »