38435e1bd0
* Fix get_relative_time_option for byte string input. Also fix it for None input. * Using correct property for invalid_at check. * Fix invalid_at comparison. * Converting relative timestamps before comparison for valid_at and invalid_at. * Fixing key usage display for cryptography backend. * Fix key usage comparison. OBJ_txt2nid always returns 0 for key usage identifiers. * Add changelog. * Fix pyOpenSSL key usage comparison.
4 lines
400 B
YAML
4 lines
400 B
YAML
bugfixes:
|
|
- "openssl_certificate - relative times did not work for ``pyopenssl`` backend under Python 3, and generally didn't work for ``valid_at`` and ``invalid_at`` for ``pyopenssl`` backend."
|
|
- "openssl_certificate - ``invalid_at`` check was broken."
|
|
- "openssl_certificate - ``key_usage`` check was broken for ``pyopenssl`` backend. Its error message was wrong for the ``cryptography`` backend."
|