From aedcb72ef383dd9c2a146903f9fbdac9915e9af0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 15 Oct 2015 23:51:51 +0000 Subject: Convert zookeeper to use new (IETF standards track I-D) out-of-band configuration protocol instead of the crufty ancient "myrpki" version. Semantics largely unchanged, differences are primarily syntax and cleanup of historical baggage, but only the new protocol includes RRDP support, which we're gonna need. At some point we should write XSL transforms that map between the useful portions of the old protocol and the modern equivalent. svn path=/branches/tk705/; revision=6119 --- rpki/x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/x509.py') diff --git a/rpki/x509.py b/rpki/x509.py index 40244e4d..b8a1bfa9 100644 --- a/rpki/x509.py +++ b/rpki/x509.py @@ -2034,7 +2034,7 @@ class XML_CMS_object(Wrapped_CMS_object): class SignedReferral(XML_CMS_object): encoding = "us-ascii" - schema = rpki.relaxng.myrpki + schema = rpki.relaxng.oob_setup class Ghostbuster(Wrapped_CMS_object): """ -- cgit v1.2.3