1. cf6e95d Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  2. 9255e83 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  3. eae09db Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  4. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 12 years ago
  5. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  6. 1d29fb5 - Added option to add minimum accepted SSL/TLS protocol version by Paul Bakker · 13 years ago
  7. d14277d - Added PBKDF2 error code by Paul Bakker · 13 years ago
  8. 83f00bb - Updated strerror codes for SSL Compression and Blowfish by Paul Bakker · 13 years ago
  9. 3aac1da - Added exception error parsing when FATAL ssl message is received by Paul Bakker · 13 years ago
  10. 05ef835 - Added support for Hardware Acceleration hooking in SSL/TLS by Paul Bakker · 13 years ago
  11. d8ef167 - Updated for latest GCM error by Paul Bakker · 13 years ago
  12. 030277a - Updated error.c to include GCM errors by Paul Bakker · 13 years ago
  13. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  14. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  15. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  16. 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
  17. 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
  18. 6083fd2 - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources by Paul Bakker · 14 years ago
  19. 880ac7e - Added handling for CTR_DRBG module by Paul Bakker · 14 years ago
  20. dceecd8 - Adapted error generation to include ASN.1 changes and have Windows snprintf macro by Paul Bakker · 14 years ago
  21. 9db7742 - Fixed error file after changed codes by Paul Bakker · 14 years ago
  22. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  23. ff61a78 - Added and updated cipher error codes and documentation by Paul Bakker · 14 years ago
  24. 831a755 - Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake. by Paul Bakker · 14 years ago
  25. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago