Home | History | Annotate | Download | only in x509

Lines Matching refs:ASN

43 		return nil, errors.New("x509: trailing data after ASN.1 of public-key")
108 // These structures reflect the ASN.1 structure of X.509 certificates.:
462 Raw []byte // Complete ASN.1 DER content (certificate, signature algorithm and signature).
463 RawTBSCertificate []byte // Certificate part of raw ASN.1 DER content.
1148 // ParseCertificate parses a single certificate from the given ASN.1 DER data.
1162 // ParseCertificates parses one or more certificates from the given ASN.1 DER
1198 // matches ASN.1, but differs from almost everything else.
1693 Raw []byte // Complete ASN.1 DER content (CSR, signature algorithm and signature).
1694 RawTBSCertificateRequest []byte // Certificate request info part of raw ASN.1 DER content.
1732 // These structures reflect the ASN.1 structure of X.509 certificate
1941 // given ASN.1 DER data.