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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user