Hi all,

I noticed org.apache.tomcat.util.net.openssl.ciphers.Cipher does not define the 
cipher suites defined by rfc 6367 and 6209. The ciphers are listed
https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html

and should be valid for TLS 1.2.



For example TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256

or TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256



Is there a reason, why these cipher suites are not in enum Cipher?



Kind Regards,
Ilja

Reply via email to