Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TBSCertList (0.29 sec)

  1. src/crypto/x509/x509.go

    		aki.Value, err = asn1.Marshal(authKeyId{Id: c.SubjectKeyId})
    		if err != nil {
    			return nil, err
    		}
    		tbsCertList.Extensions = append(tbsCertList.Extensions, aki)
    	}
    
    	tbsCertListContents, err := asn1.Marshal(tbsCertList)
    	if err != nil {
    		return nil, err
    	}
    	tbsCertList.Raw = tbsCertListContents
    
    	signature, err := signTBS(tbsCertListContents, key, signatureAlgorithm, rand)
    	if err != nil {
    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