SSLContext-Kickstart v6.8.0 Release Notes

    • ➕ Added support for handling P7B and DER certificates
    • ➕ Added basic Unsafe SSLSocketFactory
    • 🗄 Marked CertificateUtils.parseCertificate(String certificateContent) as deprecated, instead use CertificateUtils.parsePemCertificate(String certificateContent)
    • ➕ Added support to return X509Certificate and PrivateKey from PemUtils