1. e554f1b Merge pull request #7853 from lpy4105/issue/7816/add-commands-for-files-in-parse_input by Gilles Peskine · 2 years, 1 month ago
  2. 0d539c2 Merge pull request #7702 from silabs-Kusumit/PBKDF2_out_of_range_input_cost by Dave Rodgman · 2 years, 1 month ago
  3. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  4. 45e009a Merge pull request #7814 from valeriosetti/issue7746 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  5. f7cd419 pk: ignore opaque EC keys in pk_setup when they are not supported by Valerio Setti · 2 years, 1 month ago
  6. 35d1dac pk_wrap: fix: always clear buffer holding private key in eckey_check_pair_psa by Valerio Setti · 2 years, 1 month ago
  7. 38913c1 pk_wrap: do not support opaque EC keys when !PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  8. c4a760c Merge pull request #7849 from davidhorstmann-arm/fix-string-to-names-retcode by Tom Cosgrove · 2 years, 1 month ago
  9. 78ecf41f Change spaces to a tab in a makefile recipe by Andrzej Kurek · 2 years, 1 month ago
  10. 03478d2 Merge branch 'development' into issue/7816/add-commands-for-files-in-parse_input by Andrzej Kurek · 2 years, 1 month ago
  11. c23d222 Merge pull request #7728 from waleed-elmelegy-arm/crypt_and_hash-decrypt-fix by Dave Rodgman · 2 years, 1 month ago
  12. a2c1a38 Merge pull request #7630 from daverodgman/prefer-intrinsics by Dave Rodgman · 2 years, 1 month ago
  13. 2d07a72 Merge pull request #7821 from davidhorstmann-arm/simplify-test-dn-formatting by Dave Rodgman · 2 years, 1 month ago
  14. 38939f7 Merge pull request #7822 from gilles-peskine-arm/code-style-since by Dave Rodgman · 2 years, 1 month ago
  15. 3f2448b Merge pull request #7802 from AndrzejKurek/go-go-der-certs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  16. 0ca2a1f Merge pull request #7646 from gilles-peskine-arm/psa-driver-transaction-testing-spec by Gilles Peskine · 2 years, 1 month ago
  17. 18730dd fix fragile way to refer to server1.req.sha256 by Pengyu Lv · 2 years, 1 month ago
  18. 88a3aee pk_wrap: use PK_HAVE_ECC_KEYS as guard for ecdsa_opaque_check_pair_wrap by Valerio Setti · 2 years, 1 month ago
  19. d9d74c2 pk_wrap: guard all ECDSA function with MBEDTLS_PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  20. 4d1daf8 pk_wrap: minor fixes for guards by Valerio Setti · 2 years, 1 month ago
  21. 97976e3 pk_wrap: always fill all the fields of the pk_info structures by Valerio Setti · 2 years, 1 month ago
  22. 76d0f96 pk: uniform naming of functions and structures in pk/pk_wrap by Valerio Setti · 2 years, 1 month ago
  23. 884c1ec pk_wrap: share code for selecting the psa_alg in ECDSA sign by Valerio Setti · 2 years, 1 month ago
  24. 574a00b pk_wrap: minor reorganization for opaque keys by Valerio Setti · 2 years, 2 months ago
  25. 5c26b30 pk_wrap: add missing labels to #else and #endif by Valerio Setti · 2 years, 2 months ago
  26. bb7603a pk_wrap: optimize eckey_check_pair() by Valerio Setti · 2 years, 2 months ago
  27. f69514a pk_wrap: name all the fields of the pk_info structs by Valerio Setti · 2 years, 2 months ago
  28. e773077 pk_wrap: add support for ECDSA verify for opaque keys by Valerio Setti · 2 years, 2 months ago
  29. ed7d6af pk_wrap: optimize code for ECDSA verify by Valerio Setti · 2 years, 2 months ago
  30. 4657f10 pk_wrap: optimize code for ECDSA sign by Valerio Setti · 2 years, 2 months ago
  31. ab26649 Make parse_input targets depend on files in parse_input if possible by Pengyu Lv · 2 years, 1 month ago
  32. 7d55dd2 Fix malformed directoryName extensions by Andrzej Kurek · 2 years, 1 month ago
  33. 7d7c208 fix the command of server5-sha%.crt by Pengyu Lv · 2 years, 1 month ago
  34. a0350f7 fix wrong dependency file path by Pengyu Lv · 2 years, 1 month ago
  35. 92a55bf Merge pull request #7793 from minosgalanakis/ecp/6025_fast_reduction_dispatch by Paul Elliott · 2 years, 1 month ago
  36. 3484db4 Change ffdh testing strategy by Przemek Stekiel · 2 years, 1 month ago
  37. c439c67 Merge pull request #7719 from davidhorstmann-arm/second-jpake-state-machine-rework by Janos Follath · 2 years, 1 month ago
  38. 7dda271 Fix description of functions by Przemek Stekiel · 2 years, 1 month ago
  39. db041cc Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size by Tom Cosgrove · 2 years, 1 month ago
  40. 163d346 test_suite_ecp: Changed to BITS_TO_LIMBS(224) * 2 in `ecp_mod_p_generic_raw`. by Minos Galanakis · 2 years, 1 month ago
  41. dae4c03 ecp.py: Extended EcpP224K1Raw tests for 32/64 bit architectures. by Minos Galanakis · 2 years, 1 month ago
  42. c66033f Merge pull request #7847 from daverodgman/aarch64-asm-docs by Dave Rodgman · 2 years, 1 month ago
  43. 80c4ae8 bignum_common.py: Added `bits_to_limbs` method. by Minos Galanakis · 2 years, 1 month ago
  44. 23394b1 test_suite_ecp: Updated ecp_mod_p_generic_raw to use the `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  45. 582b7cf Add ChangeLog entry for string_to_names() fix by David Horstmann · 2 years, 1 month ago
  46. b50ae1f Add regression testcase for string_to_names() by David Horstmann · 2 years, 1 month ago
  47. 8fd98d6 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  48. 28e2ca5 Docs improvement by Dave Rodgman · 2 years, 1 month ago
  49. 9f4fd28 Merge pull request #7808 from daverodgman/fix-ct-compile-warning by Dave Rodgman · 2 years, 1 month ago
  50. c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  51. 246ec5a Replace unnecessary '>=' with '==' by David Horstmann · 2 years, 1 month ago
  52. 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
  53. 7f773b2 Merge pull request #7841 from valeriosetti/issue7748 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  54. dfc2e26 Short too long lines by Jerry Yu · 2 years, 1 month ago
  55. 8ee086d remove parse input only files from `all_final` by Jerry Yu · 2 years, 1 month ago
  56. c31a798 Replace MBEDTLS_ECDH_C dependency in ssl-opt tests by Przemek Stekiel · 2 years, 1 month ago
  57. 7d2a54c fix wrong dependency file path by Jerry Yu · 2 years, 1 month ago
  58. 92d1ec6 Change path for the files only exits in parse_input by Jerry Yu · 2 years, 1 month ago
  59. 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
  60. 54e8632 copy command for parse_input/* when it exists in data_files by Jerry Yu · 2 years, 1 month ago
  61. 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
  62. cbfe333 add test case for zero input cost by Kusumit Ghoderao · 2 years, 1 month ago
  63. 42b02b9 Add test and test case for input cost greater than vendor maximum by Kusumit Ghoderao · 2 years, 2 months ago
  64. 93baf39 test_suite_ecp.data: Added test cases for modulo-1 in coordinate representation. by Minos Galanakis · 2 years, 1 month ago
  65. 53a16b3 bignum_mod_raw: Updated documentation for mpi_mod_raw_mul by Minos Galanakis · 2 years, 1 month ago
  66. 7666945 Adapt guards in ssl_write_client_hello_body by Przemek Stekiel · 2 years, 1 month ago
  67. 8bfe897 Add ssl-opt functions to check openssl with ffdh support and openssl ephemeral key exchange by Przemek Stekiel · 2 years, 1 month ago
  68. 98d7933 Update guards for supported groups by Przemek Stekiel · 2 years, 1 month ago
  69. 603271c test: solve disparities in driver coverage analysis for no_ecp_at_all() by Valerio Setti · 2 years, 1 month ago
  70. 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  71. aafe900 test: enable X509 testing in no_ecp_at_all() components by Valerio Setti · 2 years, 1 month ago
  72. 8eb6104 bignum_mod_raw: Fixed a documentation typo. by Minos Galanakis · 2 years, 1 month ago
  73. 717a831 Merge pull request #7807 from gilles-peskine-arm/mbedtls_ssl_protocol_version_str-no_array by Gilles Peskine · 2 years, 1 month ago
  74. e0c329b test_suite_ecp.data: Limb aligned inputs by Minos Galanakis · 2 years, 1 month ago
  75. 163ec40 Handle deleted files correctly by Gilles Peskine · 2 years, 1 month ago
  76. c7408a4 bignum_mod_raw: Adjusted OPT_RED limb size requirements for mod_raw_mul(). by Minos Galanakis · 2 years, 1 month ago
  77. a984d77 ecp_curves: Added dataset for SECP224K1 Coordinate Modulus. by Minos Galanakis · 2 years, 1 month ago
  78. 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
  79. 6d00c67 Allow second run for ffdhe8192 ssl-opt tests by Przemek Stekiel · 2 years, 1 month ago
  80. 9d7b24f Fix extra character in debug string by Gilles Peskine · 2 years, 1 month ago
  81. 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
  82. 43838b8 Add --since option to check files modified since a given commit by Gilles Peskine · 2 years, 1 month ago
  83. 22eb82c Clean up subprocess invocation in get_src_files by Gilles Peskine · 2 years, 1 month ago
  84. 9a3a1a6 Simplify directory name comparison in tests by David Horstmann · 2 years, 1 month ago
  85. 7b10932 bignum_mod_raw: Updated documentation for mbedtls_mpi_mod_raw_mul by Minos Galanakis · 2 years, 2 months ago
  86. fee70a5 test_suite_ecp: Extended `ecp_mul_inv` tests for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  87. 2ed8fb7 ecp_mod_raw: Enabled fast reduction. by Minos Galanakis · 2 years, 2 months ago
  88. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 2 months ago
  89. a5f7de1 Refactor injecting errors in the second round by David Horstmann · 2 years, 2 months ago
  90. 57727cd Explain the sequence of mbedtls_psa_pake_ calls by David Horstmann · 2 years, 2 months ago
  91. 25c9070 Test extra inputs and outputs at the end of J-PAKE by David Horstmann · 2 years, 2 months ago
  92. a62d712 Add testing for extra calls during a round by David Horstmann · 2 years, 2 months ago
  93. 88d25f0 Remove unnecessary checks in psa_jpake_prologue() by David Horstmann · 2 years, 2 months ago
  94. e5b374a Remove comment explaining the state machine by David Horstmann · 2 years, 2 months ago
  95. 74a3d8c Simplify logic of driver step conversion by David Horstmann · 2 years, 2 months ago
  96. 5d878f6 Tweak wording for clarity by David Horstmann · 2 years, 2 months ago
  97. 1b54fae Remove unnecessary initialization of state by David Horstmann · 2 years, 2 months ago
  98. 16f0151 Use memset for initialization by David Horstmann · 2 years, 2 months ago
  99. 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
  100. 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago