From 2645eabce95e2cbca2e81339b093f457d0c3310e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 29 Jan 2014 16:22:03 +0000 Subject: Rework PKCS #10 sanity checking code. svn path=/branches/tk671/; revision=5653 --- rpkid/rpki/up_down.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpkid/rpki/up_down.py') diff --git a/rpkid/rpki/up_down.py b/rpkid/rpki/up_down.py index 6d1fa45a..d2ad85d3 100644 --- a/rpkid/rpki/up_down.py +++ b/rpkid/rpki/up_down.py @@ -365,7 +365,7 @@ class issue_pdu(base_elt): raise rpki.exceptions.NotImplementedYet("req_* attributes not implemented yet, sorry") # Check the request - self.pkcs10.check_valid_rpki() + self.pkcs10.check_valid_request_ca() ca = child.ca_from_class_name(self.class_name) ca_detail = ca.active_ca_detail if ca_detail is None: -- cgit v1.2.3