1. b54b531 fix msvc build faile by Jerry Yu · 3 years, 8 months ago
  2. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  3. d0fcf7f fix ci fail by Jerry Yu · 3 years, 8 months ago
  4. d04fd35 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
  5. a15f3cc Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  6. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  7. 1dc3c45 Merge pull request #5295 from paul-elliott-arm/crypt_and_hash_prog by Gilles Peskine · 3 years, 8 months ago
  8. d31da1c Merge pull request #5270 from davidhorstmann-arm/improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
  9. f401458 Merge pull request #5294 from paul-elliott-arm/ssl_context_info_prog by Gilles Peskine · 3 years, 8 months ago
  10. 9c8c243 Merge pull request #5296 from paul-elliott-arm/test_suite_ssl_returns by Gilles Peskine · 3 years, 8 months ago
  11. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  12. ef9ccca Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  13. d79d3eb Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
  14. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  15. 3820c15 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  16. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  17. d7d740e Merge pull request #5236 from gabor-mezei-arm/4926_base64_move_constant-time_functions by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  18. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  19. b873577 Merge pull request #5240 from duckpowermb/development by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  20. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  21. cfe74a3 mbedtls_ssl_handshake_params: move ecrs_ctx back further by Gilles Peskine · 3 years, 8 months ago
  22. b3ec69d mbedtls_ssl_config: better document former bit-fields by Gilles Peskine · 3 years, 8 months ago
  23. 41139a2 mbedtls_ssl_handshake_params: move group_list earlier to save code size by Gilles Peskine · 3 years, 8 months ago
  24. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  25. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  26. 45b91c9 Merge pull request #5269 from daverodgman/fix-builds-with-only-mbedtls_bignum_c-defined-development by Gilles Peskine · 3 years, 8 months ago
  27. d7c0910 Merge pull request #5242 from paul-elliott-arm/explain_TLS13_decision by Dave Rodgman · 3 years, 8 months ago
  28. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  29. aa1e985 Add changelog entry for build error fixes by Gilles Peskine · 3 years, 8 months ago
  30. 3d5dfa5 Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
  31. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  32. 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
  33. 2c315a8 remove unused function by Jerry Yu · 3 years, 8 months ago
  34. c502dff fix TLS1.3 name issue by Jerry Yu · 3 years, 8 months ago
  35. 7918efe Refactor to avoid duplicate add_* by Jerry Yu · 3 years, 8 months ago
  36. 882c30d Merge CAFILE and Certificate by Jerry Yu · 3 years, 8 months ago
  37. b4ac8f3 fix various issues by Jerry Yu · 3 years, 8 months ago
  38. dda036d rename ecdsa_secp*sha* to ecdsa_secp* by Jerry Yu · 3 years, 8 months ago
  39. 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
  40. 55ee769 Fix out-of-source build fail by Jerry Yu · 3 years, 8 months ago
  41. f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
  42. cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
  43. 31018ad Add tls13 compat tests with bash scripts by Jerry Yu · 3 years, 8 months ago
  44. c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
  45. d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
  46. 26fa7dc Remove rsa_pss_rsae_sha256 test from ssl-opt.sh by Jerry Yu · 3 years, 8 months ago
  47. 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  48. 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  49. 0f99af8 Add keys for tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  50. 8c5559d Add HelloRetryRequst tests by Jerry Yu · 3 years, 9 months ago
  51. 936dffd Add certificate request check by Jerry Yu · 3 years, 9 months ago
  52. 6eaa41c Fix overflow error by Jerry Yu · 3 years, 9 months ago
  53. 8f9d7db Add unsupported version check by Jerry Yu · 3 years, 9 months ago
  54. 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
  55. f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  56. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  57. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  58. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  59. c9586db tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  60. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  61. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  62. d4c2c9b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  63. ef6ffe3 psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
  64. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  65. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  66. 72b25da tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  67. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  68. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  69. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  70. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  71. 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  72. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  73. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  74. fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  75. 56f7897 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  76. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  77. d21e6b7 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  78. ae4a690 tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  79. 18cd8db tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  80. 40e46cf tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  81. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  82. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  83. 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago
  84. d895f52 Merge pull request #5197 from gilles-peskine-arm/pip-requirements by Gilles Peskine · 3 years, 8 months ago
  85. 28de59c Merge pull request #5246 from adeaarm/development by Gilles Peskine · 3 years, 8 months ago
  86. 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
  87. cce0f5a Fix typo by Paul Elliott · 3 years, 8 months ago
  88. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago
  89. 3d57afe Correct default requirements file name in help by Gilles Peskine · 3 years, 8 months ago
  90. 9a37ff6 tests: psa: aead: Fix operation type in entry point prototypes by Ronald Cron · 3 years, 8 months ago
  91. c0d335b Second draft of explanation by Paul Elliott · 3 years, 8 months ago
  92. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  93. 26f60b3 Add Cryptodome to maintainer requirements by Gilles Peskine · 3 years, 8 months ago
  94. b3e5340 Clarify comment by Gilles Peskine · 3 years, 8 months ago
  95. 2673aa5 Remove accidental requirement on the worktree content by Gilles Peskine · 3 years, 8 months ago
  96. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  97. e2b6866 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 3 years, 8 months ago
  98. fe08944 Fix spelling error by Paul Elliott · 3 years, 8 months ago
  99. 89c8e09 Convert tabs to spaces by Paul Elliott · 3 years, 8 months ago
  100. 533a728 mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago