1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03: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:
Gilles Peskine
2023-08-17 15:38:35 +00:00
committed by GitHub
49 changed files with 817 additions and 639 deletions

View File

@@ -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;