1. c0ae569 Make lcov.sh run from the build directory by Thomas Daubney · 1 year, 10 months ago
  2. 11120f9 Modify lcov.sh to work in tf-psa-crypto as well by Thomas Daubney · 1 year, 10 months ago
  3. fb72969 Merge pull request #8335 from valeriosetti/issue8301 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  4. 8733b4c Merge pull request #8388 from paul-elliott-arm/fix_check_set_padding by Gilles Peskine · 1 year, 10 months ago
  5. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 10 months ago
  6. 3bda79b Move initialisation in test to before first test by Paul Elliott · 1 year, 10 months ago
  7. 2cff820 analyze_outcomes: add new_section() method to the Results class by Valerio Setti · 1 year, 10 months ago
  8. 39d4b9d analyze_outcomes: fix format interpolation errors by Valerio Setti · 1 year, 10 months ago
  9. 0ea1b8f Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-7982-f6f4695824d6522c66a6347bf58e2d0e32260b84
  10. f6f4695 Merge pull request #8320 from valeriosetti/issue8263 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8320-62418dd20b8eccd121a865c3ba2173547b88ffbb
  11. 62418dd Merge pull request #8350 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-write by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8350-d44ee9e6d13ff10b99a55150d1d0b3d2a5b2013c
  12. d44ee9e Merge pull request #8351 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-req by Paul Elliott · 1 year, 10 months ago
  13. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  14. 2e37d7b Merge pull request #8121 from gilles-peskine-arm/ssl-test-no-legacy by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  15. 735794c analyze_outcomes: fix missing format for args/kwargs by Valerio Setti · 1 year, 10 months ago
  16. 9534dfd Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  17. 4a493b2 Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  18. 781c234 analyze_oucomes: do not return Results instance passed as parameter by Valerio Setti · 1 year, 10 months ago
  19. 9726aea Merge pull request #8376 from mpg/ecp-light-check-config by Manuel Pégourié-Gonnard · 1 year, 10 months ago gh-readonly-queue/development/pr-8376-2fde39a22c99d5fae16d02e02f1cbc23c9ce6194
  20. 8070dbe analyze_outcomes: keep print_line() method non-static by Valerio Setti · 1 year, 10 months ago
  21. f6f64cf analyze_outcomes: code style improvement by Valerio Setti · 1 year, 10 months ago
  22. 8d178be analyze_outcomes: fix return value in case of test failure by Valerio Setti · 1 year, 10 months ago
  23. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  24. 9a42730 all.sh: fix comment by Valerio Setti · 1 year, 10 months ago
  25. 40314fc analyze_outcomes: fix newlines by Valerio Setti · 1 year, 10 months ago
  26. f075e47 analyze_outcomes: reset name of TestLog to Results by Valerio Setti · 1 year, 10 months ago
  27. 3f33989 analyze_outcomes: use a single TestLog instance and do not delay output by Valerio Setti · 1 year, 10 months ago
  28. fb2750e analyze_outcomes: exit immediately in case of invalid task by Valerio Setti · 1 year, 10 months ago
  29. 745ec5d Fix static initializer warning by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  30. 6d42921 Require at least on curve for ECP_LIGHT by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  31. 5329ff0 analyze_outcomes: print task list directly to stdout by Valerio Setti · 1 year, 10 months ago
  32. 2fde39a Merge pull request #8283 from daverodgman/more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  33. 41bc798 Tidy-up by Dave Rodgman · 1 year, 10 months ago
  34. f3803a1 Cleanup validation interface by Dave Rodgman · 1 year, 10 months ago
  35. 9fc1f24 md: restore md.h includes in source files directly using its elements by Valerio Setti · 1 year, 10 months ago
  36. b0c618e analyze_outcomes: minor improvements by Valerio Setti · 1 year, 10 months ago
  37. 74cb404 ssl: improve ssl_check_key_curve() by Valerio Setti · 1 year, 10 months ago
  38. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  39. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  40. 0521633 cipher: fix guards in mbedtls_cipher_auth_[encrypt/decrypt]_ext() by Valerio Setti · 1 year, 10 months ago
  41. 5f5573f cipher: reintroduce symbol for legacy AEAD support by Valerio Setti · 1 year, 10 months ago
  42. 28b5633 Merge pull request #7942 from tom-daubney-arm/psa_crypto_example_hash by Gilles Peskine · 1 year, 10 months ago
  43. 195411b Merge pull request #8062 from yanrayw/save_stack_usage_pkwrite by Bence Szépkúti · 1 year, 10 months ago
  44. 73cb6f8 Merge pull request #8360 from Mbed-TLS/revert-8352-iar-fixes by Gilles Peskine · 1 year, 10 months ago
  45. 2457bcd Tidy up logic for MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 10 months ago
  46. cc88ccd Include existing Makefile by Dave Rodgman · 1 year, 10 months ago
  47. 9a32632 Fix 3rdparty/Makefile.inc when included recursively by Gilles Peskine · 1 year, 10 months ago
  48. 97a6231 Revert "Fix a few IAR warnings" by Gilles Peskine · 1 year, 10 months ago revert-8352-iar-fixes
  49. 0badeb4 Fix changelog code style issue by Waleed Elmelegy · 1 year, 10 months ago
  50. 107c60c Fix changelog style issue by Waleed Elmelegy · 1 year, 10 months ago
  51. 5867465 Fix code style issue in cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  52. eade3fe Fix code style issue in cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  53. 2d67e3a Merge pull request #8352 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 10 months ago
  54. 193e383 check_config: fix typo causing build issues with only CCM enabled by Valerio Setti · 1 year, 10 months ago
  55. 71f2e39 Merge pull request #8345 from mcagriaksoy/branch_issue_8344 by Tom Cosgrove · 1 year, 10 months ago
  56. 584c810 Use a block to save 12b by Dave Rodgman · 1 year, 10 months ago
  57. 351a81c Keep initialisation of p in its original location by Dave Rodgman · 1 year, 10 months ago
  58. bcb1818 Fix IAR 'transfer of control bypasses initialization' warnings by Dave Rodgman · 1 year, 10 months ago
  59. 4b779be Merge branch 'development' into more-aes-checks by Dave Rodgman · 1 year, 10 months ago
  60. 737cfe1 Add changelog entry for x509 cert_req null dereference fix by Waleed Elmelegy · 1 year, 10 months ago
  61. ac97af2 Fix possible NULL dereference issue in X509 cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  62. 1444c0e Add changelog entry for x509 cert_write null dereference fix by Waleed Elmelegy · 1 year, 10 months ago
  63. 476c119 Fix possible NULL dereference issue in X509 cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  64. 54bb76e Merge pull request #8348 from kasjer/kasjer/aes-rcon-rename by Dave Rodgman · 1 year, 10 months ago
  65. 2e67781 Alter program layout for better clarity by Thomas Daubney · 1 year, 10 months ago
  66. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  67. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  68. aaef0bc analyze_outcomes: improve logging system by Valerio Setti · 1 year, 10 months ago
  69. 9b0c816 Merge pull request #8330 from KloolK/extern-c by Bence Szépkúti · 1 year, 10 months ago
  70. a21c972 Remove extra blank line by Thomas Daubney · 1 year, 10 months ago
  71. ee62fce Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  72. d8453bb Remove superfluous comment by Thomas Daubney · 1 year, 10 months ago
  73. cd79f77 Add missing newline by Thomas Daubney · 1 year, 10 months ago
  74. 1c2378b Add variable for message length by Thomas Daubney · 1 year, 10 months ago
  75. 56e9011 Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  76. 66f9b3f Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  77. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  78. 4d0e846 ssl: reorganize guards surrounding ssl_get_ecdh_params_from_cert() by Valerio Setti · 1 year, 10 months ago
  79. 6bd3d9b cipher: fix missing spaces by Valerio Setti · 1 year, 10 months ago
  80. a797ce3 test: use full config in test_psa_crypto_config_accel_cipher by Valerio Setti · 1 year, 10 months ago
  81. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  82. d0411de cipher: add internal symbols for AEAD capabilities by Valerio Setti · 1 year, 10 months ago
  83. e7bac17 test: keep SSL_TICKET_C and SSL_CONTEXT_SERIALIZATION enabled by Valerio Setti · 1 year, 10 months ago
  84. 3f02bb7 test: use full config in accelerated AEAD test by Valerio Setti · 1 year, 10 months ago
  85. 3c1cdc9 Merge pull request #8185 from yanrayw/aes_benchmark_cfb by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/development/pr-8185-cffd7135c6cc2e91690e7bf80f5df92db42a42c0
  86. cffd713 Merge pull request #8328 from yanrayw/sha256_context_guard by Bence Szépkúti · 1 year, 10 months ago gh-readonly-queue/development/pr-8328-a89d2ba132ce5650cf40a24c826cdbdd8ed23e8e
  87. 3450087 Remove trailing white space in documentation by Thomas Daubney · 1 year, 10 months ago
  88. a89d2ba Merge pull request #8327 from ronald-cron-arm/adapt-psa-crypto-repo-name by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8327-e7ebec6723b61bd54800f649b1391e980edf2fbd
  89. 7605388 Inform user when unknown hash algorithm supplied by Thomas Daubney · 1 year, 10 months ago
  90. 86f9795 Update documentation by Thomas Daubney · 1 year, 10 months ago
  91. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  92. 946720a Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled by Jan Bruckner · 1 year, 10 months ago
  93. dfd7ca6 analyze_outcomes: rename some variables for better readability by Valerio Setti · 1 year, 10 months ago
  94. e7ebec6 Merge pull request #8281 from daverodgman/fix-hwonly-warnings by Dave Rodgman · 1 year, 10 months ago gh-readonly-queue/development/pr-8281-e6fa2c53a2bc7355231db35b908d98b2c1af4f79
  95. e6fa2c53 Merge pull request #8186 from paul-elliott-arm/fix_wrapper_deadcode by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8186-32743619a293c9e68262ef1049ed2f12cfeaae51
  96. 3274361 Merge pull request #8114 from yanesca/threading_requirements_update by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8114-fea6606f98ece4a434c83dd4350b363f6aabad44
  97. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  98. fea6606 Merge pull request #8296 from ronald-cron-arm/remove-redundant-test-component by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8296-866b3a1886a348670974c5c21f41abd657f6ba93
  99. 29db8b0 sha256.h: add guard for is224 in sha256 context by Yanray Wang · 1 year, 10 months ago
  100. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago