1. e2ae1b4 Merge pull request #9301 from gilles-peskine-arm/test_suite_config-booleans-3.6 by Ronald Cron · 1 year, 1 month ago
  2. 4e69485 Update framework after merge of #28 by Gilles Peskine · 1 year, 1 month ago
  3. 71b5818 Merge pull request #9273 from eleuzi01/backport-8389 by Tom Cosgrove · 1 year, 1 month ago gh-readonly-queue/mbedtls-3.6/pr-9273-9bfe69a81515aa36ea4bc44c04531c1f64ded485
  4. 9bfe69a Merge pull request #9274 from eleuzi01/backport-9250 by Paul Elliott · 1 year, 1 month ago gh-readonly-queue/mbedtls-3.6/pr-9274-087d0070403ceb3d71e30fc76d0bcb5fa4ae889b
  5. 087d007 Merge pull request #9305 from valeriosetti/issue9126-backport by Manuel Pégourié-Gonnard · 1 year, 1 month ago
  6. 3b66562 changelog: add changelog by Valerio Setti · 1 year, 2 months ago
  7. 3153ae4 config_psa: do not update legacy symbols in client-only PSA build by Valerio Setti · 1 year, 3 months ago
  8. a9a2c73 Update generate_config_tests.py by Gilles Peskine · 1 year, 2 months ago
  9. 112673f Add some missing handling for generated test_suite_config.*.data by Gilles Peskine · 1 year, 2 months ago
  10. d496caa Anchor relative paths by Gilles Peskine · 1 year, 2 months ago
  11. 331d7d0 Driver vs referenee: ignore relevant configuration differences by Gilles Peskine · 1 year, 2 months ago
  12. 06fb180 Generate config test cases for single options by Gilles Peskine · 1 year, 2 months ago
  13. 1c52e57 New test suite to report configuration options by Gilles Peskine · 1 year, 2 months ago
  14. 26d279e Clean up generated files enumeration by Gilles Peskine · 1 year, 2 months ago
  15. 30805a7 Recognize that a double-inclusion guard is not a config setting by Gilles Peskine · 1 year, 2 months ago
  16. cf995d4 Merge pull request #9289 from ronald-cron-arm/adapt-components-with-psa-crypto-config-enabled-3.6 by Ronald Cron · 1 year, 2 months ago
  17. 2c891fd Update framework submodule to the merge of PR22 by Ronald Cron · 1 year, 2 months ago
  18. 7b66beb test_when_no_ciphersuites_have_mac: Fix logs by Ronald Cron · 1 year, 2 months ago
  19. 2463ec8 tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
  20. 81a2d1d Merge pull request #9276 from ronald-cron-arm/tree-cleanliness-3.6 by Ronald Cron · 1 year, 2 months ago gh-readonly-queue/mbedtls-3.6/pr-9276-8fb5df859c3b6a6d6b43bcfcad32385a3f2cbd8f
  21. 5758749 Update framework by Ronald Cron · 1 year, 2 months ago
  22. f991971 Changelog Fix by Elena Uziunaite · 1 year, 2 months ago
  23. 0dbb733 Add ChangeLog by Elena Uziunaite · 1 year, 2 months ago
  24. 2b22b1e Add and update some .gitignore files by Ronald Cron · 1 year, 2 months ago
  25. da22402 all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  26. 3b7cde4 Code style fix by Elena Uziunaite · 1 year, 2 months ago
  27. 4c882db Fix compiler warnings in test_suite_pk.function by Elena Uziunaite · 1 year, 2 months ago
  28. 6c792ca Use CMAKE_C_SIMULATE_ID when available to determine compiler by Daan Timmer · 1 year, 10 months ago
  29. 8fb5df8 Merge pull request #9248 from sezrab/fix-function-parameter-3.6 by Tom Cosgrove · 1 year, 2 months ago
  30. 07f9459 Merge pull request #9245 from lhuang04/mbedtls_3_6_psk_null_back_port by Tom Cosgrove · 1 year, 2 months ago
  31. 9722fd1 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  32. 6d4d94f Set psk to NULL in ssl_psk_remove -backpor to 3.6 by lhuang04 · 1 year, 2 months ago
  33. dcc99bf Merge pull request #9203 from gilles-peskine-arm/ssl-test-no-skip-all-3.6 by Gilles Peskine · 1 year, 2 months ago
  34. efa52fb Merge pull request #9231 from gilles-peskine-arm/tls13-debug-print-uint32-fix-3.6 by Tom Cosgrove · 1 year, 2 months ago
  35. 7927e50 Merge pull request #9228 from davidhorstmann-arm/check-framework-python-files-3.6 by Bence Szépkúti · 1 year, 2 months ago gh-readonly-queue/mbedtls-3.6/pr-9228-6b417817844dd89dcc92aad42802601f49caf11e
  36. 6b41781 Merge pull request #9234 from davidhorstmann-arm/make-code-style-work-in-commit-hook-3.6 by Ronald Cron · 1 year, 2 months ago
  37. dfba499 Extend python checks to framework scripts by David Horstmann · 1 year, 2 months ago
  38. 93ee016 Remove multi-type variable by David Horstmann · 1 year, 2 months ago
  39. 8eaeb38 Allow code_style.py to work from a git hook by David Horstmann · 1 year, 2 months ago
  40. 400659b Use unsigned long rather than size_t for format string readability by Gilles Peskine · 1 year, 2 months ago
  41. eeb4ff5 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 2 months ago
  42. 2cfa6c9 Merge pull request #9208 from davidhorstmann-arm/move-test-generation-files-3.6 by Bence Szépkúti · 1 year, 2 months ago
  43. 04e2d69 Update framework to latest by David Horstmann · 1 year, 2 months ago
  44. 2eed2a0 Merge pull request #9219 from valeriosetti/backport-fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
  45. d232783 Merge pull request #9221 from valeriosetti/backport-fix-psa-doc by Tom Cosgrove · 1 year, 2 months ago
  46. 1cb31cc crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
  47. 18c7029 changelog: add changelog for PSA CMAC fix by Valerio Setti · 1 year, 2 months ago
  48. 6b2120f adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
  49. b7033ad Update framework submodule by David Horstmann · 1 year, 2 months ago
  50. ea09152 Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  51. a5eadf4 Move some test generation files to framework by David Horstmann · 1 year, 2 months ago
  52. 8d398ee Make abi_check.py look in both locations by David Horstmann · 1 year, 2 months ago
  53. cddcd7a Merge pull request #9177 from ttytm/fix-typo-bp-3.6 by Gilles Peskine · 1 year, 2 months ago
  54. 7faed5b Merge pull request #9146 from gilles-peskine-arm/config-headers-do-not-include-3.6 by Gilles Peskine · 1 year, 2 months ago
  55. b5face3 Merge pull request #9205 from gilles-peskine-arm/tls12_server-pk_opaque-dead_code-3.6 by Gilles Peskine · 1 year, 2 months ago
  56. eb5c4ef Merge pull request #9196 from ronald-cron-arm/check-framework-files-3.6 by Gilles Peskine · 1 year, 2 months ago
  57. dc49258 Guard configuration-specific code by Gilles Peskine · 1 year, 8 months ago
  58. c75048c ssl-opt.sh, compat.sh: Error out if not executing any tests by Gilles Peskine · 1 year, 3 months ago
  59. 22a092b Do not use --recurse-submodules by Ronald Cron · 1 year, 3 months ago
  60. bc93d0e Extend C code style check to framework files by Ronald Cron · 1 year, 3 months ago
  61. c521bad Extend basic checks of files to framework files by Ronald Cron · 1 year, 3 months ago
  62. bd61fdf Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
  63. d537799 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  64. 29c4017 Merge pull request #9131 from davidhorstmann-arm/move-mbedtls-dev-to-framework-3.6 by Bence Szépkúti · 1 year, 2 months ago
  65. a6adc93 Update framework submodule to the merge of #15 by Ronald Cron · 1 year, 2 months ago
  66. 20f4488 fix typo by Turiiya · 1 year, 3 months ago
  67. 2c3aa94 Merge pull request #9166 from gilles-peskine-arm/analyze_outcomes-generate_files-3.6 by Gilles Peskine · 1 year, 2 months ago
  68. 99cb19a Document that there is now an error for dangerous inclusions by Gilles Peskine · 1 year, 3 months ago
  69. f948e2f Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
  70. 66b2742 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
  71. a4e97fc Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
  72. 06972c6 Belated changelog entry for not including check_config.h by Gilles Peskine · 1 year, 3 months ago
  73. e0ec8f5 Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  74. baf6775 Merge pull request #9160 from ronald-cron-arm/crypto-config-test_ref_configs-3.6 by Ronald Cron · 1 year, 2 months ago
  75. 7fbbb43 Pacify pylint by Gilles Peskine · 1 year, 3 months ago
  76. 8941033 Generate test data before coverage analysis by Gilles Peskine · 1 year, 3 months ago
  77. 8526751 Improve test-ref-configs.pl by Ronald Cron · 1 year, 3 months ago
  78. 8b1c5eb Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
  79. 0fd2d04 Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  80. c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
  81. f313902 Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
  82. 7d949ae Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  83. a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
  84. e3283ed test-ref-configs.pl: Detect automatically test with USE_PSA enabled by Ronald Cron · 1 year, 3 months ago
  85. f47f545 Fix compat.sh filters by Ronald Cron · 1 year, 3 months ago
  86. 30b5d67 config-symmetric-only.h: Add SHA3 by Ronald Cron · 1 year, 3 months ago
  87. 984e8dc config-symmetric-only.h: Remove obsolete comment by Ronald Cron · 1 year, 3 months ago
  88. 281aa2e Merge pull request #9136 from gilles-peskine-arm/ssl-opt-server2-detection-3.6 by Gilles Peskine · 1 year, 3 months ago
  89. efc47ad Merge pull request #9130 from valeriosetti/update-gitignore-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  90. f287691 Add missing dependency that isn't autodetected by Gilles Peskine · 1 year, 3 months ago
  91. d2d9bbf Remove redundant RSA dependency by Gilles Peskine · 1 year, 3 months ago
  92. 5194ff8 Explicitly use TLS 1.2 on <=1.2-specific keyUsage/extKeyusage tests by Gilles Peskine · 1 year, 3 months ago
  93. abb1c22 Fix PSK invocation: GnuTLS PSK length (more) by Gilles Peskine · 1 year, 3 months ago
  94. 89ef2fa Driver-only FFDH is not good enough for DHE support in TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  95. 21ad576 Add seme missing dependencies on renegotiation support by Gilles Peskine · 1 year, 3 months ago
  96. f9c798c Default NEXT versions to be the base executables by Gilles Peskine · 1 year, 3 months ago
  97. e373c94 Force some test cases to use TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  98. 80e54a2 Add some missing dependencies on crypto features by Gilles Peskine · 1 year, 3 months ago
  99. 02cd716 Fix PSK invocation: GnuTLS PSK length by Gilles Peskine · 1 year, 3 months ago
  100. f12359d Fix PSK invocation: GnuTLS prompting by Gilles Peskine · 1 year, 3 months ago