mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-19 23:20:41 +01:00
Copy updated test certificates and related data (keys, CSR, etc.) from
development. This replaces certificates that will expire on 2023-09-07,
causing the unit tests to fail. This also adds new data files that are not
used, and moves some files.
The replacement data is good until 2023-12-31.
The update causes some parsing unit tests to fail because the new
certificates have a different expiry date. This will be fixed in a
subsequent commit.
```
git checkout
|
||
|---|---|---|
| .. | ||
| drivers | ||
| test_helpers | ||
| asn1_helpers.c | ||
| bignum_helpers.c | ||
| certs.c | ||
| fake_external_rng_for_test.c | ||
| helpers.c | ||
| psa_crypto_helpers.c | ||
| psa_exercise_key.c | ||
| random.c | ||
| test_certs.h | ||
| threading_helpers.c | ||