commit | c386317298520b84260ec6b6615aa86ba1625195 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jun 26 10:11:49 2017 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 12:20:48 2017 +0100 |
tree | 15440edebcdb395672d4649f3c922a4a8805d511 | |
parent | 489939f829ad09dae72731729ea36240f630e49f [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)