import "github.com/letsencrypt/boulder/csr"
func VerifyCSR(ctx context.Context, csr *x509.CertificateRequest, maxNames int, keyPolicy *goodkey.KeyPolicy, pa core.PolicyAuthority, regID int64) error
VerifyCSR checks the validity of a x509.CertificateRequest. Before doing checks it normalizes the CSR which lowers the case of DNS names and subject CN, and hoist a DNS name into the CN if it is empty.
Package csr imports 9 packages (graph) and is imported by 48 packages. Updated 2020-08-17. Refresh now. Tools for package owners.