aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/x509/__init__.py')
-rw-r--r--src/cryptography/x509/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cryptography/x509/__init__.py b/src/cryptography/x509/__init__.py
index fd019455..b761e264 100644
--- a/src/cryptography/x509/__init__.py
+++ b/src/cryptography/x509/__init__.py
@@ -21,9 +21,9 @@ from cryptography.x509.extensions import (
DeltaCRLIndicator, DistributionPoint, DuplicateExtension, ExtendedKeyUsage,
Extension, ExtensionNotFound, ExtensionType, Extensions, FreshestCRL,
GeneralNames, InhibitAnyPolicy, InvalidityDate, IssuerAlternativeName,
- KeyUsage, NameConstraints, NoticeReference, OCSPNoCheck, OCSPNonce,
- PolicyConstraints, PolicyInformation, PrecertPoison,
- PrecertificateSignedCertificateTimestamps, ReasonFlags,
+ IssuingDistributionPoint, KeyUsage, NameConstraints, NoticeReference,
+ OCSPNoCheck, OCSPNonce, PolicyConstraints, PolicyInformation,
+ PrecertPoison, PrecertificateSignedCertificateTimestamps, ReasonFlags,
SubjectAlternativeName, SubjectKeyIdentifier, TLSFeature, TLSFeatureType,
UnrecognizedExtension, UserNotice
)
@@ -134,6 +134,7 @@ __all__ = [
"Extension",
"ExtendedKeyUsage",
"FreshestCRL",
+ "IssuingDistributionPoint",
"TLSFeature",
"TLSFeatureType",
"OCSPNoCheck",