Skip to content

Commit

Permalink
Fix typo in legacy X509 certificate parser comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 13, 2024
1 parent f088f92 commit 35a4d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scep/scep.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func init() {
// enable the fallback X509 certificate parser to support parsing
// Windows SCEP enrollment certificates that contain a critical
// authority key identifier extension. Starting with Go 1.23 those
// fail to be parsed by the crypto/x509. Enabling the legacy
// fallback parser is a workaround for that.
// fail to be parsed by crypto/x509. Enabling the legacy fallback
// parser is a workaround for that.
pkcs7.SetFallbackLegacyX509CertificateParserEnabled(true)
}

Expand Down

0 comments on commit 35a4d6e

Please sign in to comment.