1. 62261d6 - Rewrote bignum type definition #ifdef tree to work better on all systems by Paul Bakker · 13 years ago
  2. e23c315 - Fixed typo by Paul Bakker · 13 years ago
  3. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  4. eb2c658 - Generalized external private key implementation handling (like PKCS#11) in SSL/TLS by Paul Bakker · 13 years ago
  5. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago
  6. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  7. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  8. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  9. 05ef835 - Added support for Hardware Acceleration hooking in SSL/TLS by Paul Bakker · 13 years ago
  10. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  11. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  12. 1504af5 - Removed redundant POLARSSL_DEBUG_MSG define by Paul Bakker · 13 years ago
  13. fab5c82 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! by Paul Bakker · 14 years ago
  14. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  15. 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
  16. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  17. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  18. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  19. 5c721f9 - Introduced POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION flag to continue parsing when encountering a critical flag that's not supported by PolarSSL by Paul Bakker · 14 years ago
  20. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  21. e29ab06 - Fixed minor typo by Paul Bakker · 14 years ago
  22. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  23. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  24. 15566e4 - Reordered options alphabetically by Paul Bakker · 14 years ago
  25. b6ecaf5 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC by Paul Bakker · 14 years ago
  26. 0216cc1 - Added flag to disable Chinese Remainder Theorem when using RSA private operation (POLARSSL_RSA_NO_CRT) by Paul Bakker · 14 years ago
  27. 9dcc322 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21) by Paul Bakker · 14 years ago
  28. 96743fc - Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding by Paul Bakker · 14 years ago
  29. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 15 years ago
  30. 0a62cd1 - Extra clarification in config header by Paul Bakker · 15 years ago
  31. f917e42 - Disables PKCS#11 support by default by Paul Bakker · 15 years ago
  32. 43b7e35 - Support for PKCS#11 through the use of the pkcs11-helper library by Paul Bakker · 15 years ago
  33. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago
  34. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago
  35. 37ca75d - Added Doxygen source code documentation parts (donated by Fox-IT) by Paul Bakker · 15 years ago
  36. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  37. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  38. 3ac1b2d - Added runtime and compiletime version information by Paul Bakker · 15 years ago
  39. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  40. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  41. 6506aff - Removed MD2 and MD4 by default by Paul Bakker · 16 years ago
  42. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  43. 13e2dfe - Cleaned up header documentation by Paul Bakker · 16 years ago
  44. 68041ec - added description to POLARSSL_HAVE_ASM by Paul Bakker · 16 years ago
  45. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  46. 38119b1 - Added first version of Camellia by Paul Bakker · 17 years ago
  47. 7a7c78f - Added XTEA Algorithm (Not used in SSL) by Paul Bakker · 17 years ago
  48. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  49. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  50. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago