597db1dc28
* Type error in openssl_certificate (#47508) * Fixed #47505: Type error in openssl_certificate * Use to_bytes instead of str.encode in SelfSignedCertificate. Updates #47508 * Use to_bytes instead of str.encode in OwnCACertificate * Added integration tests for openssl_certificate: selfsigned_not_before/after and ownca_not_before/after (cherry picked from commit5b1c68579d
) * openssl_certificate, fixed has_expired to check the cert expiration date (#53168) (cherry picked from commitd5d92e4a70
) * Use fixed timestamp in past instead of relative time (relative times are a feature of devel). * Add changelog for #47508.
2 lines
135 B
YAML
2 lines
135 B
YAML
bugfixes:
|
|
- "openssl_certificate - fix Python 3 string/bytes problems for `notBefore`/`notAfter` for self-signed and ownCA providers."
|