Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertGet (0.23 sec)

  1. src/crypto/x509/x509.go

    	// RFC 5280, 4.2.1.9:
    	// "If the basic constraints extension is not present in a version 3
    	// certificate, or the extension is present but the cA boolean is not
    	// asserted, then the certified public key MUST NOT be used to verify
    	// certificate signatures."
    	if parent.Version == 3 && !parent.BasicConstraintsValid ||
    		parent.BasicConstraintsValid && !parent.IsCA {
    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