1. 3d9af47 Fix tests? by Dave Rodgman · 2 years, 2 months ago
  2. 6a08b68 Simplify aesni support test by Dave Rodgman · 2 years, 2 months ago
  3. f8986e3 Clarify support_test_aesni by Dave Rodgman · 2 years, 2 months ago
  4. b959027 Improve logic for checking for presence of AESNI code by Dave Rodgman · 2 years, 2 months ago
  5. 20cc563 Improve logic for checking for presence of AESNI code by Dave Rodgman · 2 years, 2 months ago
  6. f18a7e1 Fix typo by Dave Rodgman · 2 years, 2 months ago
  7. f87e526 Fix test error by Dave Rodgman · 2 years, 2 months ago
  8. 48d8e83 fix CI failure by Dave Rodgman · 2 years, 2 months ago
  9. 336a453 Fix typo by Dave Rodgman · 2 years, 2 months ago
  10. 086e137 code style by Dave Rodgman · 2 years, 2 months ago
  11. 96a9e6a Address test review comments by Dave Rodgman · 2 years, 2 months ago
  12. fa1d05c Remove not-needed compiler flags by Dave Rodgman · 2 years, 2 months ago
  13. e1dd6e9 Merge remote-tracking branch 'origin/development' into prefer-intrinsics by Dave Rodgman · 2 years, 2 months ago
  14. be60fcc Add test for plain C path by Dave Rodgman · 2 years, 2 months ago
  15. c2b7264 Simplify aesni test by Dave Rodgman · 2 years, 2 months ago
  16. 838dc46 Test asm and intrinsics from all.sh by Dave Rodgman · 2 years, 2 months ago
  17. 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
  18. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  19. f759035 Merge pull request #7770 from valeriosetti/issue7341 by Gilles Peskine · 2 years, 2 months ago
  20. f22983b Merge pull request #7411 from mprse/extract-key-ids-test by Gilles Peskine · 2 years, 2 months ago
  21. b3eaf8c Use predefined serial numer in certificates by Przemek Stekiel · 2 years, 2 months ago
  22. 4292441 all.sh: use clang for one test of AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 2 months ago
  23. 6ff271e pake: fixed warning for casting between different types by Valerio Setti · 2 years, 2 months ago
  24. 14f65a4 Merge pull request #7714 from daverodgman/sha3-update by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  25. 6ec39ca Remove the all.sh test for this, since armclang on CI is too old by Tom Cosgrove · 2 years, 2 months ago
  26. 730addc Fix armc5-bin-dir and armc6-bin-dir options to all.sh by Tom Cosgrove · 2 years, 2 months ago
  27. 579e6e9 Merge the two ARM Compiler 6 - Target ARMv8.2-A - AArch64 builds by Tom Cosgrove · 2 years, 2 months ago
  28. 46ed3a9 Add an all.sh build test that catches the unterminated pragmas by Tom Cosgrove · 2 years, 2 months ago
  29. e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
  30. 33701ac Fix test dependencies by Dave Rodgman · 2 years, 2 months ago
  31. 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
  32. a8af4f4 Fix test dependency by Dave Rodgman · 2 years, 2 months ago
  33. 8b0deef Add HMAC DRBG SHA-3 tests by Dave Rodgman · 2 years, 2 months ago
  34. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  35. 2468ad1 Add tests for invalid paramters by Dave Rodgman · 2 years, 2 months ago
  36. 9c1128e Add tests for xor over large blocks by Dave Rodgman · 2 years, 3 months ago
  37. 0b683a9 Remove redundant test and add tests: keyid only (without issuer) by Przemek Stekiel · 2 years, 2 months ago
  38. 401c8e3 Adapt test (use path instead of bytes) after rebase by Przemek Stekiel · 2 years, 3 months ago
  39. ff9c299 Fix code style by Przemek Stekiel · 2 years, 3 months ago
  40. 05d5c3e Further test improvements by Przemek Stekiel · 2 years, 3 months ago
  41. 9a1c428 Fix after rebase (remove redundant variables in tests) by Przemek Stekiel · 2 years, 3 months ago
  42. 64a06e4 Add more test cases by Przemek Stekiel · 2 years, 3 months ago
  43. 2c64e90 Use RSA keys in generated certificates by Przemek Stekiel · 2 years, 3 months ago
  44. b1f0b53 Add test for invalid KeyIdentifier tag length + adapt error code by Przemek Stekiel · 2 years, 3 months ago
  45. a6a0a79 Use TEST_EQUAL instead of TEST_ASSERT in tests by Przemek Stekiel · 2 years, 3 months ago
  46. 1969f6a Test optional fields in authorityKeyId by Przemek Stekiel · 2 years, 4 months ago
  47. 0ad1006 Check values in tests by Przemek Stekiel · 2 years, 4 months ago
  48. 2568d47 Use generated certs in DER format in tests by Przemek Stekiel · 2 years, 4 months ago
  49. 5ff986c Provide makefile rules to generate cerst for authorityKeyId, subjectKeyId tests by Przemek Stekiel · 2 years, 4 months ago
  50. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  51. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  52. a5cd318 Merge pull request #7670 from lpy4105/issue/fix-wrong-command-for-ec-key-files by Gilles Peskine · 2 years, 2 months ago
  53. 259903b Merge pull request #7643 from lpy4105/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  54. 63973ab Add test for invalid IP length (+use der format in tests) by Przemek Stekiel · 2 years, 2 months ago
  55. 63a4cdd Add test to parse ipV4 and ipV6 addresses by Przemek Stekiel · 2 years, 2 months ago
  56. a14b8f0 Add total when printing sizes in all.sh by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  57. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  58. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  59. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  60. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  61. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  62. abf35d4 Restore rsa_single_san_uri.crt.der by Jerry Yu · 2 years, 2 months ago
  63. b8b9cd4 Mark all_intermediate as .SECONDARY by Pengyu Lv · 2 years, 2 months ago
  64. 9770704 Remove redundant PHONY targets by Pengyu Lv · 2 years, 2 months ago
  65. c7995a8 Fix long line format by Pengyu Lv · 2 years, 2 months ago
  66. 6561f7d server5-der*.crt: Simplify the size calculation by Pengyu Lv · 2 years, 2 months ago
  67. 5e2f312 Update cert macros in tests/src/certs.c by Pengyu Lv · 2 years, 2 months ago
  68. 1ced2cc Update crl-ec-sha*.pem, crl.pem, crl_cat_*.pem by Pengyu Lv · 2 years, 2 months ago
  69. f4b568c Add rules to generate crl_cat* by Pengyu Lv · 2 years, 2 months ago
  70. 89d71e2 Update server10*.crt by Pengyu Lv · 2 years, 2 months ago
  71. 1fa4307 Update server8*.crt by Pengyu Lv · 2 years, 2 months ago
  72. 7c1781c Update server7*.crt by Pengyu Lv · 2 years, 2 months ago
  73. cd378f2 Update pkcs7 files by Pengyu Lv · 2 years, 2 months ago
  74. 0a7108f Extend the validity period of pkcs7-rsa-sha*.crt to 10 years by Pengyu Lv · 2 years, 2 months ago
  75. 193f414 Update test-int-ca*.crt by Pengyu Lv · 2 years, 2 months ago
  76. 0f5ca2d Add rules to generate test-int-ca{2,3}.crt by Pengyu Lv · 2 years, 2 months ago
  77. 465c6eb Update test-ca2_cat-*.crt and test-ca_cat*.crt by Pengyu Lv · 2 years, 2 months ago
  78. b8f15a6 Update server6.crt by Pengyu Lv · 2 years, 2 months ago
  79. 0c0f84e Update test-ca[1|2].crt[.der] by Pengyu Lv · 2 years, 2 months ago
  80. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  81. b47fb4c Merge pull request #7676 from valeriosetti/issue7485 by Gilles Peskine · 2 years, 2 months ago
  82. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  83. 21e5939 Generate PEM pub key directly from DER prv key by Pengyu Lv · 2 years, 2 months ago
  84. 6c666c6 test: add key pair check verification for opaque EC keys by valerio · 2 years, 2 months ago
  85. f37b94b Merge pull request #7533 from valeriosetti/issue7484 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  86. b45d58b Add armclang -O0 build test by Dave Rodgman · 2 years, 2 months ago
  87. 8c315f2 Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  88. 02127ab Allow subidentifiers of size UINT_MAX by David Horstmann · 2 years, 2 months ago
  89. 9dc219f Merge pull request #7668 from tom-daubney-arm/code_size_md_light by Tom Cosgrove · 2 years, 2 months ago
  90. 5903e9c Modify tests in response to review comments. by Thomas Daubney · 2 years, 2 months ago
  91. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  92. f1d2913 test: remove debug echo in component by valerio · 2 years, 2 months ago
  93. f6853a8 test: optimizing test_suite_pkwrite code by valerio · 2 years, 2 months ago
  94. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  95. 6a88d05 Merge pull request #7629 from xkqian/bignum/test_read_write_named_modulu by Gilles Peskine · 2 years, 2 months ago
  96. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  97. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  98. 6efa608 Revert setting optimization flag(use O2) by Przemek Stekiel · 2 years, 2 months ago
  99. b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
  100. d1200ee Fix invalid commands for ec_x{25519,448}_{prv,pub}.{der,pem} by Pengyu Lv · 2 years, 2 months ago