Support InvalidityDate.invalidity_date_utc. (#730)

This commit is contained in:
Felix Fontein
2024-07-21 13:04:13 +02:00
committed by GitHub
parent e1e60892a8
commit cb3f55076e
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- When using cryptography >= 43.0.0, use offset-aware ``datetime.datetime`` objects (with timezone UTC) instead of offset-naive UTC timestamps for the ``InvalidityDate`` X.509 CRL extension (https://github.com/ansible-collections/community.crypto/issues/726, https://github.com/ansible-collections/community.crypto/pull/730).