On 6/27/2019 8:56 AM, Mark Thomas wrote:
The ciphers supported by Ubuntu have changed. You need to use:
openssl ciphers -v ALL:eNULL
to see all of them.
The short version is that ARIA ciphers are now supported.
test.openssl.unimplemented=IDEA
should fix it.
Thanks, Mark!
The part that pu
On 27/06/2019 14:49, Mark Thomas wrote:
> On 26/06/2019 23:01, Igal Sapir wrote:
>> While testing Tomcat Native 1.2.23 two unit tests failed on my system:
>>
>> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
>> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherCon
On 26/06/2019 23:01, Igal Sapir wrote:
> While testing Tomcat Native 1.2.23 two unit tests failed on my system:
>
> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
> TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt
>
> My build.proper
While testing Tomcat Native 1.2.23 two unit tests failed on my system:
TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt
My build.properties includes the following:
test.openssl.unimpleme