1. c1c6858 cipher_wrap: fix guards for some CCM/GCM functions by Valerio Setti · 1 year, 7 months ago
  2. 8c8b4da all.sh: keep PSA_WANT_ALG_[CCM/GCM] enabled in common_block_cipher_dispatch() by Valerio Setti · 1 year, 7 months ago
  3. a0c9c66 analyze_outcomes: ignore only test concerning AES/ARIA/Camellia in CMAC by Valerio Setti · 1 year, 7 months ago
  4. 160b2bd test_suite_cmac: add used key type to all test cases by Valerio Setti · 1 year, 7 months ago
  5. 0635cca analyze_outcomes: update skipped tests following latest changes to all.sh by Valerio Setti · 1 year, 7 months ago
  6. cd21d4e all.sh: keep legacy cipher modes enabled in test_full_block_cipher_legacy_dispatch() by Valerio Setti · 1 year, 7 months ago
  7. 1fff4f2 psa: add key_type as input parameter of psa_can_do_cipher() by Valerio Setti · 1 year, 7 months ago
  8. 9a4cc12 test_suite_block_cipher.psa: remove misleading initial comment by Valerio Setti · 1 year, 7 months ago
  9. 1994e72 check_config/block_cipher: minor improvements by Valerio Setti · 1 year, 7 months ago
  10. ab0494f analyze_outcomes: update comments of skipped tests by Valerio Setti · 1 year, 7 months ago
  11. 5f665c3 analyze_outcomes: add exceptions to disparities for block_cipher dispatch by Valerio Setti · 1 year, 8 months ago
  12. 9afa329 analyze_outcomes: allow ignored test suites to have a dot in the name by Valerio Setti · 1 year, 8 months ago
  13. 45c84fe test_suite_ccm: add missing BLOCK_CIPHER_PSA_[INIT/DONE]() by Valerio Setti · 1 year, 8 months ago
  14. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  15. bfa675f adjust_legacy_crypto: add macros for CCM/GCM capabilities with key types by Valerio Setti · 1 year, 8 months ago
  16. 5033397 cipher_wrap: fix guards for alloc/free functions of CCM/GCM by Valerio Setti · 1 year, 8 months ago
  17. 4a8ef7c all.sh: disable legacy AES/ARIA/CAMELLIA in test_full_block_cipher_psa_dispatch by Valerio Setti · 1 year, 8 months ago
  18. 4ff405c block_cipher: remove psa_key_type from mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  19. 52ab8fa analyze_outcomes/all.sh: add reference component and entry for coverage comparison by Valerio Setti · 1 year, 8 months ago
  20. efdb826 all.sh: keep CIPHER_C enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
  21. bd7528a ccm/gcm: use BLOCK_CIPHER whenever possible by Valerio Setti · 1 year, 8 months ago
  22. 4a5d57d adjust_legacy_crypto: enable BLOCK_CIPHER also when a driver is available by Valerio Setti · 1 year, 8 months ago
  23. ac7df14 test_suite_block_cipher: fix unused variable when !MBEDTLS_BLOCK_CIPHER_SOME_PSA by Valerio Setti · 1 year, 8 months ago
  24. 2684e3f config_adjust_legacy_crypto: fix typo by Valerio Setti · 1 year, 8 months ago
  25. 785ec17 block_cipher: use PSA_BITS_TO_BYTES() in mbedtls_block_cipher_setkey() by Valerio Setti · 1 year, 8 months ago
  26. 291571b block_cipher: add MBEDTLS_PRIVATE to new PSA fields in mbedtls_block_cipher_context_t by Valerio Setti · 1 year, 8 months ago
  27. c483122 all.sh: keep PSA_WANT_ALG_[GCM/CCM] enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
  28. 849a1ab block_cipher: remove useless use of psa_cipher_operation_t by Valerio Setti · 1 year, 8 months ago
  29. 1cf81c3 test_suite_block_cipher: add new data file for PSA/legacy dispatch test by Valerio Setti · 1 year, 8 months ago
  30. 10e9aa2 tests: add PSA_INIT/PSA_DONE to CCM and GCM test suites by Valerio Setti · 1 year, 8 months ago
  31. f8e6cba all.sh: add new component for block_cipher dispatch to PSA by Valerio Setti · 1 year, 8 months ago
  32. 4bc7fac crypto_builtin_composites: add missing guards for includes by Valerio Setti · 1 year, 8 months ago
  33. c0f9bbc check_config: use new helpers for legacy GCM_C/CCM_C by Valerio Setti · 1 year, 8 months ago
  34. 8bba087 adjust_legacy_crypto: add helpers for block ciphers capabilities by Valerio Setti · 1 year, 8 months ago
  35. c6f004f psa_crypto: add internal helper to signal that cipher driver is ready by Valerio Setti · 1 year, 8 months ago
  36. 8ceaa75 psa_util: add error translations from PSA to cipher by Valerio Setti · 1 year, 8 months ago
  37. c1db99d block_cipher: add PSA dispatch if possible by Valerio Setti · 1 year, 8 months ago
  38. 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
  39. 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  40. bdba26c Merge pull request #8626 from davidhorstmann-arm/fix-uninit-mpi-test by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8626-7404af6ec3befe5b188b8b776f42cb1db6da74d8
  41. 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  42. ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  43. b4362d2 Merge pull request #8523 from tom-daubney-arm/modify_check_generated_files_script by Gilles Peskine · 1 year, 8 months ago
  44. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  45. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  46. e04a97a Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
  47. 0f60c67 Merge pull request #8619 from davidhorstmann-arm/fix-selftest-doublefree by Paul Elliott · 1 year, 8 months ago gh-readonly-queue/development/pr-8619-90d07118ad0108b9d1f61524173d801c6e8ce781
  48. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  49. f05b768 Use existing variable containing full path by Thomas Daubney · 1 year, 8 months ago
  50. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  51. d90fbf7 Adjuest checks in generate_key_rsa suite by Pengyu Lv · 1 year, 8 months ago
  52. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  53. 64cd2f2 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  54. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  55. abeca02 Remove test_psa_crypto_config_accel_rsa_signature by Pengyu Lv · 1 year, 8 months ago
  56. 98a90c6 Fix various issue by Pengyu Lv · 1 year, 8 months ago
  57. dce183f Remove the duplicate cases and add early_data_file option by Xiaokang Qian · 1 year, 8 months ago
  58. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  59. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  60. 864c62a Add one test case with early_data_file by Xiaokang Qian · 1 year, 8 months ago
  61. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  62. dd8a7f8 Revert the early data test case by Xiaokang Qian · 1 year, 8 months ago
  63. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  64. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  65. 3cd16c4 Add analyze_driver_vs_reference_rsa for analyze_outcomes by Pengyu Lv · 1 year, 8 months ago
  66. 9e976f3 Conditionally check the attribute of generated RSA key by Pengyu Lv · 1 year, 8 months ago
  67. f1cacad Correctly use asymmetric encrypt/decrypt driver by Pengyu Lv · 1 year, 8 months ago
  68. e705f57 Add components to test crypto_full w/wo accelerated RSA by Pengyu Lv · 1 year, 8 months ago
  69. 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
  70. 779819a Merge pull request #8613 from bensze01/valgrind-only-in-nightlies by Dave Rodgman · 1 year, 8 months ago
  71. 42d78c7 Merge pull request #8550 from gabor-mezei-arm/tf_psa_crypto_change_log_support by Gilles Peskine · 1 year, 8 months ago
  72. 57e401b Merge pull request #8521 from valeriosetti/issue8441 by Gilles Peskine · 1 year, 8 months ago
  73. 4749007 Fix possible integer overflows before widening by David Horstmann · 1 year, 8 months ago
  74. 202bb71 ssl_tls12_server: do not export/import opaque keys by Valerio Setti · 1 year, 8 months ago
  75. 0354d04 Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago
  76. acd7baf driver-only-build: update AEADs section by Valerio Setti · 1 year, 8 months ago
  77. d9c69d1 Merge pull request #8513 from mschulz-at-hilscher/feature/explicitly-accessing-private-fields-in-benchmark by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8513-ad4f0ada3765a9e3b5066784c26cbe79f1cfb3c5
  78. 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
  79. 1e3fcc5 config-tfm: fix typo in comment by Valerio Setti · 1 year, 8 months ago
  80. 69402fd changelog: fix typos and working by Valerio Setti · 1 year, 8 months ago
  81. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  82. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  83. 95648b0 Some minor improvement by Jerry Yu · 1 year, 8 months ago
  84. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  85. 163e12f remove assignment for `session->max_early_data_size` by Jerry Yu · 1 year, 8 months ago
  86. ebe1de6 fix various issue by Jerry Yu · 1 year, 8 months ago
  87. 9e7f9bc Add missing debug message by Jerry Yu · 1 year, 8 months ago
  88. db97163 add ticket max_early_data_size check by Jerry Yu · 1 year, 8 months ago
  89. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 9 months ago
  90. 0069abc improve comments of new session ticket by Jerry Yu · 1 year, 9 months ago
  91. 1a16070 set max_early_data_size of ticket to keep consistent by Jerry Yu · 1 year, 9 months ago
  92. f135bac Add max_early_data_size check by Jerry Yu · 1 year, 9 months ago
  93. 930ce4c Revert "change max_early_data_size source" by Jerry Yu · 1 year, 9 months ago
  94. 2f5d93b Revert "set init value for max_early_data_size in session" by Jerry Yu · 1 year, 9 months ago
  95. d450fd2 change max_early_data_size source by Jerry Yu · 1 year, 9 months ago
  96. 525990f set init value for max_early_data_size in session by Jerry Yu · 1 year, 9 months ago
  97. db6fda7 improve early data comments by Jerry Yu · 1 year, 9 months ago
  98. 10795a0 replace ticket permission set by Jerry Yu · 1 year, 9 months ago
  99. c2b1bc4 replace early data permission check by Jerry Yu · 1 year, 9 months ago
  100. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 9 months ago