commit | 31458a18788b0cf0b722acda9bb2f2fe13a3fb32 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jun 26 10:11:49 2017 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jul 06 11:58:41 2017 +0200 |
tree | ef4d4387ef4fec4e9318c6af4bdfa3abd5880574 | |
parent | d15795acd5074e0b44e71f7ede8bdfe1b48591fc [diff] [blame] |
Only return VERIFY_FAILED from a single point Everything else is a fatal error. Also improve documentation about that for the vrfy callback.
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 5e549f6..31591e2 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -71,7 +71,7 @@ * Name ID Nr of Errors * PEM 1 9 * PKCS#12 1 4 (Started from top) - * X509 2 19 + * X509 2 20 * PKCS5 2 4 (Started from top) * DHM 3 9 * PK 3 14 (Started from top)