diff options
Diffstat (limited to 'rpkid/rpki/cms.py')
-rw-r--r-- | rpkid/rpki/cms.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rpkid/rpki/cms.py b/rpkid/rpki/cms.py index 7b4916dc..1bbf18fd 100644 --- a/rpkid/rpki/cms.py +++ b/rpkid/rpki/cms.py @@ -80,15 +80,6 @@ def verify(cms, ta): dumpasn1(cms) raise rpki.exceptions.CMSVerificationFailed, "CMS verification failed" -# openssl smime -verify -noverify -inform DER -in THING.der - -def extract(cms): - """Extract the content of a signed CMS message WITHOUT verifying the - signature. Don't try this at home, kids. - """ - - return POW.derRead(POW.PKCS7_MESSAGE, cms).extract() - def xml_verify(cms, ta): """Composite routine to verify CMS-wrapped XML.""" |