################### 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 :command:`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.