TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 support?
Jiho Park(박지호) <[email protected]>
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <CACE8fQTXRH-tkBxDgLb_ftALxkO8TSYPy+F882GAkAEu3NfSZg@mail.gmail.com> |
Hi, I need to support *TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8* in my java server application to communicate with some rest api server. And also my java server application provide some rest api for that server. All TLS communications between my java application and rest api server *shall enable client authentication*. (I'm using Java 8 and Spring Framework 5.0, Spring Boot 2.0) Does the latest java version of Bouncycastle Library support "TLS_ECDHE_ECDSA_WITH _AES_128_CCM_8" cipher suite? Any examples, resources for this case using Bouncycastle library? Thanks, Jiho.