diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-01 06:21:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-01 06:21:13 +0000 |
commit | 9162534362e2ff6ff3b54625ee3d3e2f778d1e8b (patch) | |
tree | c87e18d6365cceda9151fa18b2f84af915847233 /scripts/rpki/x509.py | |
parent | f720a81de18f2703ead63747e99665a9a9076d0a (diff) |
Checkpoint
svn path=/scripts/rpki/resource_set.py; revision=1063
Diffstat (limited to 'scripts/rpki/x509.py')
-rw-r--r-- | scripts/rpki/x509.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rpki/x509.py b/scripts/rpki/x509.py index 9e834607..8306b243 100644 --- a/scripts/rpki/x509.py +++ b/scripts/rpki/x509.py @@ -12,7 +12,8 @@ bring together the functionality I need in a way that hides at least some of the nasty details. This involves a lot of format conversion. """ -import POW, tlslite.api, POW.pkix, base64, rpki.exceptions, rpki.resource_set +import POW, tlslite.api, POW.pkix, base64, time +import rpki.exceptions, rpki.resource_set class PEM_converter(object): """Convert between DER and PEM encodings for various kinds of ASN.1 data.""" |