Latest update (add quic)
This commit is contained in:
@@ -21,6 +21,7 @@ static const ERR_STRING_DATA OCSP_str_reasons[] = {
|
||||
"error in nextupdate field"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ERROR_IN_THISUPDATE_FIELD),
|
||||
"error in thisupdate field"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ERROR_PARSING_URL), "error parsing url"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_MISSING_OCSPSIGNING_USAGE),
|
||||
"missing ocspsigning usage"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE),
|
||||
@@ -40,6 +41,10 @@ static const ERR_STRING_DATA OCSP_str_reasons[] = {
|
||||
"response contains no revocation data"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ROOT_CA_NOT_TRUSTED),
|
||||
"root ca not trusted"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SERVER_RESPONSE_ERROR),
|
||||
"server response error"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SERVER_RESPONSE_PARSE_ERROR),
|
||||
"server response parse error"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SIGNATURE_FAILURE), "signature failure"},
|
||||
{ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND),
|
||||
"signer certificate not found"},
|
||||
|
||||
Reference in New Issue
Block a user