1. 450abfd test_suite_ecp: Added `MBEDTLS_ECP_NIST_OPTIM` define guards. by Minos Galanakis · 2 years, 2 months ago
  2. effff76 test_suite_ecp: Updated `ecp_mod_p_generic_raw` for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  3. 0f718c9 bignum_mod: Fixed code-style by Minos Galanakis · 2 years, 3 months ago
  4. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  5. 67ebaaf test_suite_bignum: Removed `test_read_modulus()`. by Minos Galanakis · 2 years, 3 months ago
  6. 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  7. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  8. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  9. 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
  10. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  11. f22983b Merge pull request #7411 from mprse/extract-key-ids-test by Gilles Peskine · 2 years, 2 months ago
  12. b3eaf8c Use predefined serial numer in certificates by Przemek Stekiel · 2 years, 2 months ago
  13. 14f65a4 Merge pull request #7714 from daverodgman/sha3-update by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  14. e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
  15. 33701ac Fix test dependencies by Dave Rodgman · 2 years, 2 months ago
  16. b31059f Remove negative tests for input validation by Kusumit Ghoderao · 2 years, 2 months ago
  17. a8af4f4 Fix test dependency by Dave Rodgman · 2 years, 2 months ago
  18. 8b0deef Add HMAC DRBG SHA-3 tests by Dave Rodgman · 2 years, 2 months ago
  19. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  20. 2468ad1 Add tests for invalid paramters by Dave Rodgman · 2 years, 2 months ago
  21. 9c1128e Add tests for xor over large blocks by Dave Rodgman · 2 years, 3 months ago
  22. 0b683a9 Remove redundant test and add tests: keyid only (without issuer) by Przemek Stekiel · 2 years, 2 months ago
  23. 401c8e3 Adapt test (use path instead of bytes) after rebase by Przemek Stekiel · 2 years, 3 months ago
  24. ff9c299 Fix code style by Przemek Stekiel · 2 years, 3 months ago
  25. 05d5c3e Further test improvements by Przemek Stekiel · 2 years, 3 months ago
  26. 9a1c428 Fix after rebase (remove redundant variables in tests) by Przemek Stekiel · 2 years, 3 months ago
  27. 64a06e4 Add more test cases by Przemek Stekiel · 2 years, 3 months ago
  28. 2c64e90 Use RSA keys in generated certificates by Przemek Stekiel · 2 years, 3 months ago
  29. b1f0b53 Add test for invalid KeyIdentifier tag length + adapt error code by Przemek Stekiel · 2 years, 3 months ago
  30. a6a0a79 Use TEST_EQUAL instead of TEST_ASSERT in tests by Przemek Stekiel · 2 years, 3 months ago
  31. 1969f6a Test optional fields in authorityKeyId by Przemek Stekiel · 2 years, 4 months ago
  32. 0ad1006 Check values in tests by Przemek Stekiel · 2 years, 4 months ago
  33. 2568d47 Use generated certs in DER format in tests by Przemek Stekiel · 2 years, 4 months ago
  34. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  35. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  36. 28daefa Fix fall through warning by Kusumit Ghoderao · 2 years, 2 months ago
  37. 63973ab Add test for invalid IP length (+use der format in tests) by Przemek Stekiel · 2 years, 2 months ago
  38. 63a4cdd Add test to parse ipV4 and ipV6 addresses by Przemek Stekiel · 2 years, 2 months ago
  39. f28e0f5 Fix code style by Kusumit Ghoderao · 2 years, 2 months ago
  40. c63d140 Add negative cases for pbkdf2 output by Kusumit Ghoderao · 2 years, 2 months ago
  41. 2b5c91b Add RFC tests for pbkdf2 output by Kusumit Ghoderao · 2 years, 2 months ago
  42. e70a8bb Change derive_input test cases for implemented output_bytes by Kusumit Ghoderao · 2 years, 2 months ago
  43. 81797fc Add cost and password steps to derive_output_test function by Kusumit Ghoderao · 2 years, 2 months ago
  44. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  45. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  46. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  47. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  48. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  49. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  50. b47fb4c Merge pull request #7676 from valeriosetti/issue7485 by Gilles Peskine · 2 years, 2 months ago
  51. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  52. 6c666c6 test: add key pair check verification for opaque EC keys by valerio · 2 years, 2 months ago
  53. f37b94b Merge pull request #7533 from valeriosetti/issue7484 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  54. 02127ab Allow subidentifiers of size UINT_MAX by David Horstmann · 2 years, 2 months ago
  55. 9dc219f Merge pull request #7668 from tom-daubney-arm/code_size_md_light by Tom Cosgrove · 2 years, 2 months ago
  56. 5903e9c Modify tests in response to review comments. by Thomas Daubney · 2 years, 2 months ago
  57. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  58. f6853a8 test: optimizing test_suite_pkwrite code by valerio · 2 years, 2 months ago
  59. 6a88d05 Merge pull request #7629 from xkqian/bignum/test_read_write_named_modulu by Gilles Peskine · 2 years, 2 months ago
  60. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  61. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  62. b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
  63. 6824bad Change coding style to fix multi lines into one line by Xiaokang Qian · 2 years, 2 months ago
  64. cd33413 Modify tests to suit new behaviour by Thomas Daubney · 2 years, 2 months ago
  65. bffe31c change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  66. 87f6477 change path of mbedtls_x509_csr_parse_file input data by Jerry Yu · 2 years, 2 months ago
  67. a3e249c change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  68. e8e7bbb change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  69. 1c3cfb3 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  70. 85b0758 change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  71. 2d412c6 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  72. 254f94b Add test code for big endian write/read by Xiaokang Qian · 2 years, 2 months ago
  73. da5cf48 Add intermediate variable to represent the bytes of big num by Xiaokang Qian · 2 years, 2 months ago
  74. 981d8b6 Merge pull request #7566 from paul-elliott-arm/core_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  75. ebc2478 Move const result to the first parameter by Xiaokang Qian · 2 years, 2 months ago
  76. b3366c5 Update comments about how to generate mod_read_write data by Xiaokang Qian · 2 years, 2 months ago
  77. dfaf90f Add test data for function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  78. b8cf622 Add test function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  79. 5e4e287 Add test data for ecp mod read write by Xiaokang Qian · 2 years, 3 months ago
  80. 16a36e6 Add mod test functions for unit read write by Xiaokang Qian · 2 years, 3 months ago
  81. 5e7ef20 Add test case for PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  82. a0aa5d8 Merge pull request #7582 from xkqian/bignum/test_add_sub_named_moduli by Janos Follath · 2 years, 2 months ago
  83. 0202ccc Add tests with direct and key output by Kusumit Ghoderao · 2 years, 2 months ago
  84. b5844e4 Change assert to equal base one comments by Xiaokang Qian · 2 years, 3 months ago
  85. e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 3 months ago
  86. ed25edb test_suite_pkparse: fix failure by Valerio Setti · 2 years, 3 months ago
  87. 7237d5f test: minor enhancement for using the new private key format by Valerio Setti · 2 years, 3 months ago
  88. 9dc9204 Merge pull request #7554 from valeriosetti/issue7073-reshape by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  89. c2c967b ecp.py: Added tests for `mbedtls_ecp_mod_p255_raw` by Minos Galanakis · 2 years, 3 months ago
  90. 967b477 Add test data "modulus-1" and "modulus-2" for every curve by Xiaokang Qian · 2 years, 3 months ago
  91. 51cef9c Add missing AES_C dependency in x509 tests by Andrzej Kurek · 2 years, 3 months ago
  92. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 3 months ago
  93. 2607067 Merge pull request #7565 from gabor-mezei-arm/7263_split_out_Koblitz_raw_functions by Paul Elliott · 2 years, 3 months ago
  94. f33b4a5 Update comments how to generate the randoms to make it reproducible by Xiaokang Qian · 2 years, 3 months ago
  95. 10b6daf Fix the comments of sum in ecp function by Xiaokang Qian · 2 years, 3 months ago
  96. be860a1 Generate test data with special seed 2,3,4 by Xiaokang Qian · 2 years, 3 months ago
  97. bead774 Fix the limb mismatch issue on 32-bit platform by Xiaokang Qian · 2 years, 3 months ago
  98. 6d02c2f Compare the libs of two input value and add comments by Xiaokang Qian · 2 years, 3 months ago
  99. c304e53 Remove useless parameters for ecp_mod_add_sub by Xiaokang Qian · 2 years, 3 months ago
  100. 61b0c1c Refine code to align with the styles of ecp_mod_mul_inv by Xiaokang Qian · 2 years, 3 months ago