mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 00:46:17 +08:00
Update X509
This commit is contained in:
@@ -121,7 +121,7 @@ bad:
|
||||
goto end;
|
||||
}
|
||||
|
||||
if (x509_crl_validate(crl, crl_len, time(NULL)) != 1) {
|
||||
if (x509_crl_check(crl, crl_len, time(NULL)) != 1) {
|
||||
fprintf(stderr, "%s: invalid CRL data or format\n", prog);
|
||||
goto end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user