1. c848d22 Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/development archive/new-code-style/test/6802/target features/new-code-style/development features/new-code-style/test/6802/target
  2. c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
  3. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  4. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  5. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  6. d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
  7. b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
  8. 0ed9e78 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
  9. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  10. e1655b8 test: add test for building without BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  11. 3322f61 test: verify that TLS and X509 are independent from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  12. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  13. ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
  14. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  15. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  16. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 7 months ago
  17. eab43a6 Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  18. c377f31 Remove unused import by Gilles Peskine · 2 years, 8 months ago
  19. 82dad10 Merge pull request #6820 from gilles-peskine-arm/code-style-skip-generated-files by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  20. bb12621 Merge pull request #6808 from gilles-peskine-arm/basic-build-test-lcov-format-robustness-3.3 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. c572246 Use OPENSSL everywhere, not OPENSSL_CMD by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  22. 3b56d29 List all the places with instructions to generate those files by Gilles Peskine · 2 years, 8 months ago
  23. 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 8 months ago
  24. 546493b Merge pull request #6789 from mpg/doc-docker-from-ci by Gilles Peskine · 2 years, 8 months ago
  25. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  26. f91090e Fix an incorrect regex in check_names.py by David Horstmann · 2 years, 8 months ago
  27. 98d3a67 Simplify the coverage statistics summary by Gilles Peskine · 2 years, 8 months ago
  28. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  29. 031114d Hide check_test_cases warnings on the CI by Gilles Peskine · 2 years, 8 months ago
  30. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  31. 59626b6 Point to docker images used in the CI by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  32. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  33. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  34. cd98805 Merge pull request #6683 from mpg/optimize-with-asan by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  35. 182a23b Adjust all.sh now that restartable is in full by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  36. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  37. a6e3d3e Disable restartable in build_module_alt by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  38. a373984 Remove check for tests disabled with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  39. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  40. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  41. 92b5ac1 Add all.sh component to test with code style by David Horstmann · 2 years, 9 months ago
  42. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  43. 70e0290 test: pake: fix mixed testing in test_tls1_2_ecjpake_compatibility by Valerio Setti · 2 years, 8 months ago
  44. dc40bbc test: pake: remove redundant test for opaque passwords by Valerio Setti · 2 years, 8 months ago
  45. c3902ac Merge pull request #6698 from wernerlewis/bignum_mod_py by Dave Rodgman · 2 years, 8 months ago
  46. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  47. a6b69da test: psa_pake: add a separate test for opaque password by Valerio Setti · 2 years, 8 months ago
  48. 18f7028 Preserve line breaks from continued line comments by Gilles Peskine · 2 years, 8 months ago
  49. c84b731 Enable test generation from bignum_mod.py by Werner Lewis · 2 years, 8 months ago
  50. fe549a7 Add comment about use of ASAN_CFLAGS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  51. 30d9466 Only run what we need from compat.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  52. fc2ac75 Fix the name of basic-build-test.sh within the file by Tom Cosgrove · 2 years, 8 months ago
  53. d8c0803 Preserve line breaks in comments before test functions by Gilles Peskine · 2 years, 8 months ago
  54. 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  55. df3dd4c Test MBEDTLS_USE_PSA_CRYPTO with Valgrind by Gilles Peskine · 2 years, 8 months ago
  56. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  57. 66f0983 Enable optimisation with Asan with make in all.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  58. 6a543ba Remove redundant component in all.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  59. df84bb3 Removed MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH from CID tests in all.sh by Hannes Tschofenig · 2 years, 8 months ago
  60. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  61. 3bb0e43 fix review comment by Pengyu Lv · 2 years, 8 months ago
  62. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  63. d8603a7 Merge pull request #6638 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 8 months ago
  64. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 8 months ago
  65. 8cc1470 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 8 months ago
  66. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  67. 0fc8877 Merge pull request #6632 from yanesca/refactor_bignum_test_framework by Janos Follath · 2 years, 8 months ago
  68. a08103a Merge pull request #6611 from gilles-peskine-arm/run-test-suites-out-of-tree by Gilles Peskine · 2 years, 8 months ago
  69. c2e110f tls13: Disable MBEDTLS_SSL_EARLY_DATA by default by Ronald Cron · 2 years, 8 months ago
  70. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  71. f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 9 months ago
  72. 351e688 Make pylint happy by Janos Follath · 2 years, 9 months ago
  73. 87df373 Bignum test: Move identical function to superclass by Janos Follath · 2 years, 9 months ago
  74. 0cd8967 Split test generator base class by Janos Follath · 2 years, 9 months ago
  75. 9ac62c3 Explain space preservation by Gilles Peskine · 2 years, 9 months ago
  76. 268ea5a Typos in comments by Gilles Peskine · 2 years, 9 months ago
  77. 45747a0 Add test cases for comment nesting by Gilles Peskine · 2 years, 9 months ago
  78. 18f48eb Fix intended backslash in test data by Gilles Peskine · 2 years, 9 months ago
  79. ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  80. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  81. 85c54ea Allow providing space sepatated tasks by Przemek Stekiel · 2 years, 9 months ago
  82. 542d932 Fix handling of default value for task argument by Przemek Stekiel · 2 years, 9 months ago
  83. 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 9 months ago
  84. 52d8e96 Disable PSA_WANT_ALG_STREAM_CIPHER, PSA_WANT_ALG_ECB_NO_PADDING also in reference config by Przemek Stekiel · 2 years, 9 months ago
  85. f3be7cc Keep drivers enabled also in reference build by Przemek Stekiel · 2 years, 9 months ago
  86. e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
  87. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  88. 298f781 Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  89. b9b9026 Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  90. 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  91. 9f0ec53 add a test for EC-JPAKE compatibility in TLS1.2 by Valerio Setti · 2 years, 9 months ago
  92. aa88e0b Make configurations (driver, reference) as close as possible by Przemek Stekiel · 2 years, 9 months ago
  93. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  94. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
  95. d3068af Optimize code (tasks list initialization, task verification) by Przemek Stekiel · 2 years, 9 months ago
  96. 733c76e Fix style issues pointed by pylint by Przemek Stekiel · 2 years, 9 months ago
  97. 07510f5 Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  98. 0cf4220 Fix typo and copypasta by Gilles Peskine · 2 years, 9 months ago
  99. 71565cf Disable PKCS7 for some TLS 1.3 tests by Dave Rodgman · 2 years, 9 months ago
  100. 0c3f5f1 Remove some Python 2 compatibility code by Gilles Peskine · 2 years, 9 months ago