Re: RFR: 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"

2016-07-03 Thread Seán Coffey
Looks like a good test fix to me Ivan. Regards, Sean. On 29/06/2016 16:20, Ivan Gerasimov wrote: Hello! The mentioned test was seen failing on a machine, where the keystore contains a lot of certificates because they overflowed the maximum allowed list of authorities in the CertificateReques

Re: RFR: 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"

2016-07-03 Thread Xuelei Fan
On 7/3/2016 8:37 PM, Seán Coffey wrote: > Looks like a good test fix to me Ivan. > +1. Xuelei > Regards, > Sean. > > On 29/06/2016 16:20, Ivan Gerasimov wrote: >> Hello! >> >> The mentioned test was seen failing on a machine, where the keystore >> contains a lot of certificates because they ove

Re: RFR: 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"

2016-07-03 Thread Ivan Gerasimov
Thank you Seán and Xuelei for your reviews! With kind regards, Ivan On 03.07.2016 15:43, Xuelei Fan wrote: On 7/3/2016 8:37 PM, Seán Coffey wrote: Looks like a good test fix to me Ivan. +1. Xuelei Regards, Sean. On 29/06/2016 16:20, Ivan Gerasimov wrote: Hello! The mentioned test was

Questions on deprivileging a module

2016-07-03 Thread Wang Weijun
I am working on JDK-8159528 Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth https://bugs.openjdk.java.net/browse/JDK-8159528 Several questions: 1. How does updating /make/common/Modules.gmk affect an exploded build? 2. I am using Unsafe in two places, once to rewr