Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/library/
A Dx509_crt.c224 if( mbedtls_pk_get_bitlen( pk ) >= profile->rsa_min_bitlen ) in x509_profile_check_key()
2381 if( x509_profile_check_key( profile, &ca->pk ) != 0 ) in x509_crt_verifycrl()
2811 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain() argument
3107 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_restartable_ca_cb() argument
3122 if( profile == NULL ) in x509_crt_verify_restartable_ca_cb()
3135 if( x509_profile_check_pk_alg( profile, pk_type ) != 0 ) in x509_crt_verify_restartable_ca_cb()
3138 if( x509_profile_check_key( profile, &crt->pk ) != 0 ) in x509_crt_verify_restartable_ca_cb()
3143 f_ca_cb, p_ca_cb, profile, in x509_crt_verify_restartable_ca_cb()
3210 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_profile() argument
3229 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_ca_cb() argument
[all …]
A Dssl_tls.c3582 const mbedtls_x509_crt_profile *profile ) in mbedtls_ssl_conf_cert_profile() argument
3584 conf->cert_profile = profile; in mbedtls_ssl_conf_cert_profile()
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function29 profile. */
613 const mbedtls_x509_crt_profile *profile;
627 profile = &mbedtls_x509_crt_profile_next;
629 profile = &mbedtls_x509_crt_profile_suiteb;
631 profile = &compat_profile;
633 profile = &profile_all;
1089 const mbedtls_x509_crt_profile *profile = NULL;
1103 profile = &mbedtls_x509_crt_profile_next;
1105 profile = &mbedtls_x509_crt_profile_suiteb;
1107 profile = &profile_rsa3072;
[all …]
A Dtest_suite_x509parse.data522 X509 CRT verification #14 (Valid Cert SHA1 Digest forbidden in default profile)
862 X509 CRT verification #96 (next profile Invalid Cert SHA224 Digest)
866 X509 CRT verification #97 (next profile Valid Cert SHA256 Digest)
2211 X509 CRT verify chain #11 (valid chain, missing profile)
2215 X509 CRT verify chain #12 (suiteb profile, RSA root)
2219 X509 CRT verify chain #13 (RSA only profile, EC root)
2223 X509 CRT verify chain #13 (RSA only profile, EC trusted EE)
2227 X509 CRT verify chain #14 (RSA-3072 profile, root key too small)
2231 X509 CRT verify chain #15 (suiteb profile, rsa intermediate)
2235 X509 CRT verify chain #16 (RSA-only profile, EC intermediate)
[all …]
/mbedtls-development/include/mbedtls/
A Dx509_crt.h770 const mbedtls_x509_crt_profile *profile,
804 const mbedtls_x509_crt_profile *profile,
870 const mbedtls_x509_crt_profile *profile,
A Dssl.h2845 const mbedtls_x509_crt_profile *profile );
3456 static inline const char *mbedtls_ssl_get_srtp_profile_as_string( mbedtls_ssl_srtp_profile profile ) in mbedtls_ssl_get_srtp_profile_as_string() argument
3458 switch( profile ) in mbedtls_ssl_get_srtp_profile_as_string()
/mbedtls-development/docs/architecture/
A Dtls13-experimental.md142 profile standard specifying otherwise) defined in section 9.1 of the
165 Note that in absence of an application profile standard specifying otherwise
/mbedtls-development/docs/
A D3.0-migration-guide.md986profile (`mbedtls_x509_crt_profile_default`) and the default curve and hash selection in TLS have …
994 …oved from the default profile, call `mbedtls_x509_crt_verify_with_profile` instead of `mbedtls_x50…
/mbedtls-development/
A DChangeLog188 verification profile.
2773 size/curve against the profile. Before that, there was no way to set a
2848 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow
2918 * Added a concept of X.509 cerificate verification profile that controls
3321 * Optimize for RAM usage in example config.h for NSA Suite B profile.

Completed in 42 milliseconds