How to Expand the List of Available Ciphers in BCJSSE? ("No usable cipher suites enabled") #2045
SublimeBoss31
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
Java: OpenJDK 17.0.14 (Homebrew)
BouncyCastle:
bcprov-jdk18on-1.72.jar
bctls-jdk18on-1.72.jar
bcutil-jdk18on-1.72.jar
bcpg-jdk18on-1.72.jar
OS: macOS Ventura
Issue:
I’m using BCJSSE but encountering the following error:
Exception in thread "main" java.lang.IllegalStateException: No usable cipher suites enabled
The list of available ciphers is very limited:
BCJSSE Supported Ciphers: [TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256, TLS_RSA_WITH_CAMELLIA_256_CBC_SHA, ...]
I would like to test GOST algorithms, but they are not available:
Question:
How can I expand the list of available ciphers in BCJSSE? If some ciphers are disabled, is there a way to enable them for testing?
Beta Was this translation helpful? Give feedback.
All reactions