1. bf98c3d Merged deterministic ECDSA by Paul Bakker · 12 years ago
  2. 5862eee Merged RIPEMD-160 support by Paul Bakker · 12 years ago
  3. 9f4c162 Support alternative implementation for RIPEMD-160 (POLARSSL_RIPEMD160_ALT) by Paul Bakker · 12 years ago
  4. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  5. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
  6. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
  7. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  8. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  9. 5b1a573 Document dependency of ECDSA_DETERMINISTIC on MD_C by Manuel Pégourié-Gonnard · 12 years ago
  10. 461d416 Add minified HMAC_DRBG for deterministic ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  11. a8fd3e3 Removed POLARSSL_THREADING_DUMMY option by Paul Bakker · 12 years ago
  12. c738791 Merged ECP memory usage optimizations by Paul Bakker · 12 years ago
  13. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 12 years ago
  14. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  15. 1321135 Fix MingW version issue by Manuel Pégourié-Gonnard · 12 years ago
  16. 5a607d2 Merged IPv6 support in the NET module by Paul Bakker · 12 years ago
  17. 767f02c Update IPv6 comments in config.h by Manuel Pégourié-Gonnard · 12 years ago
  18. 10934de Adapt net_connect() for IPv6 by Manuel Pégourié-Gonnard · 12 years ago
  19. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  20. e1b665e Added POLARSSL_ECP_MAX_SIZE and POLARSSL_ECP_WINDOW_SIZE to config.h by Paul Bakker · 12 years ago
  21. 6615366 Add Curve25519 to known groups by Manuel Pégourié-Gonnard · 12 years ago
  22. 9dc53a9 Merged client ciphersuite order preference option by Paul Bakker · 12 years ago
  23. 1a9f2c7 Add option to respect client ciphersuite order by Manuel Pégourié-Gonnard · 12 years ago
  24. 964bf9b Quit using readdir_r() by Manuel Pégourié-Gonnard · 12 years ago
  25. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  26. 3f917e2 Merged optimizations for MODP NIST curves by Paul Bakker · 12 years ago
  27. 18dc0e2 CERTS_C depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 12 years ago
  28. 7c3291e Check dependencies of protocol versions on hashes by Manuel Pégourié-Gonnard · 12 years ago
  29. c59c9c1 Fix typo in b8012fca (ECP needs at least one curve) by Manuel Pégourié-Gonnard · 12 years ago
  30. 9d70373 Update ciphersuite lists in config.h by Manuel Pégourié-Gonnard · 12 years ago
  31. 7bd8a99 Fix GCM dependencies by Manuel Pégourié-Gonnard · 12 years ago
  32. c04c530 Make NIST curves optimisation an option by Manuel Pégourié-Gonnard · 12 years ago
  33. f34673e Merged RSA-PSK key-exchange and ciphersuites by Paul Bakker · 12 years ago
  34. 376e815 Merged ECDHE-PSK ciphersuites by Paul Bakker · 12 years ago
  35. a7ea6a5 config.h is more script-friendly by Paul Bakker · 12 years ago
  36. 0fae60b Implement RSA-PSK key exchange by Manuel Pégourié-Gonnard · 12 years ago
  37. be089b0 Introduced POLARSSL_HAVE_READDIR_R for systems without it by Paul Bakker · 12 years ago
  38. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  39. 225d6aa Add ECDHE_PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  40. 3ce3bbd Add support for ECDHE_PSK key exchange by Manuel Pégourié-Gonnard · 12 years ago
  41. b8012fc Adjust dependencies by Manuel Pégourié-Gonnard · 12 years ago
  42. 8195c1a Add identifiers for Brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
  43. 6838bd1 Clarified threading issues by Paul Bakker · 12 years ago
  44. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  45. cbf3ef3 RSA and ECDSA key exchanges don't depend on CRL by Manuel Pégourié-Gonnard · 12 years ago
  46. c27c4e2 Support faulty X509 v1 certificates with extensions by Paul Bakker · 12 years ago
  47. fe28646 Fix references to x509parse in config.h by Manuel Pégourié-Gonnard · 12 years ago
  48. 09fff7e Cosmetics in config.h by Manuel Pégourié-Gonnard · 12 years ago
  49. 1a48383 SSL_TLS doesn't depend on PK any more by Manuel Pégourié-Gonnard · 12 years ago
  50. 1032c1d Fix some dependencies and warnings in small config by Manuel Pégourié-Gonnard · 12 years ago
  51. f20ba4b Minor typo in config.h by Paul Bakker · 12 years ago
  52. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  53. cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
  54. 4606c73 Added POLARSSL_PK_PARSE_C and POLARSSL_PK_WRITE_C by Paul Bakker · 12 years ago
  55. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  56. f7dc378 Make CBC an option, step 1: ssl ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  57. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  58. 0237620 Fix some dependencies declaration by Manuel Pégourié-Gonnard · 12 years ago
  59. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  60. eba3ccf Typo in config.h by Paul Bakker · 12 years ago
  61. 48377d9 Configuration option to enable/disable POLARSSL_PKCS1_V15 operations by Paul Bakker · 12 years ago
  62. 577e006 Merged ECDSA-based key-exchange and ciphersuites into development by Paul Bakker · 12 years ago
  63. 51be559 Fix PKCS#11 deps: now goes through PK by Manuel Pégourié-Gonnard · 12 years ago
  64. c40b4c3 Add configuration item for the PK module by Manuel Pégourié-Gonnard · 12 years ago
  65. 32ea60a Declare ECDSA key exchange and ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  66. 0be444a Ability to disable server_name extension (RFC 6066) by Paul Bakker · 12 years ago
  67. d2f068e Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually by Paul Bakker · 12 years ago
  68. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  69. 4846f5e ecdsa now depends on ASN.1 parse & write by Manuel Pégourié-Gonnard · 12 years ago
  70. 04784f5 Added config check for SSL/TLS module that depends on cipher layer by Paul Bakker · 12 years ago
  71. 59da0a4 Added config check for POLARSSL_SSL_SESSION_TICKETS by Paul Bakker · 12 years ago
  72. 1f2bc62 Made support for the truncated_hmac extension configurable by Paul Bakker · 12 years ago
  73. 05decb2 Made support for the max_fragment_length extension configurable by Paul Bakker · 12 years ago
  74. 606b4ba Session ticket expiration checked on server by Paul Bakker · 12 years ago
  75. a503a63 Made session tickets support configurable from config.h by Paul Bakker · 12 years ago
  76. 48e93c8 Made padding modes configurable from config.h by Paul Bakker · 12 years ago
  77. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  78. ecd54fb Disable POLARSSL_TIMING_C by default (only required for HAVEGE) by Paul Bakker · 12 years ago
  79. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  80. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  81. 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
  82. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  83. b0713c7 Updated PKCS#12 define dependencies by Paul Bakker · 12 years ago
  84. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  85. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  86. 90995b5 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 12 years ago
  87. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  88. 2a84424 Disabled the HAVEGE random generator by default by Paul Bakker · 12 years ago
  89. 45bda90 Comments for extra PSK ciphersuites added to config.h by Paul Bakker · 12 years ago
  90. 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago
  91. e07f41d Introduced defines to control availability of specific SSL Key Exchange methods. by Paul Bakker · 12 years ago
  92. 7ad00f9 Sanity checks added to config.h by Paul Bakker · 12 years ago
  93. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  94. 370e90c Enable PBKDF2 by default by Paul Bakker · 12 years ago
  95. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  96. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  97. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  98. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  99. 78a8c71 Re-added support for parsing and handling SSLv2 Client Hello messages by Paul Bakker · 12 years ago
  100. 6deb37e Added comments to indicate dependency from PEM on AES, DES and MD5 by Paul Bakker · 12 years ago