1. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  2. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  3. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  4. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  5. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  6. 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
  7. 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
  8. 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
  9. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  10. 689557c Make CIPHER_C guard code as alternate of USE_PSA_CRYPTO in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() by Neil Armstrong · 3 years, 3 months ago
  11. 801abb6 Provide a PSA definition of mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 3 months ago
  12. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  13. 8f52690 Add accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  14. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  15. 69e0ec4 Replace SHA512_C with SHA384_C by Jerry Yu · 4 years ago
  16. 30319f1 Remove misplaced comment in TLS 1.3 ciphersuite definitions by Hanno Becker · 4 years ago
  17. 8ca2692 Add TLS 1.3 ciphersuites by Hanno Becker · 4 years ago
  18. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  19. 75628d5 Code review fixes by TRodziewicz · 4 years, 1 month ago
  20. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  21. 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
  22. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  23. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  24. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  25. cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
  26. 7e37338 Drop single-DES ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  27. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  28. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 5 months ago
  29. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  30. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  31. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  32. 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  33. cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 7 years ago
  34. 755bb6a Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  35. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  36. af37f0f Add remaining ARIA suites to priority list by Manuel Pégourié-Gonnard · 7 years ago
  37. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  38. d300a57 Undo API change by Hanno Becker · 8 years ago
  39. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  40. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  41. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  42. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  43. 538cb7b Add the ECJPAKE ciphersuite by Manuel Pégourié-Gonnard · 10 years ago
  44. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  45. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  46. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
  47. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  48. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  49. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  50. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  51. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  52. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  53. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  54. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  55. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  56. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  57. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  58. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  59. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  60. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  61. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  62. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  63. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  64. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  65. d666451 Add a ciphersuite NODTLS flag by Manuel Pégourié-Gonnard · 11 years ago
  66. 82788fb Fix minor style issues by Paul Bakker · 11 years ago polarssl-1.3.9
  67. a04fa4f RSA-PSK key exchange requires TLS 1.x by Manuel Pégourié-Gonnard · 11 years ago
  68. 8d4ad07 SHA-2 ciphersuites now require TLS 1.x by Manuel Pégourié-Gonnard · 11 years ago
  69. dfc7df0 Add SSL_CIPHERSUITES config option by Manuel Pégourié-Gonnard · 11 years ago
  70. 791684c Save RAM when only a few ciphersuites are defined by Manuel Pégourié-Gonnard · 11 years ago
  71. 01edb10 Add POLARSSL_REMOVE_RC4_CIPHERSUITES by Manuel Pégourié-Gonnard · 11 years ago
  72. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 11 years ago
  73. 42b5374 Switch CCM and GCM in default suite order by Manuel Pégourié-Gonnard · 11 years ago
  74. ac2ccf8 Fix CCM ciphersuites definition: PSK <-> DHE-PSK! by Manuel Pégourié-Gonnard · 11 years ago
  75. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  76. 6768da9 Register CCM ciphersuites (not implemented yet) by Manuel Pégourié-Gonnard · 11 years ago
  77. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  78. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  79. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  80. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 11 years ago
  81. 280f95b Add #ifs arround ssl_ciphersuite_uses_XXX() by Manuel Pégourié-Gonnard · 12 years ago
  82. 25781b2 Add ECDH_RSA and ECDH_ECDSA ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  83. 20b9af7 Fix min_version (TLS 1.0) for ECDHE-PSK suites by Manuel Pégourié-Gonnard · 12 years ago
  84. a5bdfcd Relax some SHA2 ciphersuite's version requirements by Manuel Pégourié-Gonnard · 12 years ago
  85. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  86. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  87. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  88. 21ef42f Don't select a PSK ciphersuite if no key available by Manuel Pégourié-Gonnard · 12 years ago
  89. 98d9a2c Fix missing or wrong ciphersuite definitions by Manuel Pégourié-Gonnard · 12 years ago
  90. 6fb0f74 Rank GCM before CBC in ciphersuite_preference by Manuel Pégourié-Gonnard · 12 years ago
  91. 8d01eea Add Camellia-GCM ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  92. f34673e Merged RSA-PSK key-exchange and ciphersuites by Paul Bakker · 12 years ago
  93. 376e815 Merged ECDHE-PSK ciphersuites by Paul Bakker · 12 years ago
  94. ef0eb1e Add two missing RSA-PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  95. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  96. 225d6aa Add ECDHE_PSK ciphersuites by Manuel Pégourié-Gonnard · 12 years ago
  97. 9654fb1 Fix missing MSVC define by Manuel Pégourié-Gonnard · 12 years ago
  98. 1a48383 SSL_TLS doesn't depend on PK any more by Manuel Pégourié-Gonnard · 12 years ago
  99. 51451f8 Replace EC flag with ssl_ciphersuite_uses_ec() by Manuel Pégourié-Gonnard · 12 years ago
  100. f7dc378 Make CBC an option, step 1: ssl ciphersuites by Manuel Pégourié-Gonnard · 12 years ago