1. e833998 Update comment by Gilles Peskine · 3 years, 9 months ago
  2. b3f4dd5 Lift some code out of parse_identifiers by Gilles Peskine · 3 years, 9 months ago
  3. 7493c40 Fix comment parsing by Gilles Peskine · 3 years, 9 months ago
  4. c0656b4 Note the reordered fields in SSL structures by Gilles Peskine · 3 years, 9 months ago
  5. 7f03d9e mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
  6. 9a0e0af mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Lukasz Gniadzik · 4 years ago
  7. baccfef mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 9 months ago
  8. 5107084 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 9 months ago
  9. 4a13ebf Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
  10. b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  11. f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  12. 2290afc Merge pull request #5142 from mprse/generate_key2_2x by Gilles Peskine · 3 years, 9 months ago
  13. 9ad8599 Merge pull request #5150 from tom-cosgrove-arm/serialise-builds-of-archives-on-windows_2.x by Dave Rodgman · 3 years, 9 months ago
  14. 8517d17 Serialise builds of the .a files on Windows by Tom Cosgrove · 3 years, 9 months ago
  15. 5929996 Add generated test data by Przemyslaw Stekiel · 3 years, 9 months ago
  16. e2b5095 test_case.py: add new line between test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  17. 2927593 Fix rebase issue in generate_psa_tests.py by Przemyslaw Stekiel · 3 years, 9 months ago
  18. 98e3867 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
  19. 1ab3a5c generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  20. 0810108 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
  21. c03b7c5 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 10 months ago
  22. 32a8b84 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
  23. 997caf8 Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  24. 95c3971 Merge pull request #5133 from haampie/fix/DT_NEEDED_for_shared_libraries-2.x by Gilles Peskine · 3 years, 9 months ago
  25. 2c4f032 Merge pull request #5050 from gilles-peskine-arm/missing-psa-macros-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  26. 3ed4263 DT_NEEDED for shared builds in makefile by Harmen Stoppels · 3 years, 9 months ago
  27. 1aa7ad7 Merge pull request #5129 from gilles-peskine-arm/base64_invasive_h-2.x by paul-elliott-arm · 3 years, 9 months ago
  28. 16c2102 Fix copypasta in #endif comment by Gilles Peskine · 3 years, 9 months ago
  29. adcfdbf Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
  30. 31b9515 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
  31. e65be27 Correct block size for MD2 by Gilles Peskine · 3 years, 9 months ago
  32. 1919103 Note the change to PSA_ALG_IS_HASH_AND_SIGN in the changelog by Gilles Peskine · 3 years, 10 months ago
  33. cc14ce0 Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
  34. 4bdcf9a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  35. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  36. 1b06d09 Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  37. 285f213 Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  38. 21cac07 Add changelog entry for new PSA Crypto API macros. by Mateusz Starzyk · 4 years ago
  39. 64010dc Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
  40. 272a3d4 Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  41. 294ca30 Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
  42. d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  43. 9fa1d57 Merge pull request #5125 from AndrzejKurek/add-missing-test-name-backport-2x by Gilles Peskine · 3 years, 9 months ago
  44. b4206b1 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  45. 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  46. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  47. 300c081 Merge pull request #5046 from gilles-peskine-arm/rm-PSACryptoDriverModelSpec-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  48. 0c81ba7 Merge pull request #4944 from gilles-peskine-arm/remove-greentea-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  49. fa586db Merge pull request #5087 from gilles-peskine-arm/test_ssl_o2-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  50. ff30bd0 Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  51. 31fdda1 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  52. 2531970 Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  53. a0c51fb Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  54. 3daa83e Correct support function name by Gilles Peskine · 3 years, 10 months ago
  55. 6fa6986 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  56. f8362ca Readability improvements by Gilles Peskine · 3 years, 10 months ago
  57. 44fa40cd Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  58. d79af3a Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  59. 19ff9a6 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  60. 72215f6 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  61. a253609 Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
  62. bb2d17c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  63. ac6181c Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
  64. 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  65. d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  66. 3545103 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
  67. 460d779 Merge pull request #5097 from gilles-peskine-arm/ssl-opt-resend-retry-2.x by paul-elliott-arm · 3 years, 9 months ago
  68. 8e8251a Merge pull request #4835 from gilles-peskine-arm/base64-no-table-2.2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  69. db77eaf Merge pull request #5113 from paul-elliott-arm/ssl_opt_fixes_2.x by Gilles Peskine · 3 years, 9 months ago
  70. ce77738 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
  71. 6cd97ce Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
  72. 05ee09e Merge pull request #5107 from mprse/issue_4056_b2x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  73. 1222fed Fix typo in documentation by Gilles Peskine · 3 years, 9 months ago
  74. 773f5b7 Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
  75. d3e5dd3 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
  76. fd489f9 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
  77. a138802 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
  78. 3f0722c Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  79. 0f4e3fb Mark output as public before testing it by Gilles Peskine · 4 years ago
  80. 85f3165 Fix printf format signedness error by Gilles Peskine · 4 years ago
  81. 3b1f4c0 Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
  82. 2c78f98 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
  83. 38d41b9 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  84. 373c54e load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  85. db92884 load_roots: arguments must be files by Gilles Peskine · 4 years ago
  86. a2dc0cc mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  87. 831fd76 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  88. 327c33f Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
  89. d6e3f46 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  90. a97e911 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  91. c48ab11 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  92. 6b541a0 Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  93. 82c0432 New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  94. 645703c Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
  95. 1893cd3 Merge pull request #5104 from gilles-peskine-arm/test_equal_verbose-2.x by Gilles Peskine · 3 years, 10 months ago
  96. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  97. aa1d6ad Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
  98. 2d3c9f8 Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
  99. a28fd41 Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
  100. 5d8e702 Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago