1. cecfd95 Minor checks to prevent NULL-pointer exceptions by Paul Bakker · 12 years ago
  2. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  3. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  4. 2028156 - Fixed typos in copied text (Fixed ticket #39) by Paul Bakker · 14 years ago
  5. 09b1ec6 - Adapted define for inline to be more solid by Paul Bakker · 14 years ago
  6. 74fb74e - Updated ARMCC_VERSION to __ARMCC_VERSION by Paul Bakker · 14 years ago
  7. 569df2c - Fixed inline definition for ARM systems by Paul Bakker · 14 years ago
  8. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  9. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  10. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  11. 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
  12. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  13. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 15 years ago
  14. 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
  15. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  16. 1b57b06 - Added reading of DHM context from memory and file by Paul Bakker · 15 years ago
  17. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago