Home | History | Annotate | Download | only in x509

Lines Matching refs:aki

1660 		var aki pkix.Extension
1661 aki.Id = oidExtensionAuthorityKeyId
1662 aki.Value, err = asn1.Marshal(authKeyId{Id: c.SubjectKeyId})
1666 tbsCertList.Extensions = append(tbsCertList.Extensions, aki)