From f471d870220dee92f68602e87f868e7276872054 Mon Sep 17 00:00:00 2001 From: heas Date: Wed, 22 Jul 2026 15:39:11 -0700 Subject: [PATCH] Remove comment about x509 CRL type - they are all x509, afaik, since these protos only handle SSL/TLS certificates, which are all x509. --- certz/certz.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/certz/certz.proto b/certz/certz.proto index aa9601b..ef0a655 100644 --- a/certz/certz.proto +++ b/certz/certz.proto @@ -542,9 +542,7 @@ message CertificateRevocationList { // CRL encoding type. CertificateEncoding encoding = 2; - // Actual CRL. - // The exact encoding depends upon the type of CRL. - // for X509, this should be a PEM encoded CRL. + // Actual CRL, PEM encoded. bytes certificate_revocation_list = 3; // ID of this CRL, which is the CRL file hash.