Re: RFR 8223482: Unsupported ciphersuites may be offered by a TLS client

2019-05-20 Thread Xuelei Fan
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

Re: [13] RFR JDK-8080462: Update SunPKCS11 provider with PKCS11 v2.40 support

2019-05-20 Thread Sean Mullan
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