Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkNameConstraints (0.2 sec)

  1. src/crypto/x509/verify.go

    	}
    
    	return true, nil
    }
    
    // checkNameConstraints checks that c permits a child certificate to claim the
    // given name, of type nameType. The argument parsedName contains the parsed
    // form of name, suitable for passing to the match function. The total number
    // of comparisons is tracked in the given count and should not exceed the given
    // limit.
    func (c *Certificate) checkNameConstraints(count *int,
    	maxConstraintComparisons int,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top