diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-02 16:10:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-02 16:10:25 +0000 |
commit | 7c36a0a73c06aeec425ce270b79c516bc1a8534c (patch) | |
tree | 8d6e0ec3192a579bbafed74d393ae0d5f6d2d0fb | |
parent | a8ddeab68cdc6b09da4b51851ff2e7be9d70fbe4 (diff) |
Remove workaround now that I found the bug
svn path=/rpkid/rpki/x509.py; revision=1737
-rw-r--r-- | rpkid/rpki/x509.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index 70c7fc85..07a4fc02 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -668,10 +668,6 @@ class CMS_object(DER_object): cert = certs[0] certs = certs[1:] - if crls: - rpki.log.warn("CMS CRL support disabled due to an OpenSSL bug I haven't tracked down yet, ignoring CRL") - crls = () - if crls is None: crls = () elif isinstance(crls, CRL): |