commit | 3a074a799643b9ddbfd5c853b3d25af94d1a2c73 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 12:45:03 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Aug 20 12:45:03 2013 +0200 |
tree | c9ce02d02c9b91766ad67123d7f47317eea002da | |
parent | dc4baf11abd80e4cabf16ea3599787f36fde3a8f [diff] |
Actually skip certificate if we do not understand hash type
diff --git a/library/x509parse.c b/library/x509parse.c index dca53066..08dc4d0 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -3461,6 +3461,7 @@ /* * Cannot check 'unknown' hash */ + trust_ca = trust_ca->next; continue; }