This is an automated email from the ASF dual-hosted git repository.
csutherl pushed a change to branch add-java-unit-tests-11
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
was 76bb29f5f Add thread safety tests
This change permanently discards the following revisions:
discard 76bb29f5f Add thread safety tests
discard 8e639d50c Add error path validation tests
discard 370d4bd3e Add advanced SSL/TLS handshake and protocol tests
discard 587dce228 Add SSL instance and BIO tests
discard 563539e33 Add SSL configuration tests
discard 2da582b40 Add SSL context tests and stress test categorization
discard 0630110ea Add SSL initialization tests
discard 24d2c6a8e Add Library and Pool tests
discard 49d6d5120 Add automated build and test script
discard f372ad433 Add comprehensive testing documentation
discard 8b77c37ec Add BaseTest infrastructure and diagnostic tests
discard 2222e1a99 Align Java code with current 12.0.x
discard a0ad1b73e Update .gitignore
discard 023d04dc3 Fix logic error
discard 9c1af08d6 Remove more trailing space
discard e142133ed Remove trailing space
discard 6821dd409 Happy New Year 2026
discard b1c790468 Refactor TLS 1.3 cipher suite configuration support
discard b21373c4b Lazy init stringClass in ssl.c before using to avoid crashes
discard e86a48ab1 Increment version for next development cycle
discard cb606b990 Replace some deprecated code with OpenSSL 3.0+ equivalent
discard 2acef36af Update change log
discard cf23bc882 Remove deprecated references to Engine configuration
discard 86f41b75e Set defaults explicitly
discard 907eb67f5 Increment version to prepare for 2.0.11 release
discard 5276f828e Start change log for 2.0.11
discard 4147df39c Explicitly initialize *resp to NULL
discard 8de4995c0 Correct file names
discard 53e03270c Update version info
discard 8ca5c8c09 Updating versions used for release builds
discard 7bdc11bbe Sync with 12.0.x
discard 2947cd10f Update version info
discard 4323d998b No need for FIPS make options with OpenSSL 3.0.x onwards
discard f2f808fad OpenSSL 3.0.0 is minimum version so hard code
OPENSSL_NEW_LIBS=1
discard 0077c5a96 OCSP is always enabled
discard 27bf69df7 Add an artifact for easy testing.
discard b52519f8f Fix logic. As long as at least one cipher is configured,
all is good.
discard 8657a95e8 Remove use of deprecated code
discard 912c0854e Remove use of deprecated code.
discard 458985979 Use new auto configuration of DH params rather than
deprecated callback
discard ae5a9cd1a Add change log entry
discard 9b72bec5d TLS 1.3 requires a call to SSL_CTX_set_ciphersuites to
configure the permitted ciphers
discard 4075fa892 Add the ability to control the OCSP verification flags.
discard 1dc01e30c Add timeout support to reading/writing OCSP
requests/responses
discard 0b18f4e6c Add soft-fail support for OCSP
discard 6d9cfdaff Use the Global delete function for Global references
discard f1d90629e Enable building with OpenSSL versions without newer OCSP
error codes
discard fbe7fdd49 More verification of OCSP responses - timestamps
discard 1b3436f27 Ensure basic response is cleaned up
discard 6ead31717 Expand verification of OCSP responses.
discard 3fbe1a1db Add nonce checks to OCSP lookups
discard dd24117cc Fix typo
discard 053123e5e Fix indent
discard c15957500 Refactor creation of OCSP request to separate method
discard 480df06e7 Refactor. Remove duplication. Simplify clean-up.
discard 940107529 Clear the error first to avoid false positives after the call
discard 6cea97387 Build Windows binaries with OCSP support enabled by default.
discard e5e7986fc Increment version number for next development cycle
discard 4250b1fd1 Correct reference Tomcat version for JNI source
discard 0d77bc72f Correctly handle optionalNoCA verification
discard a21900fab Update to new ASF logo
discard 803337541 Add tracking file for possible changes for next major version
discard 1de01e052 remove forgotten ref: trunk element.
discard 784a4b661 Add a build test for windows.
discard b7262771b Add note about needing a C compiler and autoconf/automake
discard c68cc88b2 Remove instructions for running tests that don't exist
discard b7546540a Align Java build version with Tomcat 12.0.x
discard 92d477885 Keep empty openssl directory - referenced in Windows build
instructions
discard 5347ec1d4 Created with wrong name in wrong directory
discard 6279d9b45 Update docs with estimated release date for 2.0.9
discard 2363c0c09 More updates for building with VS2002
discard 62f1b21b0 Make sure openssl directory exists
discard 44b968610 Merge updates from Tomcat 12.0.x
discard 077abcd94 Update build environment and recommended versions
discard e00b00f72 Exclude msvcrt.lib when producing hybrid build
discard f7da5e746 Patch no longer needed with updated build environment
discard ea1e7409f Happy New Year 2025
discard eb713592d Add 2.0.8 release notice
discard 63646957f Increment version for next development cycle
discard c18ae325a Fix compilation error on Windows
discard 64fb3c422 Align Java code with latest 11.0.x
discard 96953e246 Update recommended version of OpenSSL to 3.0.14
discard 22612c143 Update, refactor and polish instructions of the
documentation. (#25)
discard 7531e28d3 Fix broken XML
discard 180c945a7 Update for 2024
discard 0c624ee10 Add changelog
discard 1745f0672 Update Tomcat Native docs for 2.0.7 release
discard 9ee38b864 Add Changes in 1.3.x section
discard 3a88694da Remove references to JAVA_PLATFORM and very old Java versions
discard 736ea4643 Remove reference to Tomcat 8.5.x
discard 5c7a5cbd3 Fix a crash on Windows in SSLContext.setCACertificate()
discard afbb3d6ec Add missing newlines to printf statements
discard d99b81abe Ensure local reference capacity is available for array
allocations.
discard 04a754031 Use ERR_error_string_n instead of ERR_error_string.
discard 39e5bca3c Fix comment
discard 6180dc7a3 Fix APR version check in M4 macro
discard 59f2fb6ae Increment version number for next development cycle
discard aed46305c http -> https
discard 30e7252ae Align with other branches. No functional change.
discard d60bec5ae News links should be in reverse date order
discard b546693ed Update ASF logo
discard 803c7e5f7 Add a version to the title
discard 7b471aaa3 Consistent formatting. Add missing entries.
discard b4fc29339 Add 1.3.x branch
discard 325e9a4bd Update OpenSSL 3.0.x patch for addition of INT64_MAx constant
discard cea82d652 Sync with 11.0.x
discard e3c825f3a Update ignores
discard 170c2a1d9 Update recommended OpenSSL version to 3.0.13
discard 8603a5867 Happy New Year 2024
discard a9882f82b Remove unused parameters
discard f4eb5c8a3 Fix typo. Further improve BZ 67818 wording
discard f3c8eecc0 Better wording for BZ 67818
discard b4d8781e1 BZ 67818: SSL#setVerify()/SSLContext#setVerify() silently
set undocumented default verify paths
discard 1efe9cef7 Remove an unreachable if condition around CRLs in
sslcontext.c
discard a2f1a1673 BZ 67538: Make use of Ant's <javaversion /> task to enfore
the mininum Java build version
discard 52f6acc73 Add Ant version (1.10.2) requirement identical to Tomcat
discard fe4e5df6c Align Java source compile configuration with Tomcat
discard 5d15cc8a2 Drop useless 'compile.optimize' option
discard 5ff213318 BZ 67616: o.a.tomcat.jni.SSL contains useless check for old
OpenSSL version
discard aa1235dab Fix incorrect comment
discard e89277317 Align default pass phrase prompt with HTTPd on Windows as
well
discard e6a6e7002 BZ 67615: Windows binary for version 2 has incorrect version
suffix compared to the GNU autoconf version
discard bcf57170f Update docs for 2.0.6 release
discard 2ff3513b4 Remove unused function
discard ab4e6cb9d Remove unused function
discard a723fe937 Remove unused function
discard 5c67d4002 Remove unused variable
discard 1241db1ba Not everyone has the same aliases I use...
discard 39a5180f2 Increment version number for next release
discard ead12920b Keep OpenSSL patch with unix line endings so it is easier to
apply
discard 04d751306 Update patch position for 10-main.conf
discard 67dfd67e2 git apply requires a blank line at the end of the file
discard b17087df1 Update CMSC calls
discard e892e36f1 Need to switch back to main to update java source tree
discard 24c9e4b98 Align Java source code with current 11.0.x
discard dc210305d Additional files to ignore
discard a16b41ac9 Update patch for OpenSSL 3.0.11
discard 812cd70d9 Update minimum recommended version of OpenSSL to 3.0.11
discard caa68ee30 Disable OCSP if optionalNoCA is used
discard 63e202d45 Update docs with 2.0.5 release date
discard aa9a6ba10 Remove unused libraries and add support for 'Hybrid CRT'
technique.
discard 0918ea1b3 Add STATIC_CRT=Hybrid compile time option that creates
'Hybrid CRT' technique which uses Universal CRT AND the static CRT
discard af95452a3 Add missing CFLAGS and RCFLAGS
discard 9f93a8602 Add missing source files that are new to apr 1.7.x
discard 6b5c9a635 Increment version for next development cycle
discard 023150298 Correct reference Tomcat version for JNI source
discard 04cecfaf1 Update the minimum recommended OpenSSL version to 3.0.10
discard f86b7c8dc Fix BZ 66669 - memory leak in SNI processing
discard 80196c9e2 Bug 66666: Remove non-reachable functions from ssl.c
discard 74a901f62 Align default pass phrase prompt with HTTPd
discard a117c23f3 Trim trailing whitespace
discard dd368c712 Replace tabs with spaces
discard 0cca9432d Remove unused and probably obsolete custom help macro
discard f6954b733 Make name and version info consistent with recent changes
discard da621db9c Add a comment about a probably no longer needed autoconf
workaround
discard 2b17d8a92 Rename configure.in to modern autotools style configure.ac.
discard 3265d0e49 Fix incomplete updates for autotools generated files during
"buildconf" execution.
discard 583fd807b Improve quoting in tcnative.m4.
discard 30bc57417 Update the minimum version of autoconf for releasing to 2.68.
discard 3592cbd2a Increment version for next development cycle
discard bd94c7990 Add release date for Tomcat Native 2.0.4
discard 5e3eab94f Update Java code to align with Tomcat 11
discard 1d41c5c28 Increment version for next development cycle
discard c2caf156d Bump recommended OPenSSL version to 3.0.9
discard 1978a9e0d Bump recommended APR version 1.7.4
discard 08172d2d5 Move script to better location (it is native specific)
discard 6521082fd Update download_deps.sh
discard 25af6f40a Update BUILDING
discard 664e5ff27 Add release date for Tomcat Native 2.0.3
discard b2d3e46d1 Calculate year rather than manually updating
discard 0639956d5 Align java soucre with 10.1.x/11.0.x
discard b628386dd Update OpenSSL recommended version
discard 79528edb6 Bump recommended APR version to 1.7.2
discard faa05e0fa Update recommended APR version to 1.7.1
discard a2fe68f0c Add 2.0.2 release information
discard f072aac5c Increment version for next development cycle
discard b52594520 Should have updated recommended version before tagging
discard 79ff6e1af Add change log entry
discard 16a9bc8d0 native: Fix the build with rlibtool
discard 34daf99f4 Follow up to LibreSSL 3.5.2 changes
discard 746dc9fd5 native: Remove code for outdated libressl versions
discard 209613201 native: Update for libressl 3.5
discard 779d5d508 Remove 1.2.x news from 2.0.x branch
discard 73345a1ab Update for 2.0.1 release
discard 9951577a7 Remove unused array (compiler warning)
discard 785fe8a1e Increment version for next development cycle
discard ac8ff8c17 Update recommended OpenSSL version to 3.0.5
discard b156cbb62 Increment version number for next development cycle
discard 63c99259e Correct filename
discard 11dfbe843 Improve wording
discard 299046327 Additional version updates
discard f6c578b66 All the code that generated the statistics has been removed
discard 3c52b3965 Fix autoconf warnings
discard c25f786d0 TODO has been removed
discard 0ebc3b2eb Drop TODO as all entries have been addressed
discard ec38a78d4 zip and tar.gz archive have same permissions set
discard 01f9544cb Add note about switching back to main branch
discard 22e938955 Document the release process
discard 86ccf310e Update minimum Windows version to 7 / 2008 R2
discard bab06f911 Minimum Java version was updated to 11 to align with 10.1.x
discard 65d697a9c Add renegotiation info
discard 26e789827 config.guess and config.sub are copied from APR
discard 390ad39a9 Reference 10.1.x rather than 10.0.x
discard cd2c3f1cf Update description
discard 23693575f Use property for copyright year. Fix Javadoc after earlier
clean-up
discard 98f432118 Remove static file filtering as the static files have been
removed
discard ed81424cb Remove unused file
discard 06a0caa85 Update minimum Java to 11 to align with 10.1.x
discard 0e6e9d86f Remove another deprecated class
discard a3134c629 Test classes have been removed.
discard 84de4bc9b Remove unused code
discard 203afc43a Remove code intended for pre Windows XP systems (2000, NT4,
etc)
discard db72028b6 Remove unnecessary / unused code
discard 16b70cbe6 Improve the ignore file
discard d8649ffde Restore Windows specific system.c as it contains password
prompt methods
discard c0ec206f4 Fix compilation issue on Windows
discard ebee6aaba Rename
discard 1fd9c36b3 Rename flag to better reflect usage
discard 398f03597 Update patch for OpenSSL 3.0.x after reworking from scratch
discard d6285f0cc Restore 1.1.1 code in an effort to fix build for Windows
discard a7db8028a Update docs etc for changes in Tomcat Native 2.0.x
discard cf03fda86 Update OpenSSL patch for 3.0.x based on 3.0.3
discard f08b1350f IPv6 patches no longer required
discard 06c870484 Ignore local build configuration
discard 1ef30b176 Remove tests that depend on removed API
discard f6cbfccda Remove the examples since they depend on removed JNI API
discard c968a428f Align Java code with latest Tomact 10.1.x API
discard c8bbf0c22 Fix git command in comment
discard e5862827c This TODO item has been resolved (the classes are in the
Tomcat code)
discard a66bc02e4 Remove unused code
discard fe75e12c2 Map the OpenSSL 3.x FIPS behaviour to the 1.x API
discard 1796943d6 Update ignore file
discard 1b81d1e55 Remove conditional compilation expressions for OpenSSL
versions before 3
discard 7d6d6549f Minimum OpenSSl version is 3.0.0 is keylog callback is
always available
discard e2aa6fe3b Remove NPN support
discard ce61be771 Minimum APR version is now 1.7.0
discard c314c26aa Update OpenSSL to 3.0.0 and make it required
discard d0e568cd8 Update from 1.2.x to 2.0.x
discard 0fe673b27 Copyright year updates for 2022
discard e0be884f3 Fix typo
discard aaa10f5af Update version info
discard b80c39de1 Increment version number ready for next development cycle
discard d27dfa8a0 Update copyright year on docs pages
discard 204c1d68b Update docs for 1.2.33 release
discard ba13358de Update recommended OpenSSL version to 1.1.1o or later
discard 0567f897c Add change log entry for #12
discard d2e619505 Add PR support to docs
discard a4a8b0272 Fix script to run from different directories
discard b77a4ec7a Correct Linux etc building instructions (Configure rather
than config)
discard 1618cc830 Align minimum version with native/srclib/VERSIONS
discard aa50e3353 Fix BZ 66035 - avoid crash reading session ID after
handshake failure
discard 00be46715 Fix typo
discard c89b50006 Increment version number ready for next development cycle
discard f4c158184 Add release date for Apache Tomcat Native 1.2.32
discard d362c9242 Align with latest 10.0.x source
discard 506583f2f Fix script so it works with current git layout
discard f5462f056 Update the minimum recommended OpenSSL version to 1.1.1n
discard 32157a023 Review output of conscious language checker for Tomcat Native
discard 4b6ff6ad7 Update with actual release date now vote has concluded
discard f39e7f953 Increment version number ready for next development cycle
discard b063510eb Update change log.
discard f1c3b0f51 Remove remaining reference to pkg-config file
discard ce0e87dcf Add best guess for 1.2.31 release date
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]