1. c7cc83c Merge pull request #1119 from davidhorstmann-arm/psa-buffer-copy-fn by Dave Rodgman · 1 year, 8 months ago
  2. a575a5a Improve description of psa_crypto_input_copy_alloc by David Horstmann · 1 year, 9 months ago
  3. 9db1448 Use initializers in alloc functions by David Horstmann · 1 year, 9 months ago
  4. 31003ff Add casts to local input / output initializers by David Horstmann · 1 year, 9 months ago
  5. 89875a4 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  6. f173405 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  7. 2f307b4 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  8. 671f5f5 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  9. 9abf535 Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  10. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  11. bab3e76 Fix code style in psa_crypto_core.h by David Horstmann · 1 year, 9 months ago
  12. c5cc1c3 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  13. 777e741 Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  14. 1b7279a Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  15. c335a4e Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  16. dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
  17. cba4091 Merge pull request #8516 from mschulz-at-hilscher/fixes/divided-assembler-syntax-error-gcc493 by Dave Rodgman · 1 year, 9 months ago
  18. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  19. e94525b Updated comments. by Matthias Schulz · 1 year, 9 months ago
  20. 35842f5 Simplified check. by Matthias Schulz · 1 year, 9 months ago
  21. ca8981c Added proposed fixes by Matthias Schulz · 1 year, 9 months ago
  22. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  23. 76fa16c block_cipher: add encrypt() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  24. 3e0884f block_cipher: add setkey() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  25. 2171876 Start adding internal module block_cipher.c by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  26. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  27. 2e068ce fixes invalid default choice of thumb assembler syntax. by Matthias Schulz · 1 year, 9 months ago
  28. 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
  29. 9467ea3 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  30. ba3c7d6 Add implementation of psa_crypto_output_alloc() by David Horstmann · 1 year, 9 months ago
  31. dfa14cb Add function prototypes for psa_crypto_output fns by David Horstmann · 1 year, 9 months ago
  32. e6042ff Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  33. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  34. 0d22539 Merge pull request #8468 from daverodgman/mbedtls-3.5.1-pr by Dave Rodgman · 1 year, 9 months ago
  35. 4ac7885 Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  36. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  37. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  38. 65458fa ssl: MBEDTLS_SSL_HAVE_* in ssl_misc.h by Pengyu Lv · 1 year, 9 months ago
  39. 829dd20 ssl: use MBEDTLS_SSL_HAVE_* in ssl_ciphersuites.c by Pengyu Lv · 1 year, 9 months ago
  40. f1b86b0 ssl: add macro to indicate CBC mode is available by Pengyu Lv · 1 year, 9 months ago
  41. e870cc8 ssl: add macro for available key types by Pengyu Lv · 1 year, 9 months ago
  42. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  43. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  44. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  45. 2bea94c check the ticket version unconditional by Jerry Yu · 1 year, 9 months ago
  46. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  47. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  48. 44670c6 Revert "TLS 1.3: SRV: Don't select ephemeral mode on resumption" by Pengyu Lv · 1 year, 9 months ago
  49. 6fd4c7c Add prototypes for psa_crypto_input_copy API by David Horstmann · 1 year, 9 months ago
  50. b3de694 Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  51. 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
  52. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  53. 49a7276 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  54. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  55. ce38adb Fix header in ssl_tls13_keys.c by Dave Rodgman · 1 year, 9 months ago
  56. f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
  57. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  58. 72ab8ad Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  59. 2b79cba Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  60. f4bbb63 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  61. 0fee689 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  62. 83eef38 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  63. 1d838b2 Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  64. 8978f5c Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  65. fde9739 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  66. e91d7c5 Update comment to mention IAR by Dave Rodgman · 1 year, 9 months ago cvv-code-size
  67. 960b7eb move psk check to EE message on client side by Jerry Yu · 1 year, 9 months ago
  68. 82fd6c1 Add selected key and ciphersuite check by Jerry Yu · 1 year, 9 months ago
  69. ce3b95e move ticket version check by Jerry Yu · 1 year, 9 months ago
  70. 454dda3 fix various issues by Jerry Yu · 1 year, 9 months ago
  71. 9ba640d Simplify use of __has_builtin by Dave Rodgman · 1 year, 9 months ago
  72. 90c8ac2 Add case for MSVC by Dave Rodgman · 1 year, 9 months ago
  73. 64bdeb8 Use non-empty definition for fallback by Dave Rodgman · 1 year, 9 months ago
  74. 52e7052 tidy up comments by Dave Rodgman · 1 year, 9 months ago
  75. 3e5cc17 Reduce code size in mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  76. 6d2c1b3 Restructure mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  77. fb24a84 Introduce MBEDTLS_ASSUME by Dave Rodgman · 2 years, 1 month ago
  78. dbd1e0d tls13: add helpers to check if psk[_ephemeral] allowed by ticket by Pengyu Lv · 1 year, 9 months ago
  79. 29daf4a tls13: server: fully check ticket_flags with available kex mode. by Pengyu Lv · 1 year, 9 months ago
  80. af45b83 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  81. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  82. 3857bad Merge pull request #8427 from tom-cosgrove-arm/fix-linux-builds-in-conda-forge by Tom Cosgrove · 1 year, 9 months ago
  83. 467271d ssl_misc: ignore ALG_CBC_PKCS7 for MBEDTLS_SSL_HAVE_xxx_CBC by Valerio Setti · 1 year, 9 months ago
  84. 1ebb6cd ssl_misc: add internal MBEDTLS_SSL_HAVE_[AES/ARIA/CAMELLIA]_CBC symbols by Valerio Setti · 1 year, 9 months ago
  85. cfb23b8 tls13: server: parse pre_shared_key only when some psk is selectable by Pengyu Lv · 1 year, 9 months ago
  86. 800f2b7 AES-NI: use target attributes for x86 32-bit intrinsics by Beniamin Sandu · 1 year, 9 months ago
  87. 36fe8b9 psa_crypto_cipher: add guard for unused variable by Valerio Setti · 1 year, 10 months ago
  88. 1e21f26 psa_crypto_cipher: add helper to validate PSA cipher values by Valerio Setti · 1 year, 10 months ago
  89. 4a24982 psa_crypto_cipher: add mbedtls_cipher_values_from_psa() by Valerio Setti · 1 year, 10 months ago
  90. 2c2aded psa_crypto_aead: add guard for CIPHER_C dependency by Valerio Setti · 2 years ago
  91. 71c14f1 write early data indication in EE msg by Jerry Yu · 2 years, 8 months ago
  92. 985c967 tls13: add more checks for server early data by Jerry Yu · 2 years, 8 months ago
  93. 5132816 Merge pull request #8374 from sergio-nsk/sergio-nsk/8372/2 by Bence Szépkúti · 1 year, 9 months ago
  94. 2db1e35 Merge pull request #8408 from daverodgman/iar-fix-aes by Dave Rodgman · 1 year, 9 months ago
  95. b3d0ed2 Merge pull request #8303 from valeriosetti/issue6316 by Gilles Peskine · 1 year, 9 months ago
  96. 257f6dd Fix builds in conda-forge, which doesn't have CLOCK_BOOTTIME by Tom Cosgrove · 1 year, 9 months ago
  97. 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
  98. bbc46b4 cipher: improve code readibility in mbedtls_cipher_setup() by Valerio Setti · 1 year, 9 months ago
  99. d1c4fb0 Support older IAR versions by Dave Rodgman · 1 year, 9 months ago
  100. 79a02de cipher: check that ctx_alloc_func is not NULL before calling it by Valerio Setti · 1 year, 10 months ago