Files
mbedtls/include
Andres Amaya Garcia 2acb20260c Add func to generate string from resp verify flags
The function mbedtls_x509_ocsp_response_verify_info() was added, which
is similar to mbedtls_x509_crt_verify_info() but for OCSP responses
instead of certificates. To avoid code duplication, both of these
functions actually call a new function mbedtls_x509_verify_info() in
x509.h with their specific flags and strings in an array of struct
mbedtls_x509_info_string.
2018-01-18 22:03:29 +00:00
..
2015-03-10 11:23:56 +00:00