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
commit dbd13c3689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;