- 7fd9268 Add tracking file for possible changes for next major version by Mark Thomas · 3 months ago main
- d4c9b1c Merge pull request #29 from apache/jfclere-patch-1 by Jean-Frederic Clere · 3 months ago
- 5d2fd22 remove forgotten ref: trunk element. by Jean-Frederic Clere · 3 months ago
- c1dc845 Merge pull request #26 from jfclere/trunk by Jean-Frederic Clere · 3 months ago
- e9186c3 Add a build test for windows. by Jean-Frederic Clere · 4 months ago
- 82c308f Add note about needing a C compiler and autoconf/automake by Christopher Schultz · 3 months ago
- 17827f1 Remove instructions for running tests that don't exist by Mark Thomas · 4 months ago
- 88bb6f8 Align Java build version with Tomcat 12.0.x by Mark Thomas · 4 months ago
- f464898 Keep empty openssl directory - referenced in Windows build instructions by Mark Thomas · 4 months ago
- d369373 Created with wrong name in wrong directory by Mark Thomas · 4 months ago
- 1394124 Update docs with estimated release date for 2.0.9 by Mark Thomas · 4 months ago
- a3d886c More updates for building with VS2002 by Mark Thomas · 4 months ago
- e6c23b8 Make sure openssl directory exists by Mark Thomas · 4 months ago
- becf9d6 Merge updates from Tomcat 12.0.x by Mark Thomas · 4 months ago
- 6f2ac3e Update build environment and recommended versions by Mark Thomas · 4 months ago
- 5daada9 Exclude msvcrt.lib when producing hybrid build by Mark Thomas · 4 months ago
- b5f9906 Patch no longer needed with updated build environment by Mark Thomas · 4 months ago
- 96f3cf2 Happy New Year 2025 by Rainer Jung · 9 months ago
- 5f8d6d6 Add 2.0.8 release notice by Mark Thomas · 1 year, 2 months ago
- a6fcc88 Increment version for next development cycle by Mark Thomas · 1 year, 2 months ago
- eedbeb0 Fix compilation error on Windows by Mark Thomas · 1 year, 2 months ago
- b678f15 Align Java code with latest 11.0.x by Mark Thomas · 1 year, 2 months ago
- 8f3fe53 Update recommended version of OpenSSL to 3.0.14 by Mark Thomas · 1 year, 2 months ago
- 2b1082d Update, refactor and polish instructions of the documentation. (#25) by Dimitrios Soumis · 1 year, 2 months ago
- a4c6e18 Fix broken XML by Mark Thomas · 1 year, 2 months ago
- 0947d29 Update for 2024 by Mark Thomas · 1 year, 3 months ago
- 5b97d92 Add changelog by Christopher Schultz · 1 year, 4 months ago
- ace75cd Update Tomcat Native docs for 2.0.7 release by Mark Thomas · 1 year, 4 months ago
- 6f7ce1e Add Changes in 1.3.x section by Dimitrios Soumis · 1 year, 4 months ago
- 29bd1a1 Remove references to JAVA_PLATFORM and very old Java versions by Mark Thomas · 1 year, 4 months ago
- 9cf5740 Remove reference to Tomcat 8.5.x by Mark Thomas · 1 year, 4 months ago
- 745455f Fix a crash on Windows in SSLContext.setCACertificate() by Michael Osipov · 1 year, 4 months ago
- 6a6a6b2 Add missing newlines to printf statements by Michael Osipov · 1 year, 4 months ago
- e49f0fe Ensure local reference capacity is available for array allocations. by Christopher Schultz · 1 year, 4 months ago
- 4eaa5c9 Use ERR_error_string_n instead of ERR_error_string. by Christopher Schultz · 1 year, 4 months ago
- 43ddd1e Fix comment by Michael Osipov · 1 year, 5 months ago
- 49d1a3a Fix APR version check in M4 macro by Michael Osipov · 1 year, 5 months ago
- d1cc229 Increment version number for next development cycle by Mark Thomas · 1 year, 7 months ago
- 0f6a36b http -> https by Mark Thomas · 1 year, 7 months ago
- 2f569cf Align with other branches. No functional change. by Mark Thomas · 1 year, 7 months ago
- c535128 News links should be in reverse date order by Mark Thomas · 1 year, 7 months ago
- 38d3167 Update ASF logo by Mark Thomas · 1 year, 7 months ago
- a06fa4c Add a version to the title by Mark Thomas · 1 year, 7 months ago
- 49befd6 Consistent formatting. Add missing entries. by Mark Thomas · 1 year, 7 months ago
- eec7943 Add 1.3.x branch by Mark Thomas · 1 year, 7 months ago
- d8edaeb Update OpenSSL 3.0.x patch for addition of INT64_MAx constant by Mark Thomas · 1 year, 7 months ago
- aad7092 Sync with 11.0.x by Mark Thomas · 1 year, 8 months ago
- b58545d Update ignores by Mark Thomas · 1 year, 8 months ago
- c8ed30a Update recommended OpenSSL version to 3.0.13 by Mark Thomas · 1 year, 8 months ago
- 369f896 Happy New Year 2024 by Mark Thomas · 1 year, 9 months ago
- d59e74e Remove unused parameters by Mark Thomas · 1 year, 9 months ago
- 607af74 Fix typo. Further improve BZ 67818 wording by Mark Thomas · 1 year, 11 months ago
- 92aefff Better wording for BZ 67818 by Mark Thomas · 1 year, 11 months ago
- ccc6bfe BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently set undocumented default verify paths by Michael Osipov · 1 year, 11 months ago
- ac6f59b Remove an unreachable if condition around CRLs in sslcontext.c by Michael Osipov · 1 year, 11 months ago
- 82a502d BZ 67538: Make use of Ant's <javaversion /> task to enfore the mininum Java build version by Michael Osipov · 2 years ago
- 4478b72 Add Ant version (1.10.2) requirement identical to Tomcat by Michael Osipov · 2 years ago
- 1f32d55 Align Java source compile configuration with Tomcat by Michael Osipov · 2 years ago
- 97a76c3 Drop useless 'compile.optimize' option by Michael Osipov · 2 years ago
- 3549935 BZ 67616: o.a.tomcat.jni.SSL contains useless check for old OpenSSL version by Michael Osipov · 2 years ago
- fd3df8f Fix incorrect comment by Michael Osipov · 2 years ago
- 1613331 Align default pass phrase prompt with HTTPd on Windows as well by Michael Osipov · 2 years ago
- d280a8d BZ 67615: Windows binary for version 2 has incorrect version suffix compared to the GNU autoconf version by Michael Osipov · 2 years ago
- cc95c4e Update docs for 2.0.6 release by Mark Thomas · 2 years ago
- 6bc2a13 Remove unused function by Mark Thomas · 2 years ago
- f9ae977 Remove unused function by Mark Thomas · 2 years ago
- 6fbbfb7 Remove unused function by Mark Thomas · 2 years ago
- e9cab31 Remove unused variable by Mark Thomas · 2 years ago
- 88e5c0d Not everyone has the same aliases I use... by Mark Thomas · 2 years ago
- 246d15a Increment version number for next release by Mark Thomas · 2 years ago
- 48988ee Keep OpenSSL patch with unix line endings so it is easier to apply by Mark Thomas · 2 years ago
- 674e026 Update patch position for 10-main.conf by Mark Thomas · 2 years ago
- 89df072 git apply requires a blank line at the end of the file by Mark Thomas · 2 years ago
- 68af300 Update CMSC calls by Mark Thomas · 2 years ago
- be39e10 Need to switch back to main to update java source tree by Mark Thomas · 2 years ago
- c6e51c2 Align Java source code with current 11.0.x by Mark Thomas · 2 years ago
- b1d954f Additional files to ignore by Mark Thomas · 2 years ago
- f6dfa6c Update patch for OpenSSL 3.0.11 by Mark Thomas · 2 years ago
- 8d567d3 Update minimum recommended version of OpenSSL to 3.0.11 by Mark Thomas · 2 years ago
- 7864f88 Disable OCSP if optionalNoCA is used by Mark Thomas · 2 years ago
- 2c13143 Update docs with 2.0.5 release date by Mark Thomas · 2 years, 1 month ago
- 12666aa Remove unused libraries and add support for 'Hybrid CRT' technique. by Mladen Turk · 2 years, 1 month ago
- eb0e2be Add STATIC_CRT=Hybrid compile time option that creates 'Hybrid CRT' technique which uses Universal CRT AND the static CRT by Mladen Turk · 2 years, 1 month ago
- fb5c82e Add missing CFLAGS and RCFLAGS by Mladen Turk · 2 years, 1 month ago
- e6487f2 Add missing source files that are new to apr 1.7.x by Mladen Turk · 2 years, 1 month ago
- 062b795 Increment version for next development cycle by Mark Thomas · 2 years, 2 months ago
- db26cdd Correct reference Tomcat version for JNI source by Mark Thomas · 2 years, 2 months ago
- d861dbd Update the minimum recommended OpenSSL version to 3.0.10 by Mark Thomas · 2 years, 2 months ago
- f64a8a4 Fix BZ 66669 - memory leak in SNI processing by Mark Thomas · 2 years, 2 months ago
- 2e865ff Bug 66666: Remove non-reachable functions from ssl.c by Michael Osipov · 2 years, 3 months ago
- cea4e7e Align default pass phrase prompt with HTTPd by Michael Osipov · 2 years, 3 months ago
- 3fbe561 Trim trailing whitespace by Michael Osipov · 2 years, 3 months ago
- f247f0a Replace tabs with spaces by Michael Osipov · 2 years, 3 months ago
- 05919e1 Remove unused and probably obsolete custom help macro by Rainer Jung · 2 years, 3 months ago
- 1b902ad Make name and version info consistent with recent changes by Rainer Jung · 2 years, 3 months ago
- cd52d6b Add a comment about a probably no longer needed autoconf workaround by Rainer Jung · 2 years, 3 months ago
- 70927e0 Rename configure.in to modern autotools style configure.ac. by Rainer Jung · 2 years, 3 months ago
- 12b5e50 Fix incomplete updates for autotools generated files during "buildconf" execution. by Rainer Jung · 2 years, 3 months ago
- 90576c5 Improve quoting in tcnative.m4. by Rainer Jung · 2 years, 3 months ago
- 52728c6 Update the minimum version of autoconf for releasing to 2.68. by Rainer Jung · 2 years, 3 months ago