aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/sql.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-19 16:38:06 +0000
committerRob Austein <sra@hactrn.net>2007-10-19 16:38:06 +0000
commitbcf1de94540172170e3ffd3a5f8705089efb1766 (patch)
tree34e8975c0ef3db045638b33a5d57bbdfb535a166 /scripts/rpki/sql.py
parent58055d39a4a57e937aa761f06faee79e3ceeb0c0 (diff)
Checkpoint
svn path=/scripts/rpki/sql.py; revision=1174
Diffstat (limited to 'scripts/rpki/sql.py')
-rw-r--r--scripts/rpki/sql.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/rpki/sql.py b/scripts/rpki/sql.py
index 26eaf07c..8579c7a5 100644
--- a/scripts/rpki/sql.py
+++ b/scripts/rpki/sql.py
@@ -406,6 +406,15 @@ class ca_detail_obj(sql_persistant):
child_cert.cert = cert
return child_cert
+ def generate_crl(self):
+ """Generate a new CRL for this ca_detail. At the moment this is
+ unconditional, that is, it is up to the caller to decide whether a
+ new CRL is needed.
+ """
+
+ raise NotImplementedError, "NIY"
+
+
class child_cert_obj(sql_persistant):
"""Certificate that has been issued to a child."""