1. e3bdbd5 all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  2. f514f25 Merge pull request #9025 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28 by Gilles Peskine · 1 year, 2 months ago
  3. 5a63e2f Select more RSA cipher suites by Gilles Peskine · 1 year, 2 months ago
  4. 8f5722a Fix compat.sh not running any tests on config-mini-tls1_1.h by Gilles Peskine · 1 year, 2 months ago
  5. 2ca5a68 Enable 3DES with GnuTLS by Gilles Peskine · 1 year, 2 months ago
  6. d2c4189 ssl-opt.sh, compat.sh: Error out if not executing any tests by Gilles Peskine · 1 year, 3 months ago
  7. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  8. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  9. 0d16d81 Add missing dependency that isn't autodetected by Gilles Peskine · 1 year, 3 months ago
  10. 2b08ba0 Remove redundant RSA dependency by Gilles Peskine · 1 year, 3 months ago
  11. dd53964 Fix PSK invocation: GnuTLS PSK length (more) by Gilles Peskine · 1 year, 3 months ago
  12. b3bba1a Add seme missing dependencies on renegotiation support by Gilles Peskine · 1 year, 3 months ago
  13. 757eb9c Default NEXT versions to be the base executables by Gilles Peskine · 1 year, 3 months ago
  14. e4d2ab8 Add some missing dependencies on crypto features by Gilles Peskine · 1 year, 3 months ago
  15. d84733d Fix PSK invocation: GnuTLS PSK length by Gilles Peskine · 1 year, 3 months ago
  16. 6cafbb3 Fix PSK invocation: GnuTLS prompting by Gilles Peskine · 1 year, 3 months ago
  17. 8ed4374 Fix PSK invocation: OpenSSL client by Gilles Peskine · 1 year, 3 months ago
  18. bf90047 Remove `Terminated` message on 22.04 by Jerry Yu · 2 years, 10 months ago
  19. fd9e506 Missing word by Gilles Peskine · 1 year, 3 months ago
  20. ddfb626 Merge pull request #9019 from mpg/compat-not-executed-2.28 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  21. f47bea8 Merge pull request #8929 from gilles-peskine-arm/test-dependencies-20240314-2.28 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  22. 9ffffab Fix edge case with half-supported ECDSA by Gilles Peskine · 1 year, 4 months ago
  23. 47398e0 Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
  24. de887ba Fix silly typo by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  25. b76606c Run full compat.sh in ASan component only by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  26. aefbb66 Simplify full invocation of compat.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  27. b8ddf6a PSA test case generation: comment out always-skipped test cases by Gilles Peskine · 1 year, 4 months ago
  28. 995d7d4 Do run not-supported test cases on not-implemented mechanisms by Gilles Peskine · 1 year, 4 months ago
  29. 764c2d3 PSA test case generation: dependency inference class: operation fail by Gilles Peskine · 1 year, 4 months ago
  30. 1ae57ec PSA test case generation: dependency inference class: key not supported by Gilles Peskine · 1 year, 4 months ago
  31. 6281cf4 PSA test case generation: dependency inference class: key generation by Gilles Peskine · 1 year, 4 months ago
  32. d3286af hack_dependencies_not_implemented: apply to positive test cases by Gilles Peskine · 1 year, 4 months ago
  33. c7b58d5 PSA test case generation: dependency inference class: base case by Gilles Peskine · 1 year, 4 months ago
  34. c3b261a Sort dependencies in automatically generated PSA test cases by Gilles Peskine · 1 year, 4 months ago
  35. c6fe12a hack_dependencies_not_implemented: more verbose indication by Gilles Peskine · 1 year, 4 months ago
  36. 9fb48da Remove leftover debugging printf by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  37. de05197 compat.sh: properly skip single-DES and DTLS 1.2 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  38. 7e5d81d compat.sh: no TLS-RSA-WITH-NULL-SHA256 with ssl3 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  39. e86e2bc compat.sh: properly report skipped tests by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  40. 2e1d2fe analyze_outcomes.py: ignore OpenSSL+dtls12+DES by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  41. 2cd43a7 Run compat.sh with non-default ciphers with ssl3 too by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  42. 62910cf compat.sh: include ssl3 in --list-test-cases by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  43. c1685d1 compat.sh: use correct names in --list-test-cases by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  44. 826f8da compat.sh: fix --list-test-cases for RC4 with DTLS by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  45. 4be8941 compat.sh: always filter ciphersuites by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  46. 1186a1a Fix inconsistency in variable declaration/use by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  47. 70d8fea Finish backporting hits_export_public_key; by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  48. d3590a8 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  49. 108fe17 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  50. 57cd7a8 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  51. 3ee4e64 Remove dependency on X509(_REMOVE)_INFO by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  52. 194e5a2 Merge pull request #1217 from Mbed-TLS/mbedtls-2.28.8-mergeback by minosgalanakis · 1 year, 4 months ago
  53. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
  54. 09ed985 Remove debugging code by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  55. ebfcf58 Always list TLS-RSA-WITH-NULL-SHA256, but skip conditionally with GnuTLS by Gilles Peskine · 1 year, 5 months ago
  56. ac0b350 Remove the workarround for G->m dtls12 tests by Pengyu Lv · 1 year, 8 months ago
  57. 8fa06dc Align the case listing with case running in compat.sh by Pengyu Lv · 1 year, 8 months ago
  58. d4b3fe7 Merge branch 'mbedtls-2.28' into 'mbedtls-2.28-restricted' by Minos Galanakis · 1 year, 5 months ago
  59. 14b5459 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 5 months ago
  60. eb7e2f5 Fix never-executed key agreement test cases by Gilles Peskine · 1 year, 5 months ago
  61. 9908b52 Remove misspelled unnecessary dependency by Gilles Peskine · 1 year, 5 months ago
  62. 43c128d Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
  63. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  64. 4698e69 Flip logic of PSA memory poisoning generation by David Horstmann · 1 year, 5 months ago
  65. 98ff287 Simplify locating original tool by Dave Rodgman · 1 year, 5 months ago
  66. 9554940 Remove unnecessary use of export by Dave Rodgman · 1 year, 5 months ago
  67. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  68. b75b475 Avoid recursion for relative paths by Dave Rodgman · 1 year, 5 months ago
  69. ec84093 Follow-up for less verbose logging by Dave Rodgman · 1 year, 5 months ago
  70. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  71. 9d0fe6e Fix issue with large allocation in tests by Thomas Daubney · 1 year, 5 months ago
  72. 5bc604f Merge pull request #8873 from daverodgman/quietbuild-2.28 by Gilles Peskine · 1 year, 5 months ago
  73. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  74. dff18da fix zlib test by Dave Rodgman · 1 year, 5 months ago
  75. 422f9bc Fix formatting by Dave Rodgman · 1 year, 5 months ago
  76. 7f4b7dd Remove write check in driver wrappers tests by Gabor Mezei · 1 year, 6 months ago
  77. 50bcca2 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  78. 143864c Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  79. 9f1003b blank line for readability by Dave Rodgman · 1 year, 5 months ago
  80. 7a65910 Use export to set VERBOSE_LOGS by Dave Rodgman · 1 year, 5 months ago
  81. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  82. f4aa1ce Fix docs by Dave Rodgman · 1 year, 5 months ago
  83. c2a2749 simplify printf call by Dave Rodgman · 1 year, 5 months ago
  84. b93ae3b improve docs by Dave Rodgman · 1 year, 5 months ago
  85. 03b232a Add editor hint for emacs by Dave Rodgman · 1 year, 5 months ago
  86. 7c84471 Rename quiet to quiet.sh by Dave Rodgman · 1 year, 5 months ago
  87. 04e0f41 Send printed command to stderr by Dave Rodgman · 1 year, 5 months ago
  88. cdf57d1 remove trailing space from printed command by Dave Rodgman · 1 year, 5 months ago
  89. f575299 Improve simplified quoting by Dave Rodgman · 1 year, 5 months ago
  90. a8e671d remove shebang from quiet by Dave Rodgman · 1 year, 5 months ago
  91. 043325d Improve docs by Dave Rodgman · 1 year, 5 months ago
  92. 6122cb1 Quote directory name from cmake wrapper by Dave Rodgman · 1 year, 5 months ago
  93. 62ba696 Undo not-needed change by Dave Rodgman · 1 year, 5 months ago
  94. e231764 Allow wrappers to be missing; quote directory name from make by Dave Rodgman · 1 year, 5 months ago
  95. 0b069bd Avoid infinite loop by Dave Rodgman · 1 year, 5 months ago
  96. 57783d7 Extract common parts of quiet wrapper by Dave Rodgman · 1 year, 5 months ago
  97. 6529f12 Tidy up quiet wrappers by Dave Rodgman · 1 year, 5 months ago
  98. 4cb98a9 Move quiet wrapper setup by Dave Rodgman · 1 year, 5 months ago
  99. 634fe90 Improve quote_args output readability by Dave Rodgman · 1 year, 6 months ago
  100. d4a5563 Improve output from make/cmake wrapper by Dave Rodgman · 1 year, 6 months ago