1. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  2. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  3. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  4. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  5. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  6. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  7. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  8. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  9. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 11 years ago
  10. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  11. bd77254 md_list() starting with strongest hash by Manuel Pégourié-Gonnard · 11 years ago
  12. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  13. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  14. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  15. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  16. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  17. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  18. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 12 years ago
  19. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  20. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  21. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  22. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  23. 279432a - Fixed size of clean by Paul Bakker · 13 years ago
  24. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  25. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  26. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  27. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  28. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  29. 562535d - Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use. by Paul Bakker · 15 years ago
  30. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  31. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago