Re: RFR 8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale.

2018-02-08 Thread Adam Petcher
On 2/7/2018 6:53 PM, Weijun Wang wrote: Can you use Locale.ROOT? Thanks for the suggestion, but from looking at the spec of Locale.ROOT, it's not clear that it will always cause the behavior that I want. I pushed the change as it is in the webrev. Perhaps there are better ways to express th

Re: [PATCH]: Support for brainpool curves from CurveDB in SunEC

2018-02-08 Thread Valerie Peng
Hi Tobias, Just curious, which PKCS11 library did you use to test your patch? After I applied your patch and ran the regression tests, I noticed that both the Solaris PKCS11 library and NSS skipped testing Brainpool curves with different error codes which may be due to lack of support... Reg