- 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
- e1621a4 mbedtls_psa_ffdh_generate_key: optimize code and return fixed key size by Przemek Stekiel · 2 years, 3 months ago
- 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
- 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
- 75095cc mbedtls_psa_ffdh_set_prime_generator: use switch instead if-else by Przemek Stekiel · 2 years, 3 months ago
- 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
- eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
- 5341050 Add guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 3 months ago
- 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
- 4c0da51 mbedtls_test_psa_exported_key_sanity_check: check for length equality for DH keys by Przemek Stekiel · 2 years, 3 months ago
- 2c9fc07 Fix FFDH tests dependencies by Przemek Stekiel · 2 years, 3 months ago
- 2e7c33d Use import_with_data for testing FFDH invalid key length by Przemek Stekiel · 2 years, 3 months ago
- d1cf1ba Add function to validate dh key size by Przemek Stekiel · 2 years, 3 months ago
- 5357a7a Use PSA_MAX_OF_THREE in PSA_EXPORT_KEY_PAIR_MAX_SIZE by Przemek Stekiel · 2 years, 3 months ago
- cf0156f mbedtls_psa_ffdh_generate_key: Fix random number generation by Przemek Stekiel · 2 years, 3 months ago
- 6fd72b6 Optimize code (if-else format, action on error) by Przemek Stekiel · 2 years, 3 months ago
- 9275d5d mbedtls_psa_ffdh_set_prime_generator: check if key size is equal and use sizeof by Przemek Stekiel · 2 years, 3 months ago
- 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
- 87d9a4a Provide PSA_WANT_KEY_TYPE_FFDH_PUBLIC_KEY configuration by Przemek Stekiel · 2 years, 8 months ago
- c829816 psa_export_public_key_internal: add missing check for FFDH key type by Przemek Stekiel · 2 years, 8 months ago
- a9ca131 Move check of the key type to mbedtls_psa_key_agreement_ffdh by Przemek Stekiel · 2 years, 8 months ago
- 0dd746d Add psa_crypto_ffdh to build by Przemek Stekiel · 2 years, 8 months ago
- 1702d5a test driver: add support for FFDH key agreement by Przemek Stekiel · 2 years, 8 months ago
- 359f462 Move FFDH layer to separate file by Przemek Stekiel · 2 years, 8 months ago
- 7cf26df Add sanity check for FFDH key excercise by Przemek Stekiel · 2 years, 8 months ago
- 9e65a81 Remove redundant test case (PSA_ALG_FFDH key agreement is now supported) by Przemek Stekiel · 2 years, 8 months ago
- b231c9d Add FFDH key agreement tests by Przemek Stekiel · 2 years, 8 months ago
- 564eb58 Add FFDH key generation tests by Przemek Stekiel · 2 years, 8 months ago
- 44babc0 Add import/export FFDH key tests by Przemek Stekiel · 2 years, 8 months ago
- 1d9c2b6 Adapt import/export test for FFDH by Przemek Stekiel · 2 years, 8 months ago
- ed23b61 Adapt size macros for FFDH by Przemek Stekiel · 2 years, 8 months ago
- fedd134 Add key generation for FFDH keys by Przemek Stekiel · 2 years, 8 months ago
- fb3dd54 Add key agreement for FFDH keys by Przemek Stekiel · 2 years, 8 months ago
- 472b3f3 Add import/export of FFDH keys by Przemek Stekiel · 2 years, 8 months ago
- 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
- 10f4091 Merge pull request #7462 from daverodgman/clz_size_opt by Tom Cosgrove · 2 years, 3 months ago
- 4f30a6a Remove undesirable test by Dave Rodgman · 2 years, 3 months ago
- 2e863ec Remove unnecessary if to save 16 bytes by Dave Rodgman · 2 years, 3 months ago
- d3fbbe5 Merge pull request #7448 from gabor-mezei-arm/7261_roll_loop_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
- ad450d5 Merge pull request #7463 from valeriosetti/issue7460-part2 by Gilles Peskine · 2 years, 3 months ago
- 53c6553 Merge pull request #7450 from xkqian/bignumber_ecp_update by Janos Follath · 2 years, 3 months ago
- 0f16d56 Fix documentation by Dave Rodgman · 2 years, 3 months ago
- feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- 0281d76 Merge pull request #7449 from valeriosetti/issue7446 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
- bf974b9 test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
- 547b3a4 fix typos by Valerio Setti · 2 years, 3 months ago
- 7bacaf8 fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
- 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
- f921f4d Use loop for two passes in the reduction by Gabor Mezei · 2 years, 4 months ago
- bbf8810 Document undefined case. Clarify test code. by Dave Rodgman · 2 years, 4 months ago
- 4bf08f8 Merge pull request #7425 from minosgalanakis/ecp/7257_ecp_mod_p224k1_add_test_cases by Paul Elliott · 2 years, 4 months ago
- 678e630 Remove test-case for all-zero by Dave Rodgman · 2 years, 4 months ago
- 880a6b3 Further size optimisation by Dave Rodgman · 2 years, 4 months ago
- 38992cb pk: pass pk_context pointer to wrappers intead of void one by valerio · 2 years, 4 months ago
- d54cb83 Fix tests by Dave Rodgman · 2 years, 4 months ago
- fe8a8cd Size/perf optimisation for mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 4 months ago
- 90117db Split a complex condition into separate ones by Andrzej Kurek · 2 years, 4 months ago
- 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
- 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
- e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
- af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
- 8bc2cc9 Refactor IPv6 parsing by Andrzej Kurek · 2 years, 4 months ago
- 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
- 2280895 test: properly check written PEM buffer len by Valerio Setti · 2 years, 4 months ago
- 232a006 test: fix extension in DER test files by Valerio Setti · 2 years, 4 months ago
- 1b59e76 Merge pull request #7431 from valeriosetti/issue7404 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- ea3e71f Further refactor IPv4 parsing by Andrzej Kurek · 2 years, 4 months ago
- 15cac17 test: fix dependencies in DER and PEM tests by Valerio Setti · 2 years, 4 months ago
- c9cb532 test: specify input file type through enum by Valerio Setti · 2 years, 4 months ago
- 8b7d432 test: add Makefile target for the generated DER files by Valerio Setti · 2 years, 4 months ago
- 3401b30 test: use proper macros for checks by Valerio Setti · 2 years, 4 months ago
- a089614 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
- d455e90 Merge pull request #7383 from yanesca/lts-lifetime-clarification by Dave Rodgman · 2 years, 4 months ago
- 28567ab test: add DER file format for pkwrite tests by Valerio Setti · 2 years, 4 months ago
- c60bc5e test: add support for DER format in pkwrite tests by Valerio Setti · 2 years, 4 months ago
- 8959095 test: memory footprint optimization for pkwrite tests by Valerio Setti · 2 years, 4 months ago
- 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
- f54762e Merge pull request #7415 from Harshal5/fix/declaration_of_mbedtls_ecdsa_sign_det_restartable_function by Ronald Cron · 2 years, 4 months ago
- cec5060 Fix test case dependency by Gabor Mezei · 2 years, 4 months ago
- 7921a03 Add claryfication for PSA_PAKE_INPUT/OUTPUT_MAX_SIZE macros by Przemek Stekiel · 2 years, 4 months ago
- 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
- e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 4 months ago
- 8c77644 ecdsa: fix `-missing-prototypes` warning when `MBEDTLS_ECDSA_SIGN_ALT` is defined by harshal.patil · 2 years, 4 months ago
- ed5998c Merge pull request #7422 from valeriosetti/remove-psa-have-full-symbols by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 48fba6f Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA. by Stephan Koch · 2 years, 4 months ago
- 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 7b515fe Merge pull request #7440 from daverodgman/fix-big-endian-alignment-tests by Tom Cosgrove · 2 years, 4 months ago
- f33c7e3 Code style by Dave Rodgman · 2 years, 4 months ago
- 9145dc4 Ensure variables initialised by Dave Rodgman · 2 years, 4 months ago
- c07df36 More fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
- 6cbca6d Rename a variable in ipv4 and ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
- 0d57896 Refactor ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
- 7f5a1a4 Rename ipv6 parsing variables, introduce one new one by Andrzej Kurek · 2 years, 4 months ago
- 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
- fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
- e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
- 13b8b78 Improve x509_inet_pton_ipv4 readability by Andrzej Kurek · 2 years, 4 months ago
- b169671 Tidy-up by Dave Rodgman · 2 years, 4 months ago
- df2d5b1 Fix compile error by Dave Rodgman · 2 years, 4 months ago