aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/x509/base.py')
-rw-r--r--src/cryptography/x509/base.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptography/x509/base.py b/src/cryptography/x509/base.py
index 8e3f9668..ab70fe75 100644
--- a/src/cryptography/x509/base.py
+++ b/src/cryptography/x509/base.py
@@ -63,12 +63,6 @@ class Certificate(object):
"""
@abc.abstractproperty
- def serial(self):
- """
- Returns certificate serial number
- """
-
- @abc.abstractproperty
def serial_number(self):
"""
Returns certificate serial number