Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AKID (0.02 sec)

  1. src/crypto/x509/cert_pool.go

    	// when picking possible candidates the list is built in the order
    	// of match plausibility as to save cycles in buildChains:
    	//   AKID and SKID match
    	//   AKID present, SKID missing / AKID missing, SKID present
    	//   AKID and SKID don't match
    	var matchingKeyID, oneKeyID, mismatchKeyID []potentialParent
    	for _, c := range s.byName[string(cert.RawIssuer)] {
    		candidate, constraint, err := s.cert(c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:41:40 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top