From 96f5ab7cb0f8d696014bbc4bfc54d00b7af176d9 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 31 Oct 2007 00:54:30 +0000 Subject: Encode AIA correctly svn path=/scripts/rpki/x509.py; revision=1210 --- scripts/rpki/x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rpki/x509.py') diff --git a/scripts/rpki/x509.py b/scripts/rpki/x509.py index 25768d19..aed8ae5e 100644 --- a/scripts/rpki/x509.py +++ b/scripts/rpki/x509.py @@ -281,7 +281,7 @@ class X509(DER_object): exts = [ ["subjectKeyIdentifier", False, ski], ["authorityKeyIdentifier", False, (aki, (), None)], ["cRLDistributionPoints", False, ((("fullName", (("uri", crldp),)), None, ()),)], - ["authorityInfoAccess", False, aia], + ["authorityInfoAccess", False, ((1, 3, 6, 1, 5, 5, 7, 48, 2), ("uri", aia))], ["subjectInfoAccess", False, sia], ["certificatePolicies", True, (((1, 3, 6, 1, 5, 5, 7, 14, 2), ()),)] ] -- cgit v1.2.3