Seán Coffey

Results 6 issues of 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...

rfr
security

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...

ready
rfr
core-libs
security
hotspot-jfr

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...

csr
rfr
security

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...

core-libs
security

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...

csr
merge-conflict
rfr
security

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...

rfr
security