aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index e73721b5..6f7aeeed 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1728,8 +1728,6 @@ class CertificateBuilder(object):
)
else:
raise NotImplementedError('Unsupported X.509 extension.')
- if not isinstance(extension, Extension):
- raise TypeError('Expecting x509.Extension object.')
# TODO: This is quadratic in the number of extensions
for e in self._extensions: