mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-16 23:02:06 +03:00
.github
3rdparty
ChangeLog.d
configs
docs
doxygen
include
library
programs
scripts
tests
.jenkins
configs
data_files
docker
git-scripts
include
scripts
all-in-docker.sh
all.sh
analyze_outcomes.py
basic-build-test.sh
basic-in-docker.sh
check-doxy-blocks.pl
check-generated-files.sh
check-names.sh
check-python-files.sh
check_files.py
check_test_cases.py
curves.pl
depends-hashes.pl
depends-pkalgs.pl
docker_env.sh
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate-afl-tests.sh
generate_test_code.py
key-exchanges.pl
list-enum-consts.pl
list-identifiers.sh
list-macros.sh
list-symbols.sh
mbedtls_test.py
psa_collect_statuses.py
recursion.pl
run-test-suites.pl
tcp_client.pl
test-ref-configs.pl
test_config_script.py
test_generate_test_code.py
test_psa_constant_names.py
test_zeroize.gdb
travis-log-failure.sh
src
suites
.gitignore
CMakeLists.txt
Descriptions.txt
Makefile
compat-in-docker.sh
compat.sh
context-info.sh
make-in-docker.sh
ssl-opt-in-docker.sh
ssl-opt.sh
visualc
.gitignore
.globalrc
.pylintrc
.travis.yml
CMakeLists.txt
CONTRIBUTING.md
ChangeLog
DartConfiguration.tcl
LICENSE
Makefile
README.md
dco.txt
undef_assert_before_defining_it.txt
RFC5280 does not state that the `revocationDate` should be checked. In addition, when no time source is available (i.e., when MBEDTLS_HAVE_TIME_DATE is not defined), `mbedtls_x509_time_is_past` always returns 0. This results in the CRL not being checked at all. https://tools.ietf.org/html/rfc5280 Signed-off-by: Raoul Strackx <raoul.strackx@fortanix.com>