rfc

package
v0.0.0-...-c1561b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCertValidityNotRound

func NewCertValidityNotRound() lint.CertificateLintInterface

func NewCrlHasAKI

func NewCrlHasAKI() lint.RevocationListLintInterface

func NewCrlHasIssuerName

func NewCrlHasIssuerName() lint.RevocationListLintInterface

func NewCrlHasNumber

func NewCrlHasNumber() lint.RevocationListLintInterface

func NewCrlHasValidTimestamps

func NewCrlHasValidTimestamps() lint.RevocationListLintInterface

func NewCrlNoEmptyRevokedCertsList

func NewCrlNoEmptyRevokedCertsList() lint.RevocationListLintInterface

Types

type PKILintResponse

type PKILintResponse struct {
	Results []struct {
		Validator           string `json:"validator"`
		NodePath            string `json:"node_path"`
		FindingDescriptions []struct {
			Severity string `json:"severity"`
			Code     string `json:"code"`
			Message  string `json:"message,omitempty"`
		} `json:"finding_descriptions"`
	} `json:"results"`
	Linter struct {
		Name string `json:"name"`
	} `json:"linter"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL