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