Home
last modified time | relevance | path

Searched refs:allowed_mds (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/programs/test/
Ddlopen.c70 X509_SO_FILENAME, (unsigned) profile->allowed_mds); in main()
/mbedtls-latest/include/mbedtls/
Dx509_crt.h126 uint32_t allowed_mds; /**< MDs for signatures */ member
/mbedtls-latest/library/
Dx509_crt.c180 if ((profile->allowed_mds & MBEDTLS_X509_ID_FLAG(md_alg)) != 0) { in x509_profile_check_md_alg()
/mbedtls-latest/programs/ssl/
Dssl_client2.c1822 crt_profile_for_test.allowed_mds |= MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA1); in main()
Dssl_server2.c2810 crt_profile_for_test.allowed_mds |= MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA1); in main()
/mbedtls-latest/docs/
D3.0-migration-guide.md1025 my_profile.allowed_mds |= MBEDTLS_X509_ID_FLAG( MBEDTLS_MD_SHA224 );