Seán Coffey
Seán Coffey
By moving the JFR event up to the java.security.cert.CertificateFactory class, we can record all generate cert events, including those from 3rd party providers. I've also altered the logic so that...
New JFR event to record state of initial security properties. Debug output is also now added for these properties via -Djava.security.debug=properties --------- ### Progress - [x] Change must be properly...
Proposal to improve the `java.security.debug` output so that options exist to add thread ID, thread name, source of log record and a timestamp information to the output. examples: format without...
The manifest entry verifier exits too quickly in the case where multiple digests are used in a JarEntry and weak digests are present. I've introduced some test test library functionality...
The `javax.net.debug` TLS debug option is buggy since TLSv1.3 implementation was introduced many years ago. Where "ssl" was previously a value to obtain all TLS debug traces (except network type...
SLSLogger is broken when used with with `System.Logger` (-Djavax.net.debug mode) SSL Debug messages don't use format specifiers. As a result, any custom format data isn't printed. Proposed solution is to...