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/up_down.py | |
parent | f720a81de18f2703ead63747e99665a9a9076d0a (diff) |
Checkpoint
svn path=/scripts/rpki/resource_set.py; revision=1063
Diffstat (limited to 'scripts/rpki/up_down.py')
-rw-r--r-- | scripts/rpki/up_down.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/rpki/up_down.py b/scripts/rpki/up_down.py index ac3e5fd2..95ce745e 100644 --- a/scripts/rpki/up_down.py +++ b/scripts/rpki/up_down.py @@ -254,6 +254,10 @@ class issue_pdu(base_elt): # # This will need to become a separate function eventually, but # inline it for now until it's a bit better fleshed out. + # Might make sense as a .certify() method for the issuer. + # + # Hmm, the following is a bit confused between the POW and + # POW.pkix APIs. raise NotImplementedError cn_hash = POW.Digest(POW.SHA1_DIGEST) |