1. 2292d1f Fixed warnings in case POLARSSL_X509_PARSE_C is not defined by Paul Bakker · 12 years ago
  2. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  3. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  4. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  5. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  6. 69e095c - 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. by Paul Bakker · 14 years ago
  7. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  8. 26b41a8 - Fixed compiler warning by Paul Bakker · 14 years ago
  9. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  10. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  11. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  12. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  13. 1f76115 - Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request() by Paul Bakker · 15 years ago