commit | 7d75ea4787925f430766b0a69e4bc780d0b6099f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 15:13:39 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Oct 23 15:13:39 2014 +0200 |
tree | 506ce52df57bf060966d565813b8af28f3e2f702 | |
parent | 86792a6cf3fb088e1e1f8ae7286e01196b172eec [diff] [blame] |
x509_crt_parse() did not increase total_failed on PEM error
diff --git a/library/x509parse.c b/library/x509parse.c index 4052011..806dcea 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -1490,6 +1490,7 @@ if( first_error == 0 ) first_error = ret; + total_failed++; continue; } else