Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/x509/x509.go

    		return nil, err
    	}
    
    	authorityKeyId := template.AuthorityKeyId
    	if !bytes.Equal(asn1Issuer, asn1Subject) && len(parent.SubjectKeyId) > 0 {
    		authorityKeyId = parent.SubjectKeyId
    	}
    
    	subjectKeyId := template.SubjectKeyId
    	if len(subjectKeyId) == 0 && template.IsCA {
    		// SubjectKeyId generated using method 1 in RFC 5280, Section 4.2.1.2:
    		//   (1) The keyIdentifier is composed of the 160-bit SHA-1 hash of the
    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