Re: PROBLEM USING JSSE PROVIDER FOR TLS_PSK CIPHER
Peter Dettman <[email protected]> Tue, 30 Apr 2019 00:03:01 +0700
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
PSK cipher suites are not supported by the BCJSSE provider. You can get the list of supported cipher suites by calling getSupportedCipherSuites() on an SSLSocket (or SSLEngine) instance. Regards, Pete Dettman On 29/4/19 6:39 pm, Sukawanth psr wrote: > We are looking for a way to enable PSK cipher suit in BC JSSE provider. > My understanding is by default it is not enabled. Correct me if wrong. > Currently we have not finalized which cipher to use in the suite. Can we > test in BC JSSE provider?