1. 42017cd tls13: cli: write Record Size Limit ext in ClientHello by Yanray Wang · 1 year, 9 months ago
  2. faf70bd ssl_tls13_generic: check value of RecordSizeLimit in helper function by Yanray Wang · 1 year, 8 months ago
  3. a8b4291 tls13: add generic function to write Record Size Limit ext by Yanray Wang · 1 year, 9 months ago
  4. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  5. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  6. e2d3db5 Update mbedtls_ssl_get_output_record_size_limit signature by Waleed-Ziad Maamoun-Elmelegy · 1 year, 7 months ago
  7. a021d63 Merge pull request #8642 from daverodgman/default-compiler-all by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8642-5bad043c061f8161ab0f6fa930d3271e428303fe
  8. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  9. c1c6858 cipher_wrap: fix guards for some CCM/GCM functions by Valerio Setti · 1 year, 7 months ago
  10. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  11. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  12. 6a971fd Refactor and improve Record size limit handling by Waleed Elmelegy · 1 year, 7 months ago
  13. 1fff4f2 psa: add key_type as input parameter of psa_can_do_cipher() by Valerio Setti · 1 year, 7 months ago
  14. 1994e72 check_config/block_cipher: minor improvements by Valerio Setti · 1 year, 7 months ago
  15. a69e872 pkcs[5/12]: add CIPHER_C for [en/de]crypting functions by Valerio Setti · 1 year, 8 months ago
  16. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  17. c6088ec Merge pull request #8384 from paul-elliott-arm/remove_ssl_null_tls12 by Tom Cosgrove · 1 year, 8 months ago
  18. 4bf4473 Merge pull request #8633 from Wenxing-hou/clear_clienthello_comment by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8633-0e6fdc4f1d1bf7093e8a8f43e3cfbc742f1e8b2b
  19. 0e6fdc4 Merge pull request #8342 from yanesca/threading_test_pc by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8342-35085c5e893430886609386ad093131900d68723
  20. 65e3046 Fix code style in ssl_tls.c by Waleed Elmelegy · 1 year, 8 months ago
  21. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  22. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  23. 9f41770 pk_*: remove remaining references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  24. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  25. 1941af0 pk_wrap: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  26. 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
  27. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  28. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  29. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  30. 5033397 cipher_wrap: fix guards for alloc/free functions of CCM/GCM by Valerio Setti · 1 year, 8 months ago
  31. a69c782 Merge pull request #8634 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 8 months ago
  32. d47186d Disable automatic setting of clang target flags on old clang by Dave Rodgman · 1 year, 8 months ago
  33. 7f062a5 pkwrite: add newlines when calling mbedtls_pem_write_buffer() by Valerio Setti · 1 year, 8 months ago
  34. 4bb5740 Revert "pem: auto add newlines to header/footer in mbedtls_pem_write_buffer()" by Valerio Setti · 1 year, 8 months ago
  35. 8860021 Fix false claim of variables used unitialised by Paul Elliott · 1 year, 9 months ago
  36. af616d9 Merge remote-tracking branch 'origin/development' into iar-fixes by Dave Rodgman · 1 year, 8 months ago
  37. 8f1c36d Merge pull request #8607 from valeriosetti/issue8602 by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8607-a085fa8ccff28d178693e9dd745fc9b305c053d9
  38. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  39. 4ff405c block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  40. 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
  41. cddab78 Merge pull request #8630 from joerchan/mbedtls-tfm-compat by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  42. 815b240 Fix unused function/variable warnings from clang by Dave Rodgman · 1 year, 8 months ago
  43. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  44. 785ec17 block_cipher: use PSA_BITS_TO_BYTES() in mbedtls_block_cipher_setkey() by Valerio Setti · 1 year, 8 months ago
  45. 849a1ab block_cipher: remove useless use of psa_cipher_operation_t by Valerio Setti · 1 year, 8 months ago
  46. c6f004f psa_crypto: add internal helper to signal that cipher driver is ready by Valerio Setti · 1 year, 8 months ago
  47. 8ceaa75 psa_util: add error translations from PSA to cipher by Valerio Setti · 1 year, 8 months ago
  48. c1db99d block_cipher: add PSA dispatch if possible by Valerio Setti · 1 year, 8 months ago
  49. 26e3698 Revert back checking on handshake messages length by Waleed Elmelegy · 1 year, 8 months ago
  50. 05d670b Revert "Skip checking on maximum fragment length during handshake" by Waleed Elmelegy · 1 year, 8 months ago
  51. 3b9de38 Make clienthello comment clear by Wenxing Hou · 1 year, 8 months ago
  52. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  53. 69928db Fix compile warning from IAR by Dave Rodgman · 1 year, 8 months ago
  54. 650674b Add MBEDTLS_BSWAPxx intrinsics for IAR by Dave Rodgman · 1 year, 8 months ago
  55. f3c04f3 Better definition of MBEDTLS_IS_BIG_ENDIAN for IAR by Dave Rodgman · 1 year, 8 months ago
  56. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  57. 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  58. ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  59. c5b7285 library: Remove unused psa_crypto_core.h include by Joakim Andersson · 1 year, 8 months ago
  60. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  61. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  62. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  63. 419f841 Skip checking on maximum fragment length during handshake by Waleed Elmelegy · 1 year, 8 months ago
  64. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  65. f3ccfdd Merge pull request #8615 from davidhorstmann-arm/fix-cast-potential-overflow by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8615-779819a4dddd7b00181887962fec9597215d9bf8
  66. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  67. 4749007 Fix possible integer overflows before widening by David Horstmann · 1 year, 8 months ago
  68. 202bb71 ssl_tls12_server: do not export/import opaque keys by Valerio Setti · 1 year, 8 months ago
  69. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  70. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  71. ad4f0ad Merge pull request #8514 from mschulz-at-hilscher/fixes/uninitialized-variable-in-ssl_msg by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8514-40f3f1c36fe9efb4fd6f0bc1bb743855e854a243
  72. 2bd5366 pk: guard key enrollment function with PSA_CRYPTO_CLIENT by Valerio Setti · 1 year, 8 months ago
  73. 95648b0 Some minor improvement by Jerry Yu · 1 year, 8 months ago
  74. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  75. 163e12f remove assignment for `session->max_early_data_size` by Jerry Yu · 1 year, 8 months ago
  76. ebe1de6 fix various issue by Jerry Yu · 1 year, 8 months ago
  77. 9e7f9bc Add missing debug message by Jerry Yu · 1 year, 8 months ago
  78. db97163 add ticket max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  79. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 9 months ago
  80. 0069abc improve comments of new session ticket by Jerry Yu · 1 year, 9 months ago
  81. 1a16070 set max_early_data_size of ticket to keep consistent by Jerry Yu · 1 year, 9 months ago
  82. f135bac Add max_early_data_size check by Jerry Yu · 1 year, 9 months ago
  83. 930ce4c Revert "change max_early_data_size source" by Jerry Yu · 1 year, 9 months ago
  84. 2f5d93b Revert "set init value for max_early_data_size in session" by Jerry Yu · 1 year, 9 months ago
  85. d450fd2 change max_early_data_size source by Jerry Yu · 1 year, 9 months ago
  86. 525990f set init value for max_early_data_size in session by Jerry Yu · 1 year, 9 months ago
  87. db6fda7 improve early data comments by Jerry Yu · 1 year, 9 months ago
  88. 10795a0 replace ticket permission set by Jerry Yu · 1 year, 9 months ago
  89. c2b1bc4 replace early data permission check by Jerry Yu · 1 year, 9 months ago
  90. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 9 months ago
  91. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  92. 3db60df rename nst early data write function by Jerry Yu · 1 year, 9 months ago
  93. fceddb3 Add early data permission check by Jerry Yu · 2 years, 8 months ago
  94. 01da35e add early data extension of NST by Jerry Yu · 2 years, 8 months ago
  95. bced8bc ssl_tls12_server: export/import PK parsed key in TLS side by Valerio Setti · 1 year, 8 months ago
  96. fbbafa0 pkparse: do not set key algorithm for Montgomery keys in pk_ecc_set_key() by Valerio Setti · 1 year, 8 months ago
  97. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  98. 42020fb revert output message which used by testing by Jerry Yu · 1 year, 8 months ago
  99. a1e867c Merge pull request #8576 from yanrayw/issue/fix-tls13-session_negotiate-assignment by Ronald Cron · 1 year, 8 months ago
  100. 4ac2c18 pk_wrap: try both ECDSA signature schemes in ecdsa_sign_psa() by Valerio Setti · 1 year, 8 months ago