diff options
Diffstat (limited to 'potpourri')
-rw-r--r-- | potpourri/object-dates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/potpourri/object-dates.py b/potpourri/object-dates.py index 1be8677b..ea2fd489 100644 --- a/potpourri/object-dates.py +++ b/potpourri/object-dates.py @@ -29,7 +29,7 @@ extract_flags = (rpki.POW.CMS_NOCRL | def get_mft(fn): cms = rpki.POW.Manifest.derReadFile(fn) - cms.verify(rpki.POW.X509Store(), None, extract_flags) + cms.extractWithoutVerifying() return cms, cms.certs()[0] def get_roa(fn): |