1. c5d68e5 Fix dependency declaration by Manuel Pégourié-Gonnard · 11 years ago
  2. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 11 years ago
  3. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  4. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  5. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  6. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 12 years ago
  7. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 12 years ago
  8. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago
  9. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  10. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  11. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  12. 32b04c1 Split ecp.c by Manuel Pégourié-Gonnard · 12 years ago
  13. b076314 Makefile now produces a .so.X with SOVERSION in it by Paul Bakker · 12 years ago
  14. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  15. 9556d3d Renamed x509_crt_write.c and x509_csr_write.c by Paul Bakker · 12 years ago
  16. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  17. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  18. d73b3c1 PK: use wrappers and function pointers for verify by Manuel Pégourié-Gonnard · 12 years ago
  19. 12e0ed9 Add pk_context and associated functions by Manuel Pégourié-Gonnard · 12 years ago
  20. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  21. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  22. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  23. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  24. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  25. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  26. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  27. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  28. a95919b Added ECP files to Makefiles as well by Paul Bakker · 13 years ago
  29. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  30. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 13 years ago
  31. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago
  32. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  33. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  34. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 13 years ago
  35. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 13 years ago
  36. 96d42da - Removed debug value by Paul Bakker · 13 years ago
  37. c7ffd36 - Added automatic debug flags to CFLAGS if DEBUG is set in shell by Paul Bakker · 13 years ago
  38. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  39. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  40. 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
  41. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  42. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  43. 33aac37 - Added correct SONAME to Makefile builds as well by Paul Bakker · 14 years ago
  44. 3783d6d - Do not build shared version by default by Paul Bakker · 14 years ago
  45. a585beb - Introduced windows DLL build and SYS_LDFLAGS by Paul Bakker · 14 years ago
  46. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  47. 31cacd7 - Re-organized object files by Paul Bakker · 14 years ago
  48. 5a1494f - Added pem to library by Paul Bakker · 14 years ago
  49. 46eb138 - Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2 by Paul Bakker · 15 years ago
  50. e942694 - Added extra compiler warnings by default by Paul Bakker · 15 years ago
  51. 43b7e35 - Support for PKCS#11 through the use of the pkcs11-helper library by Paul Bakker · 15 years ago
  52. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago
  53. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago
  54. 3ac1b2d - Added runtime and compiletime version information by Paul Bakker · 15 years ago
  55. ad7eca2 - Reverted Makefile (Unmerged CMake fault) by Paul Bakker · 15 years ago
  56. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  57. 026c03b - Made changes for better compatibility with old-style C compilers by Paul Bakker · 16 years ago
  58. 38119b1 - Added first version of Camellia by Paul Bakker · 17 years ago
  59. 7a7c78f - Added XTEA Algorithm (Not used in SSL) by Paul Bakker · 17 years ago
  60. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  61. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago