Skip to content
Closed
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
3 changes: 3 additions & 0 deletions api/sds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ message CertificateValidationContext {

// Must present signed certificate time-stamp.
google.protobuf.BoolValue require_signed_certificate_timestamp = 6;

// If specified, Envoy will verify certificates against this CRL.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there multiple possible formats (anything besides PEM)? If so, please document the expected format.

DataSource crl = 7;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per your other PR in which you mention having multiple CRLs, should this be repeated? (From an API perspective please future-proof it).

}

// TLS context shared by both client and server TLS contexts.
Expand Down