From bcf1de94540172170e3ffd3a5f8705089efb1766 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 19 Oct 2007 16:38:06 +0000 Subject: Checkpoint svn path=/scripts/rpki/sql.py; revision=1174 --- scripts/rpki/sql.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scripts/rpki/sql.py') 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.""" -- cgit v1.2.3