Rainer,
On 2/28/22 10:35, Rainer Jung wrote:
Am 28.02.2022 um 15:34 schrieb Christopher Schultz:
Rainer,
On 2/25/22 23:22, Rainer Jung wrote:
I don't get any unit test failures. I set in build.properties:
test.apr.loc=/path/to/tcnative/lib
test.openssl.path=/path/to/openssl/bin/openssl
I
Am 28.02.2022 um 15:34 schrieb Christopher Schultz:
Rainer,
On 2/25/22 23:22, Rainer Jung wrote:
I don't get any unit test failures. I set in build.properties:
test.apr.loc=/path/to/tcnative/lib
test.openssl.path=/path/to/openssl/bin/openssl
I have:
test.openssl.loc=/home/cschultz/project
Rainer,
On 2/25/22 23:22, Rainer Jung wrote:
I don't get any unit test failures. I set in build.properties:
test.apr.loc=/path/to/tcnative/lib
test.openssl.path=/path/to/openssl/bin/openssl
I have:
test.openssl.loc=/home/cschultz/projects/apache/apache-tomcat/openssl-1.1.1/target/bin/openssl
And another reply to self:
I just tried OpenSSL 3.0.0 for TC 8.5. When running with Java 1.7.0_80
and OpenSSL based connector, I get failures for:
[junit] Test org.apache.catalina.valves.rewrite.TestResolverSSL FAILED
[junit] Test org.apache.tomcat.util.net.TestClientCert FAILED
[j
Forgot to mention: I do also test with Adoptium, Zulu and RedHat based
JDK builds. Latest patch levels, results have been stable for all
combination for a long time now, not only current latest patch levels.
Controlling which test classes are executed is possible via test.name
and test.exclude
Hi Chris,
I don't get any unit test failures. I set in build.properties:
test.apr.loc=/path/to/tcnative/lib
test.openssl.path=/path/to/openssl/bin/openssl
Plus when testing with JSSE:
test.sslImplementation=org.apache.tomcat.util.net.jsse.JSSEImplementation
resp. OpenSSL:
test.sslImplementat
All,
My cipher-suite tests usually fail due to missing support for either
certain OpenSSL ciphersuites or JSSE, depending upon the JVM used to tun
run the tests.
I checked the testing code, but I don't see any documented way to
customize what gets tested.
I seem to remember @isapir giving