1. 0620206 Backport 2.1: Use "#!/usr/bin/env perl" as shebang line. by fbrosson · 7 years ago
  2. 387ff07 Make matching more robbust in generate_errors.pl by Andres Amaya Garcia · 8 years ago
  3. 8936ffe Ensure that only .h files are parsed in generate_errors.pl by Andres Amaya Garcia · 8 years ago
  4. 4a91c1a Change generate_errors.pl to call perl grep by Andres Amaya Garcia · 8 years ago
  5. 48573f8 Fix renaming error in script by Manuel Pégourié-Gonnard · 10 years ago
  6. e546ad4 Fix comment generated by generate_errors.pl by Manuel Pégourié-Gonnard · 10 years ago
  7. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  8. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  9. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 10 years ago
  10. 7e81e70 Fix left out printf's by Manuel Pégourié-Gonnard · 10 years ago
  11. a9a9916 generate_errors.pl now errors on duplicate codes by Manuel Pégourié-Gonnard · 10 years ago
  12. 6f303ce Fix portability issue in script by Manuel Pégourié-Gonnard · 11 years ago
  13. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  14. d66f900 Simplify usage of generate scripts by Manuel Pégourié-Gonnard · 11 years ago
  15. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  16. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  17. cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
  18. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  19. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  20. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  21. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  22. 0e06c0f Assigned error codes to the error defines by Paul Bakker · 12 years ago
  23. 7a6c946 Fix error code in pk.h by Manuel Pégourié-Gonnard · 12 years ago
  24. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  25. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  26. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  27. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  28. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  29. cf4365f Updated error codes for ECP by Paul Bakker · 13 years ago
  30. d14277d - Added PBKDF2 error code by Paul Bakker · 13 years ago
  31. 83f00bb - Updated strerror codes for SSL Compression and Blowfish by Paul Bakker · 13 years ago
  32. 3aac1da - Added exception error parsing when FATAL ssl message is received by Paul Bakker · 13 years ago
  33. 7890405 - Added GCM as known module by Paul Bakker · 13 years ago
  34. 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
  35. 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
  36. 880ac7e - Added handling for CTR_DRBG module by Paul Bakker · 14 years ago
  37. dceecd8 - Adapted error generation to include ASN.1 changes and have Windows snprintf macro by Paul Bakker · 14 years ago
  38. e471cd1 - Fixed handling of SSL module by Paul Bakker · 14 years ago
  39. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago