Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildChains (0.24 sec)

  1. src/crypto/x509/cert_pool.go

    		return nil
    	}
    
    	// consider all candidates where cert.Issuer matches cert.Subject.
    	// 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
    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