On 5/16/2019 10:31 AM, Martin Balao wrote:
Hi Xuelei,
Thanks for your feedback.
We can move the supported ciphersuites check to
SSLContextImpl.getApplicableCipherSuites method and affect the default
list of enabled ciphersuites only. This list is set in SSLContextImpl
initialization time, so th
On 5/17/19 3:56 PM, Valerie Peng wrote:
Thanks Martin for helping me troubleshoot NSS side, I added PSS support
into PKCS11 provider and added PSS-specific regression tests. Please
find webrev updated as below:
http://cr.openjdk.java.net/~valeriep/8080462/webrev.01/
Can someone help review