mbedTLS
mbedtls_oid_get_extended_key_usage()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_oid_get_extended_key_usage()
mbedtls_oid_get_extended_key_usage() function
Translate Extended Key Usage OID into description
Syntax
Show:
Summary
Declaration
Definition
from
oid.h:561
int
mbedtls_oid_get_extended_key_usage
(
const
mbedtls_asn1_buf
*
oid
,
const
char
*
*
desc
)
;
Implemented in
oid.c:305
Arguments
Argument
Description
oid
OID to use
desc
place to store string pointer
Return value
0 if successful, or MBEDTLS_ERR_OID_NOT_FOUND
Related Functions
Found 36 other functions taking a
mbedtls_asn1_buf
argument:
Function
Description
mbedtls_asn1_get_alg()
Retrieve an AlgorithmIdentifier ASN.1 sequence. Updates the pointer to immediately behind the full AlgorithmIdentifier.
mbedtls_x509_get_alg()
pk_use_ecparams()
mbedtls_asn1_get_alg_null()
Retrieve an AlgorithmIdentifier ASN.1 sequence with NULL or no params. Updates the pointer to immediately behind the full AlgorithmIdentifier.
mbedtls_x509_serial_gets()
Store the certificate serial in printable form into buf; no more than size characters will be written.
mbedtls_x509_get_sig()
mbedtls_x509_get_sig_alg()
mbedtls_x509_get_serial()
mbedtls_x509_get_ext()
mbedtls_x509_sig_alg_gets()
mbedtls_oid_get_attr_short_name()
Translate an X.509 attribute type OID into the short name (e.g. the OID for an X520 Common Name into "CN")
mbedtls_oid_get_x509_ext_type()
Translate an X.509 extension OID into local values
oid_sig_alg_from_asn1()
mbedtls_oid_get_sig_alg_desc()
Translate SignatureAlgorithm OID into description
mbedtls_oid_get_sig_alg()
Translate SignatureAlgorithm OID into md_type and pk_type
mbedtls_oid_get_pk_alg()
Translate PublicKeyAlgorithm OID into pk_type
mbedtls_oid_get_ec_grp()
Translate NamedCurve OID into an EC group identifier
pk_get_pk_alg()
x509_get_uid()
x509_crt_check_cn()
mbedtls_x509_get_alg_null()
oid_x520_attr_from_asn1()
oid_x509_ext_from_asn1()
oid_ext_key_usage_from_asn1()
oid_pk_alg_from_asn1()
oid_grp_id_from_asn1()
oid_cipher_alg_from_asn1()
mbedtls_oid_get_cipher_alg()
Translate encryption algorithm OID into cipher_type
oid_md_alg_from_asn1()
mbedtls_oid_get_md_alg()
Translate hash algorithm OID into md_type
oid_md_hmac_from_asn1()
mbedtls_oid_get_md_hmac()
Translate hmac algorithm OID into md_type
mbedtls_oid_get_numeric_string()
Translate an ASN.1 OID into its numeric representation (e.g. "\x2A\x86\x48\x86\xF7\x0D" into "1.2.840.113549")
pk_get_ecparams()
x509_check_wildcard()
x509_string_cmp()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out