mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01
Updating crt/crl files due to expiry before 2027-01-01
This commit is contained in:
commit
dbd13c3689
49 changed files with 817 additions and 639 deletions
|
|
@ -530,6 +530,8 @@ usage:
|
|||
SET_OID(ext_key_usage->buf, MBEDTLS_OID_TIME_STAMPING);
|
||||
} else if (strcmp(q, "OCSPSigning") == 0) {
|
||||
SET_OID(ext_key_usage->buf, MBEDTLS_OID_OCSP_SIGNING);
|
||||
} else if (strcmp(q, "any") == 0) {
|
||||
SET_OID(ext_key_usage->buf, MBEDTLS_OID_ANY_EXTENDED_KEY_USAGE);
|
||||
} else {
|
||||
mbedtls_printf("Invalid argument for option %s\n", p);
|
||||
goto usage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue