1. c1c6858 cipher_wrap: fix guards for some CCM/GCM functions by Valerio Setti · 1 year, 7 months ago
  2. 1fff4f2 psa: add key_type as input parameter of psa_can_do_cipher() by Valerio Setti · 1 year, 7 months ago
  3. 1994e72 check_config/block_cipher: minor improvements by Valerio Setti · 1 year, 7 months ago
  4. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  5. 5033397 cipher_wrap: fix guards for alloc/free functions of CCM/GCM by Valerio Setti · 1 year, 8 months ago
  6. 4ff405c block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  7. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  8. 785ec17 block_cipher: use PSA_BITS_TO_BYTES() in mbedtls_block_cipher_setkey() by Valerio Setti · 1 year, 8 months ago
  9. 849a1ab block_cipher: remove useless use of psa_cipher_operation_t by Valerio Setti · 1 year, 8 months ago
  10. c6f004f psa_crypto: add internal helper to signal that cipher driver is ready by Valerio Setti · 1 year, 8 months ago
  11. 8ceaa75 psa_util: add error translations from PSA to cipher by Valerio Setti · 1 year, 8 months ago
  12. c1db99d block_cipher: add PSA dispatch if possible by Valerio Setti · 1 year, 8 months ago
  13. 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
  14. 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  15. ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  16. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  17. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  18. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  19. 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
  20. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  21. 4749007 Fix possible integer overflows before widening by David Horstmann · 1 year, 8 months ago
  22. 202bb71 ssl_tls12_server: do not export/import opaque keys by Valerio Setti · 1 year, 8 months ago
  23. 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
  24. 95648b0 Some minor improvement by Jerry Yu · 1 year, 8 months ago
  25. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  26. 163e12f remove assignment for `session->max_early_data_size` by Jerry Yu · 1 year, 8 months ago
  27. ebe1de6 fix various issue by Jerry Yu · 1 year, 8 months ago
  28. 9e7f9bc Add missing debug message by Jerry Yu · 1 year, 8 months ago
  29. db97163 add ticket max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  30. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 9 months ago
  31. 0069abc improve comments of new session ticket by Jerry Yu · 1 year, 9 months ago
  32. 1a16070 set max_early_data_size of ticket to keep consistent by Jerry Yu · 1 year, 9 months ago
  33. f135bac Add max_early_data_size check by Jerry Yu · 1 year, 9 months ago
  34. 930ce4c Revert "change max_early_data_size source" by Jerry Yu · 1 year, 9 months ago
  35. 2f5d93b Revert "set init value for max_early_data_size in session" by Jerry Yu · 1 year, 9 months ago
  36. d450fd2 change max_early_data_size source by Jerry Yu · 1 year, 9 months ago
  37. 525990f set init value for max_early_data_size in session by Jerry Yu · 1 year, 9 months ago
  38. db6fda7 improve early data comments by Jerry Yu · 1 year, 9 months ago
  39. 10795a0 replace ticket permission set by Jerry Yu · 1 year, 9 months ago
  40. c2b1bc4 replace early data permission check by Jerry Yu · 1 year, 9 months ago
  41. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 9 months ago
  42. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  43. 3db60df rename nst early data write function by Jerry Yu · 1 year, 9 months ago
  44. fceddb3 Add early data permission check by Jerry Yu · 2 years, 8 months ago
  45. 01da35e add early data extension of NST by Jerry Yu · 2 years, 8 months ago
  46. bced8bc ssl_tls12_server: export/import PK parsed key in TLS side by Valerio Setti · 1 year, 8 months ago
  47. fbbafa0 pkparse: do not set key algorithm for Montgomery keys in pk_ecc_set_key() by Valerio Setti · 1 year, 8 months ago
  48. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  49. 42020fb revert output message which used by testing by Jerry Yu · 1 year, 8 months ago
  50. a1e867c Merge pull request #8576 from yanrayw/issue/fix-tls13-session_negotiate-assignment by Ronald Cron · 1 year, 8 months ago
  51. 4ac2c18 pk_wrap: try both ECDSA signature schemes in ecdsa_sign_psa() by Valerio Setti · 1 year, 8 months ago
  52. ebb1b1d fix ci test failure by Jerry Yu · 1 year, 8 months ago
  53. b55f9eb fix various issues by Jerry Yu · 1 year, 8 months ago
  54. 83e0de8 crypto_extra: revert changes to mbedtls_psa_random_free() by Valerio Setti · 1 year, 8 months ago
  55. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  56. 5f4b28d ctr_drbg: add alternative PSA implementation when AES_C is not defined by Valerio Setti · 1 year, 9 months ago
  57. 9afc020 Merge pull request #8563 from Oldes/issues-8562 by Dave Rodgman · 1 year, 8 months ago
  58. 7bb40a3 send unexpected alert when not received eoed or app during reading early data by Jerry Yu · 1 year, 8 months ago
  59. fbf0399 Send decode error alert when EOED parsing fail by Jerry Yu · 1 year, 8 months ago
  60. 3be8507 fix various issues by Jerry Yu · 1 year, 8 months ago
  61. 744577a tls13: early_data: cli: check a PSK has been selected in EE by Yanray Wang · 1 year, 8 months ago
  62. f1be1f6 Remove unused code by Dave Rodgman · 1 year, 8 months ago
  63. 304fa09 Shortening a comment line by Oldes Huhuman · 1 year, 8 months ago
  64. 9ae6534 tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  65. 03a0076 tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  66. 0af63dc improve comments and output message by Jerry Yu · 1 year, 8 months ago
  67. ee4d729 print received early application data by Jerry Yu · 1 year, 8 months ago
  68. e965512 switch inbound transform to handshake by Jerry Yu · 1 year, 8 months ago
  69. 75c9ab7 implement parser of eoed by Jerry Yu · 1 year, 8 months ago
  70. b4ed460 implement coordinate of eoed by Jerry Yu · 1 year, 8 months ago
  71. d5c3496 Add dummy framework of eoed state by Jerry Yu · 1 year, 8 months ago
  72. 59d420f empty process_end_of_early_data by Jerry Yu · 1 year, 8 months ago
  73. 857d29f Merge pull request #8528 from yanrayw/issue/6933/parse-max_early_data_size by Ronald Cron · 1 year, 8 months ago
  74. 9b72e39 re-introduce process_wait_flight2 by Jerry Yu · 1 year, 8 months ago
  75. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  76. e72dfff tls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  77. 2bef7fb tls13: early_data: cli: remove guard to fix failure by Yanray Wang · 1 year, 8 months ago
  78. 059f66c Remove redundant check by Dave Rodgman · 1 year, 8 months ago
  79. 6eee57b Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 8 months ago
  80. 12d1c3a Use MBEDTLS_HAVE_NEON_INTRINSICS in aesce by Dave Rodgman · 1 year, 8 months ago
  81. d879b47 tidy up macros in mbedtls_xor by Dave Rodgman · 1 year, 8 months ago
  82. 59059ec Merge remote-tracking branch 'origin/development' into msft-aarch64 by Dave Rodgman · 1 year, 8 months ago
  83. b3e207d tls13: early_data: cli: rename early_data parser in nst by Yanray Wang · 1 year, 8 months ago
  84. 0790041 Revert "tls13: early_data: cli: remove nst_ prefix" by Yanray Wang · 1 year, 8 months ago
  85. 10dfe76 Merge pull request #8573 from daverodgman/iar-aesce2 by Dave Rodgman · 1 year, 8 months ago
  86. f4bad42 itls13: early_data: cli: improve comment by Yanray Wang · 1 year, 8 months ago
  87. a29db7d tls13: early_data: cli: assign ciphersuite properly by Yanray Wang · 1 year, 8 months ago
  88. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  89. fb96d80 Merge pull request #8569 from yuhaoth/pr/fix-warning-on-arm64-gcc-5.4 by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8569-172c0b930f39caa65271faa294fcf17f71d8bd42
  90. 92787e4 fix wrong gcc version check by Jerry Yu · 1 year, 8 months ago
  91. e743aa7 add non-gcc arm_neon support by Jerry Yu · 1 year, 8 months ago
  92. d33f7a8 improve document by Jerry Yu · 1 year, 8 months ago
  93. 71fada1 Guards neon path by Jerry Yu · 1 year, 8 months ago
  94. 5b96b81 Revert "fix build warning with arm64 gcc 5.4" by Jerry Yu · 1 year, 8 months ago
  95. 410ad44 Disable hw AES on Arm for IAR by Dave Rodgman · 1 year, 8 months ago
  96. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  97. da3c206 fix build warning with arm64 gcc 5.4 by Jerry Yu · 1 year, 8 months ago
  98. 4e9d5aa Merge pull request #8515 from mschulz-at-hilscher/fixes/pragma-error-gcc452 by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8515-9fbac381e6893c2de465b9bbd196a23b02163237
  99. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  100. c94f8f1 Merge pull request #8551 from daverodgman/sign-conversion-part1 by Dave Rodgman · 1 year, 8 months ago