1. 530927b Update copyright line to 2015 by Paul Bakker · 10 years ago
  2. e12abf9 Fix url by Manuel Pégourié-Gonnard · 11 years ago
  3. 0edee5e Update copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  4. 312da33 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  5. 279432a - Fixed size of clean by Paul Bakker · 13 years ago
  6. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  7. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  8. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  9. 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
  10. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  11. 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
  12. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  13. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago