| Index: third_party/tlslite/tlslite/X509.py
|
| diff --git a/third_party/tlslite/tlslite/X509.py b/third_party/tlslite/tlslite/X509.py
|
| index d8b8bccb1414c62093fbfb3e20259ea711bfe2a3..a32d879a3a7aa15686029c2a7d1d901ba13ba85d 100644
|
| --- a/third_party/tlslite/tlslite/X509.py
|
| +++ b/third_party/tlslite/tlslite/X509.py
|
| @@ -99,6 +99,7 @@ class X509:
|
|
|
| #Create a public key instance
|
| self.publicKey = _createPublicRSAKey(n, e)
|
| + return self
|
|
|
| def getFingerprint(self):
|
| """Get the hex-encoded fingerprint of this certificate.
|
|
|