1. 1dfd23c Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8508-59d078192b4e4feb409ca5494ac9d40fdbf777a0
  2. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  3. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  4. 7d7ce0e Merge pull request #8495 from lpy4105/issue/6322/driver-only-cipher_aead-tls by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8495-4dec9ebdc2d0e49a87cfd5f0d7bc2dc9d21beae9
  5. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  6. 0d22539 Merge pull request #8468 from daverodgman/mbedtls-3.5.1-pr by Dave Rodgman · 1 year, 9 months ago
  7. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  8. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  9. 65458fa ssl: MBEDTLS_SSL_HAVE_* in ssl_misc.h by Pengyu Lv · 1 year, 9 months ago
  10. 829dd20 ssl: use MBEDTLS_SSL_HAVE_* in ssl_ciphersuites.c by Pengyu Lv · 1 year, 9 months ago
  11. f1b86b0 ssl: add macro to indicate CBC mode is available by Pengyu Lv · 1 year, 9 months ago
  12. e870cc8 ssl: add macro for available key types by Pengyu Lv · 1 year, 9 months ago
  13. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  14. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  15. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  16. 2bea94c check the ticket version unconditional by Jerry Yu · 1 year, 9 months ago
  17. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  18. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  19. 44670c6 Revert "TLS 1.3: SRV: Don't select ephemeral mode on resumption" by Pengyu Lv · 1 year, 9 months ago
  20. 4b67ac8 Merge pull request #8444 from Mbed-TLS/cvv-code-size by Dave Rodgman · 1 year, 9 months ago gh-readonly-queue/development/pr-8444-e03270f2e0d7896771bbcea7daf614e31f921319
  21. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  22. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  23. ce38adb Fix header in ssl_tls13_keys.c by Dave Rodgman · 1 year, 9 months ago
  24. f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
  25. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  26. e91d7c5 Update comment to mention IAR by Dave Rodgman · 1 year, 9 months ago cvv-code-size
  27. 960b7eb move psk check to EE message on client side by Jerry Yu · 1 year, 9 months ago
  28. 82fd6c1 Add selected key and ciphersuite check by Jerry Yu · 1 year, 9 months ago
  29. ce3b95e move ticket version check by Jerry Yu · 1 year, 9 months ago
  30. 454dda3 fix various issues by Jerry Yu · 1 year, 9 months ago
  31. 9ba640d Simplify use of __has_builtin by Dave Rodgman · 1 year, 9 months ago
  32. 90c8ac2 Add case for MSVC by Dave Rodgman · 1 year, 9 months ago
  33. 64bdeb8 Use non-empty definition for fallback by Dave Rodgman · 1 year, 9 months ago
  34. 52e7052 tidy up comments by Dave Rodgman · 1 year, 9 months ago
  35. 3e5cc17 Reduce code size in mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  36. 6d2c1b3 Restructure mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  37. fb24a84 Introduce MBEDTLS_ASSUME by Dave Rodgman · 2 years, 1 month ago
  38. dbd1e0d tls13: add helpers to check if psk[_ephemeral] allowed by ticket by Pengyu Lv · 1 year, 9 months ago
  39. 29daf4a tls13: server: fully check ticket_flags with available kex mode. by Pengyu Lv · 1 year, 9 months ago
  40. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  41. 3857bad Merge pull request #8427 from tom-cosgrove-arm/fix-linux-builds-in-conda-forge by Tom Cosgrove · 1 year, 9 months ago
  42. 467271d ssl_misc: ignore ALG_CBC_PKCS7 for MBEDTLS_SSL_HAVE_xxx_CBC by Valerio Setti · 1 year, 9 months ago
  43. 1ebb6cd ssl_misc: add internal MBEDTLS_SSL_HAVE_[AES/ARIA/CAMELLIA]_CBC symbols by Valerio Setti · 1 year, 9 months ago
  44. cfb23b8 tls13: server: parse pre_shared_key only when some psk is selectable by Pengyu Lv · 1 year, 9 months ago
  45. 800f2b7 AES-NI: use target attributes for x86 32-bit intrinsics by Beniamin Sandu · 1 year, 9 months ago
  46. 36fe8b9 psa_crypto_cipher: add guard for unused variable by Valerio Setti · 1 year, 10 months ago
  47. 1e21f26 psa_crypto_cipher: add helper to validate PSA cipher values by Valerio Setti · 1 year, 10 months ago
  48. 4a24982 psa_crypto_cipher: add mbedtls_cipher_values_from_psa() by Valerio Setti · 1 year, 10 months ago
  49. 2c2aded psa_crypto_aead: add guard for CIPHER_C dependency by Valerio Setti · 2 years ago
  50. 71c14f1 write early data indication in EE msg by Jerry Yu · 2 years, 8 months ago
  51. 985c967 tls13: add more checks for server early data by Jerry Yu · 2 years, 8 months ago
  52. 5132816 Merge pull request #8374 from sergio-nsk/sergio-nsk/8372/2 by Bence Szépkúti · 1 year, 9 months ago
  53. 2db1e35 Merge pull request #8408 from daverodgman/iar-fix-aes by Dave Rodgman · 1 year, 9 months ago
  54. b3d0ed2 Merge pull request #8303 from valeriosetti/issue6316 by Gilles Peskine · 1 year, 9 months ago
  55. 257f6dd Fix builds in conda-forge, which doesn't have CLOCK_BOOTTIME by Tom Cosgrove · 1 year, 9 months ago
  56. 95b7355 Merge pull request #6719 from yuhaoth/pr/tls13-early-data-add-early-data-of-client-hello by Ronald Cron · 1 year, 9 months ago
  57. bbc46b4 cipher: improve code readibility in mbedtls_cipher_setup() by Valerio Setti · 1 year, 9 months ago
  58. d1c4fb0 Support older IAR versions by Dave Rodgman · 1 year, 9 months ago
  59. 79a02de cipher: check that ctx_alloc_func is not NULL before calling it by Valerio Setti · 1 year, 10 months ago
  60. a6c0761 cipher_wrap: fix guards for GCM/CCM AES by Valerio Setti · 1 year, 10 months ago
  61. e86677d pkparse: fix missing guards for pkcs5/12 functions by Valerio Setti · 1 year, 10 months ago
  62. d69d3cd Merge pull request #8298 from daverodgman/sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  63. f842868 Fix MBEDTLS_MAYBE_UNUSED for IAR by Dave Rodgman · 1 year, 10 months ago
  64. 7b71171 Add check_ticket_flags helper function by Pengyu Lv · 1 year, 10 months ago
  65. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  66. 66d5512 Remove dependency on asm/hwcap.h by Dave Rodgman · 1 year, 10 months ago
  67. bcb8102 Merge pull request #8363 from daverodgman/iar-fixes-2 by Dave Rodgman · 1 year, 10 months ago
  68. 235e361 Merge pull request #8339 from lpy4105/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 10 months ago
  69. 2bf0870 Merge pull request #7861 from mpg/cleanup-pk-parse by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  70. edc32ea Uncrustified by Matthias Schulz · 1 year, 10 months ago
  71. 3898f10 Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  72. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 10 months ago
  73. ab40822 Added parameters to add callback function to handle unsupported extensions. Similar to how the callback functions work when parsing certificates. Also added new test cases. by Matthias Schulz · 1 year, 10 months ago
  74. f6f4695 Merge pull request #8320 from valeriosetti/issue8263 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8320-62418dd20b8eccd121a865c3ba2173547b88ffbb
  75. ed5e4e8 Merge branch 'development' into issue/6935/ticket_flags-kex-mode-determination by Pengyu Lv · 1 year, 10 months ago
  76. b47b299 fix various issues by Jerry Yu · 1 year, 10 months ago
  77. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  78. 873a202 Now handling critical extensions similarly to how its done in x509_get_crt_ext just without the callback function to handle unknown extensions. by Matthias Schulz · 1 year, 10 months ago
  79. cc923f3 Added missing like between variables and function body. by Matthias Schulz · 1 year, 10 months ago
  80. adb3cc4 Fixes #8377. by Matthias Schulz · 1 year, 10 months ago
  81. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  82. 745ec5d Fix static initializer warning by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  83. 2fde39a Merge pull request #8283 from daverodgman/more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  84. 9fc1f24 md: restore md.h includes in source files directly using its elements by Valerio Setti · 1 year, 10 months ago
  85. 74cb404 ssl: improve ssl_check_key_curve() by Valerio Setti · 1 year, 10 months ago
  86. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  87. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  88. 0521633 cipher: fix guards in mbedtls_cipher_auth_[encrypt/decrypt]_ext() by Valerio Setti · 1 year, 10 months ago
  89. 52e9548 Fix check for format supported by PSA by Manuel Pégourié-Gonnard · 2 years ago
  90. f1b7633 Use clearer function name by Manuel Pégourié-Gonnard · 2 years ago
  91. 842ffc5 Make code more robust by Manuel Pégourié-Gonnard · 2 years ago
  92. 94cf1f8 Fix a typo in a comment by Manuel Pégourié-Gonnard · 2 years ago
  93. 564bc1b Fix limitation in checking supported alg in pk_sign by Manuel Pégourié-Gonnard · 2 years ago
  94. 53d3e40 Fix unused warnings in dummy definition by Manuel Pégourié-Gonnard · 2 years ago
  95. 12ea63a Abstract away MBEDTLS_PK_PARSE_EC_EXTENDED by Manuel Pégourié-Gonnard · 2 years ago
  96. fac9819 Fix and document return of pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  97. ff72ea9 Rework pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  98. e4c883b New signature for pk_ecc_set_pubkey() by Manuel Pégourié-Gonnard · 2 years ago
  99. 681e30b Rework pk_ecc_set_pubkey_psa_ecp_fallback() by Manuel Pégourié-Gonnard · 2 years ago
  100. 0b8e456 Tune body of pk_ecc_set_pubkey_from_prv() by Manuel Pégourié-Gonnard · 2 years ago