Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Java root store #1

Closed
nabla-c0d3 opened this issue Dec 31, 2017 · 3 comments
Closed

Add support for the Java root store #1

nabla-c0d3 opened this issue Dec 31, 2017 · 3 comments

Comments

@nabla-c0d3
Copy link
Owner

This would require:

@stefanb
Copy link
Contributor

stefanb commented Jan 29, 2018

An alternative to downloading the full JRE/JDK distribution is parsing the file in the OpenJDK Mercurial repository: http://hg.openjdk.java.net/jdk/jdk/file/tip/src/java.base/share/lib/security/cacerts

This information is derived from:

Please note that OpenJDK an Oracle JDK are two different implementations of the same Java specification. They should be identical. To play it safe it might make sense to treat Oracle JDK and OpenJDK as having two different CA stores and eventually add support for both of them.

@nabla-c0d3
Copy link
Owner Author

nabla-c0d3 commented Feb 3, 2018

Thanks for the details and I agree that they should be treated separately; the JEP says that

each CA must sign the Oracle Contributor Agreement (OCA), or an equivalent agreement, to grant Oracle the right to open-source their certificates. [...]. Those that do not sign an agreement will not be included at this time,

Hence the content of the stores will be different for sure.

@nabla-c0d3
Copy link
Owner Author

Implemented in #7

stefanb added a commit to stefanb/trust_stores_observatory that referenced this issue Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants