Skip to content

4.1.1

Compare
Choose a tag to compare
@miroshko miroshko released this 26 Jul 13:02
· 54 commits to openssl1.1 since this release
4.1.1

Release 4.1.1

Fixed

  • CertificateAuthority now copies the subject of the CA directly into the
    issuer field of the issued certificate. This resolves problems around
    different orders of items in the underlying distinguished name. This fixes
    issue #95. The DistinguishedName object is still not order-aware when loading
    a DN from OpenSSL. This is to be fixed in a later step.
  • X509Certificate::signCSR doesn't validate the certificate at the current
    system time anymore but at certificate's notBefore and notAfter dates.
    This fixes issue #96 by allowing to sign past and future certificates but
    also ensures that the certificate's validity period does not exceed the
    validity bounds of the issuing certificate.