diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-25 06:45:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-25 06:45:27 +0000 |
commit | ef89a65b262443402b110adad484e6daf4c5d6c9 (patch) | |
tree | 2dd6202e0cc95af2be25a6e0bfe07569a135cd40 /potpourri/object-dates.py | |
parent | 6ace14c177512efa879b4381f61fe8419c1af97f (diff) |
Update to track rpki.POW changes.
svn path=/branches/tk705/; revision=6284
Diffstat (limited to 'potpourri/object-dates.py')
-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): |