Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_profile_default (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dx509_crt.h324 extern const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default;
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function685 &mbedtls_x509_crt_profile_default, NULL, &flags,
697 &mbedtls_x509_crt_profile_default, NULL, &flags,
734 profile = &mbedtls_x509_crt_profile_default;
1479 profile = &mbedtls_x509_crt_profile_default;
/mbedtls-latest/library/
Dx509_crt.c89 const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_default = variable
3160 &mbedtls_x509_crt_profile_default, in mbedtls_x509_crt_verify()
Dssl_tls.c6029 conf->cert_profile = &mbedtls_x509_crt_profile_default; in mbedtls_ssl_config_defaults()
/mbedtls-latest/docs/
D3.0-migration-guide.md1014 The default X.509 verification profile (`mbedtls_x509_crt_profile_default`) and the default curve a…
1024 mbedtls_x509_crt_profile my_profile = mbedtls_x509_crt_profile_default;
/mbedtls-latest/programs/ssl/
Dssl_client2.c840 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()
Dssl_server2.c1546 mbedtls_x509_crt_profile crt_profile_for_test = mbedtls_x509_crt_profile_default; in main()