Home
last modified time | relevance | path

Searched refs:mbedtls_x509_buf (Results 1 – 14 of 14) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h53 mbedtls_x509_buf raw;
55 mbedtls_x509_buf serial;
59 mbedtls_x509_buf entry_ext;
71 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
72mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed…
75 mbedtls_x509_buf sig_oid; /**< CRL signature type identifier */
77 mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). */
86 mbedtls_x509_buf crl_ext;
88 mbedtls_x509_buf sig_oid2;
89 mbedtls_x509_buf sig;
Dx509.h187 typedef mbedtls_asn1_buf mbedtls_x509_buf; typedef
240 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial );
284 mbedtls_x509_buf *alg );
286 mbedtls_x509_buf *alg, mbedtls_x509_buf *params );
288 int mbedtls_x509_get_rsassa_pss_params( const mbedtls_x509_buf *params,
292 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig );
293 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params,
299 mbedtls_x509_buf *serial );
301 mbedtls_x509_buf *ext, int tag );
302 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid,
Dx509_crt.h54 mbedtls_x509_buf raw; /**< The raw certificate data (DER). */
55mbedtls_x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Si…
58 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */
59 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */
61mbedtls_x509_buf issuer_raw; /**< The raw issuer data (DER). Used for quick comparison. */
62mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). Used for quick comparison. */
72 mbedtls_x509_buf issuer_id; /**< Optional X.509 v2/v3 issuer unique identifier. */
73 mbedtls_x509_buf subject_id; /**< Optional X.509 v2/v3 subject unique identifier. */
74 mbedtls_x509_buf v3_ext; /**< Optional X.509 v3 extensions. */
87mbedtls_x509_buf sig; /**< Signature: hash of the tbs part signed with the private k…
Dx509_csr.h52 mbedtls_x509_buf raw; /**< The raw CSR data (DER). */
53 mbedtls_x509_buf cri; /**< The raw CertificateRequestInfo body (DER). */
57 mbedtls_x509_buf subject_raw; /**< The raw subject data (DER). */
62 mbedtls_x509_buf sig_oid;
63 mbedtls_x509_buf sig;
Dssl_cache.h67 mbedtls_x509_buf peer_cert; /*!< entry peer_cert */
Dcompat-1.3.h2541 #define x509_buf mbedtls_x509_buf
/net-tools-latest/mbedtls-2.4.0/library/
Dx509.c89 mbedtls_x509_buf *serial ) in mbedtls_x509_get_serial()
120 mbedtls_x509_buf *alg ) in mbedtls_x509_get_alg_null()
134 mbedtls_x509_buf *alg, mbedtls_x509_buf *params ) in mbedtls_x509_get_alg()
154 static int x509_get_hash_alg( const mbedtls_x509_buf *alg, mbedtls_md_type_t *md_alg ) in x509_get_hash_alg()
159 mbedtls_x509_buf md_oid; in x509_get_hash_alg()
213 int mbedtls_x509_get_rsassa_pss_params( const mbedtls_x509_buf *params, in mbedtls_x509_get_rsassa_pss_params()
221 mbedtls_x509_buf alg_id, alg_params; in mbedtls_x509_get_rsassa_pss_params()
362 mbedtls_x509_buf *oid; in x509_get_attr_type_value()
363 mbedtls_x509_buf *val; in x509_get_attr_type_value()
590 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig ) in mbedtls_x509_get_sig()
[all …]
Dx509_crl.c102 mbedtls_x509_buf *ext ) in x509_get_crl_ext()
137 mbedtls_x509_buf *ext ) in x509_get_crl_entry_ext()
261 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in mbedtls_x509_crl_parse_der()
270 memset( &sig_params1, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
271 memset( &sig_params2, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
272 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_crl_parse_der()
Dx509_csr.c100 mbedtls_x509_buf sig_params; in mbedtls_x509_csr_parse_der()
102 memset( &sig_params, 0, sizeof( mbedtls_x509_buf ) ); in mbedtls_x509_csr_parse_der()
Dx509_crt.c277 mbedtls_x509_buf *uid, int n ) in x509_get_uid()
544 mbedtls_x509_buf extn_oid = {0, 0, NULL}; in x509_get_crt_ext()
668 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in x509_crt_parse_der_core()
670 memset( &sig_params1, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
671 memset( &sig_params2, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
672 memset( &sig_oid2, 0, sizeof( mbedtls_x509_buf ) ); in x509_crt_parse_der_core()
1586 const mbedtls_x509_buf *cur_oid = &cur->buf; in mbedtls_x509_crt_check_extended_key_usage()
1751 static int x509_check_wildcard( const char *cn, mbedtls_x509_buf *name ) in x509_check_wildcard()
1786 static int x509_string_cmp( const mbedtls_x509_buf *a, const mbedtls_x509_buf *b ) in x509_string_cmp()
Dssl_cache.c251 memset( &cur->peer_cert, 0, sizeof(mbedtls_x509_buf) ); in mbedtls_ssl_cache_set()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.function505 mbedtls_x509_buf oid;
535 mbedtls_x509_buf oid;
633 mbedtls_x509_buf params;
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt2084 x509_buf mbedtls_x509_buf
/net-tools-latest/mbedtls-2.4.0/
DChangeLog52 * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf