Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HttpCertificateCommand PKCS12 filetype auto-detect in JDK16 (#68072)
JDK16 updated the default encryption and MAC algorithms used in PKCS#12. Because of it, the empty keystore fingerprint (the first two bytes) has changed. This PR updates the PKCS12 detection rule so that the http certificate command identifies empty keystores created in JDK16.
- Loading branch information