aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/up_down.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpki/up_down.py')
-rw-r--r--scripts/rpki/up_down.py4
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)