1. 91e7ebe Remove RSA_PSK suites from cipher suite lists by Gilles Peskine · 10 months ago
  2. 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 10 months ago
  3. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
  4. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  5. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  6. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  7. 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
  8. c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
  9. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
  10. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 12 months ago
  11. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  12. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  13. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  14. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  15. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  16. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  17. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  18. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  19. 829dd20 ssl: use MBEDTLS_SSL_HAVE_* in ssl_ciphersuites.c by Pengyu Lv · 1 year, 9 months ago
  20. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  21. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  22. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  23. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  24. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
  25. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  26. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  27. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years, 1 month ago
  28. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  29. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  30. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  31. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  32. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  33. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  34. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  35. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  36. 4bb6773 tls13: Apply same preference rules for ciphersuites as for TLS 1.2 by Ronald Cron · 2 years, 5 months ago
  37. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  38. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  39. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  40. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  41. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  42. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  43. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  44. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  45. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  46. 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
  47. 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
  48. 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
  49. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  50. 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
  51. 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
  52. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  53. 8f52690 Add accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  54. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  55. 69e0ec4 Replace SHA512_C with SHA384_C by Jerry Yu · 4 years ago
  56. 30319f1 Remove misplaced comment in TLS 1.3 ciphersuite definitions by Hanno Becker · 4 years ago
  57. 8ca2692 Add TLS 1.3 ciphersuites by Hanno Becker · 4 years ago
  58. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  59. 75628d5 Code review fixes by TRodziewicz · 4 years, 1 month ago
  60. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
  62. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  63. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  64. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  65. cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
  66. 7e37338 Drop single-DES ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  67. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  68. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 5 months ago
  69. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  70. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  71. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  72. 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  73. cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 7 years ago
  74. 755bb6a Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  75. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  76. af37f0f Add remaining ARIA suites to priority list by Manuel Pégourié-Gonnard · 7 years ago
  77. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  78. d300a57 Undo API change by Hanno Becker · 8 years ago
  79. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  80. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  81. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  82. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  83. 538cb7b Add the ECJPAKE ciphersuite by Manuel Pégourié-Gonnard · 10 years ago
  84. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  85. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  86. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
  87. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  88. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  89. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  90. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  91. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  92. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  93. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  94. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  95. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  96. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  97. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  98. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  99. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  100. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago