RFR: 8278080: Add --with-cacerts-src='user cacerts folder' to enable determinsitic cacerts generation
Sergey Bylokhov
serb at openjdk.java.net
Thu Dec 2 00:12:30 UTC 2021
On Wed, 1 Dec 2021 18:30:06 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
> Addition of a configure option --with-cacerts-src='user cacerts folder' to allow developers to specify their own cacerts PEM folder for generation of the cacerts store using the deterministic openjdk GenerateCacerts tool.
>
> Signed-off-by: Andrew Leonard <anleonar at redhat.com>
I have a question related to the custom cacerts which can be added to the OpenJDK bundle. How do you pass the tests like test/jdk/sun/security/lib/cacerts/VerifyCACerts.java using that custom jdk bundle? Probably we can add an additional configuration to that test so it will check the custom cacerts passed to the build as well?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6647
More information about the build-dev
mailing list