1. 6768da9 Register CCM ciphersuites (not implemented yet) by Manuel Pégourié-Gonnard · 11 years ago
  2. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  3. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  4. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  5. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 11 years ago
  6. 280f95b Add #ifs arround ssl_ciphersuite_uses_XXX() by Manuel Pégourié-Gonnard · 12 years ago
  7. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  8. 20b9af7 Fix min_version (TLS 1.0) for ECDHE-PSK suites by Manuel Pégourié-Gonnard · 12 years ago
  9. a5bdfcd Relax some SHA2 ciphersuite's version requirements by Manuel Pégourié-Gonnard · 12 years ago
  10. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  11. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  12. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  13. 21ef42f Don't select a PSK ciphersuite if no key available by Manuel Pégourié-Gonnard · 12 years ago
  14. 98d9a2c Fix missing or wrong ciphersuite definitions by Manuel Pégourié-Gonnard · 12 years ago
  15. 6fb0f74 Rank GCM before CBC in ciphersuite_preference by Manuel Pégourié-Gonnard · 12 years ago
  16. 8d01eea Add Camellia-GCM ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  17. f34673e Merged RSA-PSK key-exchange and ciphersuites by Paul Bakker · 12 years ago
  18. 376e815 Merged ECDHE-PSK ciphersuites by Paul Bakker · 12 years ago
  19. ef0eb1e Add two missing RSA-PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  20. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  21. 225d6aa Add ECDHE_PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  22. 9654fb1 Fix missing MSVC define by Manuel Pégourié-Gonnard · 12 years ago
  23. 1a48383 SSL_TLS doesn't depend on PK any more by Manuel Pégourié-Gonnard · 12 years ago
  24. 51451f8 Replace EC flag with ssl_ciphersuite_uses_ec() by Manuel Pégourié-Gonnard · 12 years ago
  25. f7dc378 Make CBC an option, step 1: ssl ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  26. bc4b7f0 Fix possible race in ssl_list_ciphersuites() by Manuel Pégourié-Gonnard · 12 years ago
  27. 57a8783 Make more room for ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  28. 09edda8 Check key type against selected key exchange by Manuel Pégourié-Gonnard · 12 years ago
  29. 32ea60a Declare ECDSA key exchange and ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  30. 0f2f0bf CAMELLIA-based PSK and DHE-PSK ciphersuites added by Paul Bakker · 12 years ago
  31. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  32. 40afb4b Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 by Paul Bakker · 12 years ago
  33. a1bf92d Added PSK NULL ciphers from RFC4785 by Paul Bakker · 12 years ago
  34. e07f41d Introduced defines to control availability of specific SSL Key Exchange methods. by Paul Bakker · 12 years ago
  35. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  36. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  37. 27714b1 Added Camellia ECDHE-based CBC ciphersuites by Paul Bakker · 12 years ago
  38. a54e493 Added ECDHE-based SHA256 and SHA384 ciphersuites by Paul Bakker · 12 years ago
  39. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  40. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago