You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently unable to run the tests on my ubuntu workstation due to missing standard ciphers. I get this error when attempting to run the tests:
java.lang.NoClassDefFoundError: Could not initialize class org.conscrypt.NativeCrypto
at org.conscrypt.NativeCryptoTest.tearDown(NativeCryptoTest.java:111)
This is thrown in NativeCrypto because Conscrypt's hard-coded list seems to have diverged from BoringSSL. The following values seem to be missing from Conscrypt:
Which were added in October by this commit in order to update negotiation to the latest draft of TLS 1.3.
The thing that confuses me is why the build is working for @kruton as well as Travis. Perhaps both are using a version of BoringSSL that predates this change?
@kruton thoughts? Are you ok with just updating Conscrypt?
The text was updated successfully, but these errors were encountered:
I am currently unable to run the tests on my ubuntu workstation due to missing standard ciphers. I get this error when attempting to run the tests:
This is thrown in NativeCrypto because Conscrypt's hard-coded list seems to have diverged from BoringSSL. The following values seem to be missing from Conscrypt:
Which were added in October by this commit in order to update negotiation to the latest draft of TLS 1.3.
The thing that confuses me is why the build is working for @kruton as well as Travis. Perhaps both are using a version of BoringSSL that predates this change?
@kruton thoughts? Are you ok with just updating Conscrypt?
The text was updated successfully, but these errors were encountered: