aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFacundo Tuesca <facundo.tuesca@trailofbits.com>2024-04-21 21:09:12 +0200
committerGitHub <noreply@github.com>2024-04-21 15:09:12 -0400
commit83d90df3df4b3e858119348d06ffffd3c4cbd706 (patch)
treed1de418a663f936d5b97b851966f1323ecf0ebea /docs
parentad2427d43170a6df9774059eb6abf96fe3ff408a (diff)
downloadpyca-cryptography-83d90df3df4b3e858119348d06ffffd3c4cbd706.zip
pyca-cryptography-83d90df3df4b3e858119348d06ffffd3c4cbd706.tar.gz
pyca-cryptography-83d90df3df4b3e858119348d06ffffd3c4cbd706.tar.bz2
Add timezone-aware API variant for `x509.InvalidityDate.invalidity_date` (#10848)
Diffstat (limited to 'docs')
-rw-r--r--docs/x509/reference.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 0d0db19..6aa0f66 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -3148,6 +3148,14 @@ These extensions are only valid within a :class:`RevokedCertificate` object.
:type: :class:`datetime.datetime`
+ .. attribute:: invalidity_date_utc
+
+ .. versionadded:: 43.0.0
+
+ :type: :class:`datetime.datetime`
+
+ The invalidity date in UTC as a timezone-aware datetime object.
+
OCSP Extensions
~~~~~~~~~~~~~~~