1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time

Always revoke certificate on CRL
This commit is contained in:
Gilles Peskine
2020-08-26 12:56:11 +02:00
committed by GitHub
9 changed files with 66 additions and 4 deletions

View File

@@ -1498,6 +1498,16 @@ component_test_null_entropy () {
make test
}
component_test_no_date_time () {
msg "build: default config without MBEDTLS_HAVE_TIME_DATE"
scripts/config.py unset MBEDTLS_HAVE_TIME_DATE
CC=gcc cmake
make
msg "test: !MBEDTLS_HAVE_TIME_DATE - main suites"
make test
}
component_test_platform_calloc_macro () {
msg "build: MBEDTLS_PLATFORM_{CALLOC/FREE}_MACRO enabled (ASan build)"
scripts/config.py set MBEDTLS_PLATFORM_MEMORY