1. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  2. cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 7 years ago
  3. 755bb6a Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  4. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  5. af37f0f Add remaining ARIA suites to priority list by Manuel Pégourié-Gonnard · 7 years ago
  6. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  7. d300a57 Undo API change by Hanno Becker · 8 years ago
  8. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  9. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  10. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  11. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  12. 538cb7b Add the ECJPAKE ciphersuite by Manuel Pégourié-Gonnard · 10 years ago
  13. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  14. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  15. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
  16. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  17. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  18. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  19. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  20. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  21. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  22. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  23. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  24. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  25. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  26. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  27. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  28. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  29. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  30. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  31. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  32. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 10 years ago
  33. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  34. d666451 Add a ciphersuite NODTLS flag by Manuel Pégourié-Gonnard · 11 years ago
  35. 82788fb Fix minor style issues by Paul Bakker · 11 years ago polarssl-1.3.9
  36. a04fa4f RSA-PSK key exchange requires TLS 1.x by Manuel Pégourié-Gonnard · 11 years ago
  37. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 11 years ago
  38. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 11 years ago
  39. 791684c Save RAM when only a few ciphersuites are defined by Manuel Pégourié-Gonnard · 11 years ago
  40. 01edb10 Add POLARSSL_REMOVE_RC4_CIPHERSUITES by Manuel Pégourié-Gonnard · 11 years ago
  41. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 11 years ago
  42. 42b5374 Switch CCM and GCM in default suite order by Manuel Pégourié-Gonnard · 11 years ago
  43. ac2ccf8 Fix CCM ciphersuites definition: PSK <-> DHE-PSK! by Manuel Pégourié-Gonnard · 11 years ago
  44. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  45. 6768da9 Register CCM ciphersuites (not implemented yet) by Manuel Pégourié-Gonnard · 11 years ago
  46. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  47. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  48. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  49. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 11 years ago
  50. 280f95b Add #ifs arround ssl_ciphersuite_uses_XXX() by Manuel Pégourié-Gonnard · 11 years ago
  51. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  52. 20b9af7 Fix min_version (TLS 1.0) for ECDHE-PSK suites by Manuel Pégourié-Gonnard · 12 years ago
  53. a5bdfcd Relax some SHA2 ciphersuite's version requirements by Manuel Pégourié-Gonnard · 12 years ago
  54. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  55. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  56. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  57. 21ef42f Don't select a PSK ciphersuite if no key available by Manuel Pégourié-Gonnard · 12 years ago
  58. 98d9a2c Fix missing or wrong ciphersuite definitions by Manuel Pégourié-Gonnard · 12 years ago
  59. 6fb0f74 Rank GCM before CBC in ciphersuite_preference by Manuel Pégourié-Gonnard · 12 years ago
  60. 8d01eea Add Camellia-GCM ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  61. f34673e Merged RSA-PSK key-exchange and ciphersuites by Paul Bakker · 12 years ago
  62. 376e815 Merged ECDHE-PSK ciphersuites by Paul Bakker · 12 years ago
  63. ef0eb1e Add two missing RSA-PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  64. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  65. 225d6aa Add ECDHE_PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  66. 9654fb1 Fix missing MSVC define by Manuel Pégourié-Gonnard · 12 years ago
  67. 1a48383 SSL_TLS doesn't depend on PK any more by Manuel Pégourié-Gonnard · 12 years ago
  68. 51451f8 Replace EC flag with ssl_ciphersuite_uses_ec() by Manuel Pégourié-Gonnard · 12 years ago
  69. f7dc378 Make CBC an option, step 1: ssl ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  70. bc4b7f0 Fix possible race in ssl_list_ciphersuites() by Manuel Pégourié-Gonnard · 12 years ago
  71. 57a8783 Make more room for ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  72. 09edda8 Check key type against selected key exchange by Manuel Pégourié-Gonnard · 12 years ago
  73. 32ea60a Declare ECDSA key exchange and ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  74. 0f2f0bf CAMELLIA-based PSK and DHE-PSK ciphersuites added by Paul Bakker · 12 years ago
  75. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  76. 40afb4b Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 by Paul Bakker · 12 years ago
  77. a1bf92d Added PSK NULL ciphers from RFC4785 by Paul Bakker · 12 years ago
  78. e07f41d Introduced defines to control availability of specific SSL Key Exchange methods. by Paul Bakker · 12 years ago
  79. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  80. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  81. 27714b1 Added Camellia ECDHE-based CBC ciphersuites by Paul Bakker · 12 years ago
  82. a54e493 Added ECDHE-based SHA256 and SHA384 ciphersuites by Paul Bakker · 12 years ago
  83. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  84. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago