Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnhandledCriticalExtension (0.14 sec)

  1. src/crypto/x509/x509.go

    	algo := getSignatureAlgorithmFromAI(crl.SignatureAlgorithm)
    	return c.CheckSignature(algo, crl.TBSCertList.Raw, crl.SignatureValue.RightAlign())
    }
    
    type UnhandledCriticalExtension struct{}
    
    func (h UnhandledCriticalExtension) Error() string {
    	return "x509: unhandled critical extension"
    }
    
    type basicConstraints struct {
    	IsCA       bool `asn1:"optional"`
    	MaxPathLen int  `asn1:"optional,default:-1"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top