On 12/8/17 8:15 PM, Volker Simonis wrote:
OK, I've opened the RFR "JDK-8193255: Root Certificates should be
stored in text format and assembled at build time" for this issue.
I've also put some information about how the AdoptOpenJDK builds their
cacerts JKS file from the Mozilla certdata.txt dat
On Tue, Dec 5, 2017 at 7:55 PM, Magnus Ihse Bursie
wrote:
>
> On 2017-12-05 18:33, Sean Mullan wrote:
>>
>> On 12/5/17 12:01 PM, Volker Simonis wrote:
>>>
>>> Hi Rajan,
>>>
>>> 'cacerts' is a binary file and I thought we have at least the
>>> convention in the OpenJDK project that we don't want to
Hi Martin
I've made some change and post a new webrev at
http://cr.openjdk.java.net/~weijun/8165996/webrev.00/
The src part is unchanged. Major changes to test are:
1. PKCS11Test.getNSSLibDir() is used to get the NSS lib dir. Honestly this is
my 1st time touching NSS so hopefully it's not wr