aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/publication-schema.rnc6
1 files changed, 5 insertions, 1 deletions
diff --git a/rpkid/publication-schema.rnc b/rpkid/publication-schema.rnc
index d6344765..5df646d1 100644
--- a/rpkid/publication-schema.rnc
+++ b/rpkid/publication-schema.rnc
@@ -53,7 +53,11 @@ reply_elt = ( config_reply | client_reply | certificate_reply | crl_reply | mani
tag = attribute tag { xsd:token {maxLength="1024" } }
# Base64 encoded DER stuff
-base64 = xsd:base64Binary { maxLength="512000" }
+#base64 = xsd:base64Binary { maxLength="512000" }
+#
+# Sadly, it turns out that CRLs can in fact get longer than this for an active CA.
+# Remove length limit for now, think about whether to put it back later.
+base64 = xsd:base64Binary
# Publication URLs
uri_t = xsd:anyURI { maxLength="4096" }