Skip to content

Commit

Permalink
Ca field empty description (#723)
Browse files Browse the repository at this point in the history
* lint about the encoding of qcstatements for PSD2

* Revert "lint about the encoding of qcstatements for PSD2"

This reverts commit 6c23670.

* util: gtld_map autopull updates for 2021-10-21T07:25:20 UTC

* always check and perform the operation in the execution

* simply must not have a non-empty distinguished name should suffice. The field is always present, the lints tests if the Sequence is empty.

---------

Co-authored-by: mtg <git@mtg.de>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Christopher Henderson <chris@chenderson.org>
  • Loading branch information
4 people authored Jun 11, 2023
1 parent 59a91a2 commit 9b18bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/lints/rfc/lint_ca_subject_field_empty.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The subject field identifies the entity associated with the public
func init() {
lint.RegisterLint(&lint.Lint{
Name: "e_ca_subject_field_empty",
Description: "CA Certificates subject field MUST not be empty and MUST have a non-empty distinguished name",
Description: "The subject field of a CA certificate MUST have a non-empty distinguished name",
Citation: "RFC 5280: 4.1.2.6",
Source: lint.RFC5280,
EffectiveDate: util.RFC2459Date,
Expand Down

0 comments on commit 9b18bdc

Please sign in to comment.