mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-05 20:15:36 +02:00
Rename OCSP response verify function
This commit is contained in:
@@ -202,7 +202,7 @@ int mbedtls_x509_ocsp_response_parse( mbedtls_x509_ocsp_response *resp,
|
||||
* \return 0 if the OCSP response was verified successfully, otherwise
|
||||
* a specific X.509 error
|
||||
*/
|
||||
int mbedtls_x509_ocsp_verify_response( mbedtls_x509_ocsp_response *resp,
|
||||
int mbedtls_x509_ocsp_response_verify( mbedtls_x509_ocsp_response *resp,
|
||||
mbedtls_x509_crt *req_chain,
|
||||
mbedtls_x509_crt *chain,
|
||||
mbedtls_x509_crt *trust_ca,
|
||||
|
||||
@@ -1775,7 +1775,7 @@ static int x509_ocsp_verify_responses( mbedtls_x509_ocsp_response *resp,
|
||||
* - Do not have an auth_mode=optional flag
|
||||
* - Need to check the revocation status of the OCSP response issuer
|
||||
*/
|
||||
int mbedtls_x509_ocsp_verify_response( mbedtls_x509_ocsp_response *resp,
|
||||
int mbedtls_x509_ocsp_response_verify( mbedtls_x509_ocsp_response *resp,
|
||||
mbedtls_x509_crt *req_chain,
|
||||
mbedtls_x509_crt *chain,
|
||||
mbedtls_x509_crt *trust_ca,
|
||||
|
||||
Reference in New Issue
Block a user