mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 17:28:08 +00:00
Rm SHA-1 from the yotta configuration
This commit is contained in:
parent
94f160a5a6
commit
c5e0372056
2 changed files with 1 additions and 5 deletions
|
@ -46,7 +46,7 @@ conf unset MBEDTLS_PEM_WRITE_C
|
|||
conf unset MBEDTLS_PKCS5_C
|
||||
conf unset MBEDTLS_PKCS12_C
|
||||
conf unset MBEDTLS_RIPEMD160_C
|
||||
#conf unset MBEDTLS_SHA1_C
|
||||
conf unset MBEDTLS_SHA1_C
|
||||
conf unset MBEDTLS_XTEA_C
|
||||
|
||||
conf unset MBEDTLS_X509_RSASSA_PSS_SUPPORT
|
||||
|
|
|
@ -57,10 +57,6 @@ To build and run this example the requirements below are necessary:
|
|||
{{test_id;MBEDTLS_SELFTEST}}
|
||||
{{start}}
|
||||
|
||||
SHA-1 test #1: passed
|
||||
SHA-1 test #2: passed
|
||||
SHA-1 test #3: passed
|
||||
|
||||
SHA-224 test #1: passed
|
||||
SHA-224 test #2: passed
|
||||
SHA-224 test #3: passed
|
||||
|
|
Loading…
Reference in a new issue