Found 36 other functions taking a
mbedtls_asn1_buf
argument:
Retrieve an AlgorithmIdentifier ASN.1 sequence. Updates the pointer to immediately behind the full AlgorithmIdentifier.
Retrieve an AlgorithmIdentifier ASN.1 sequence with NULL or no params. Updates the pointer to immediately behind the full AlgorithmIdentifier.
Store the certificate serial in printable form into buf; no more than size characters will be written.
Translate an X.509 attribute type OID into the short name (e.g. the OID for an X520 Common Name into "CN")
Translate an X.509 extension OID into local values
Translate Extended Key Usage OID into description
Translate SignatureAlgorithm OID into description
Translate SignatureAlgorithm OID into md_type and pk_type
Translate PublicKeyAlgorithm OID into pk_type
Translate NamedCurve OID into an EC group identifier
oid_x520_attr_from_asn1()
oid_ext_key_usage_from_asn1()
oid_cipher_alg_from_asn1()
Translate encryption algorithm OID into cipher_type
Translate hash algorithm OID into md_type
Translate hmac algorithm OID into md_type
Translate an ASN.1 OID into its numeric representation (e.g. "\x2A\x86\x48\x86\xF7\x0D" into "1.2.840.113549")