commit | 69e095cc15f42f32a29163b41cd599604a6ea1e8 | [log] [download] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Dec 10 21:55:01 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Dec 10 21:55:01 2011 +0000 |
tree | 9316e1be00b86885d0c42585f95c421c2b01fef0 | |
parent | 18d32911c0a14c9458c32f2cf97eb3ce6ca50126 [diff] |
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. - As a consequence all error code that were positive were changed. A lot of MALLOC_FAILED and FILE_IO_ERROR error codes added for different modules. - Programs and tests were adapted accordingly