mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-12-13 05:01:39 +00:00
Add two builds with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG to all.sh: * full minus all DRBG (validates that PSA can work without any of the DRBG modules). * with MBEDTLS_USE_PSA_CRYPTO and no CTR_DRBG (validates that PSA can work without CTR_DRBG, and that it works for USE_PSA_CRYPTO). The goal is to exercise default/full, with/out USE_PSA_CRYPTO, and with/out deterministic ECDSA (which requires HMAC_DRBG). The choice of pairing is rather arbitrary. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| configs | ||
| data_files | ||
| docker/bionic | ||
| git-scripts | ||
| include/test | ||
| scripts | ||
| src | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat-in-docker.sh | ||
| compat.sh | ||
| context-info.sh | ||
| Descriptions.txt | ||
| make-in-docker.sh | ||
| Makefile | ||
| ssl-opt-in-docker.sh | ||
| ssl-opt.sh | ||