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