1.16.1 (2020-09-06)ΒΆ

  • This is a bugfix release for 1.16.0 that mostly addresses CRL validation issues.

  • Add support for cryptography 3.1.

  • Fix OCSP, Issuer and CRL URLs for intermediate CAs that are not a direct child of a root CA.

  • Fix AuthorityKeyIdentifier in CRLs for intermediate CAs (issue 65).

  • Properly handle CommonNames which are not parsable as SubjectAlternativeName in admin interface (issue 62).

  • Minor documentation updates (issue 63).

  • Fix error in manage.py notify_expiring_certs in non-timezone aware setups.

  • Override terminal size when running test cases, otherwise the output of argparse depends on the terminal size, leading to test failures on large terminals.