mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-01 06:10:17 +01:00
In cert_req and cert_write programs, "key_certificate_sign" is not an allowed velue for "key_usage" parameter. The correct value is "key_cert_sign". See https://github.com/ARMmbed/mbedtls/blob/development/programs/x509/cert_req.c#L208 and https://github.com/ARMmbed/mbedtls/blob/development/programs/x509/cert_write.c#L323. |
||
|---|---|---|
| .. | ||
| cert_app.c | ||
| cert_req.c | ||
| cert_write.c | ||
| CMakeLists.txt | ||
| crl_app.c | ||
| req_app.c | ||