Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions certz/certz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading