- 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
- 9f0ec53 add a test for EC-JPAKE compatibility in TLS1.2 by Valerio Setti · 2 years, 9 months ago
- e2977b6 Remove TLS 1.2 exception about EC J-PAKE and PSA Crypto by Neil Armstrong · 2 years, 11 months ago
- ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
- faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
- bf249ac Merge pull request #6498 from yuhaoth/pr/fix-session-resumption-fail-when-hostname-is-not-localhost by Gilles Peskine · 2 years, 9 months ago
- 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
- 49e9fbd Merge pull request #6532 from yanesca/bignum_common_merge_slots by Janos Follath · 2 years, 9 months ago
- f8b3b72 Add merge slots to bignum_common.py by Janos Follath · 2 years, 9 months ago
- 4feb94a Merge pull request #6530 from yanesca/bignum_merge_scaffolding by Janos Follath · 2 years, 9 months ago
- 9b656d3 removed stray whitespaces from change logs by Asfandyar Orakzai · 2 years, 9 months ago
- 65cd8a4 fixed formating issues in psa_crypto_code_gen_1_1.txt by Asfandyar Orakzai · 2 years, 9 months ago
- 4f63ac4 fixed changelog formating by Asfandyar Orakzai · 2 years, 9 months ago
- d820ca5 Fix bignum test generator class names by Janos Follath · 2 years, 9 months ago
- ee2b637 Fixed change log issue by Asfandyar Orakzai · 2 years, 9 months ago
- c1a81bc Remove trailing new lines by Janos Follath · 2 years, 9 months ago
- 9cf14cd Make pylint happy by Janos Follath · 2 years, 9 months ago
- 6642caf Fix merge separator position by Janos Follath · 2 years, 9 months ago
- be13652 Use comments for merge separators in .data files by Janos Follath · 2 years, 9 months ago
- 1be322a Add merge slots to raw and mod_raw test generation by Janos Follath · 2 years, 9 months ago
- b99b056 Add script for generating mod test cases by Janos Follath · 2 years, 9 months ago
- df8239b Add script for generating mod_raw test cases by Janos Follath · 2 years, 9 months ago
- 5933f69 Add merge slots to Bignum files by Janos Follath · 2 years, 9 months ago
- 2a8bcf8 Add bignum merge scaffolding by Janos Follath · 2 years, 9 months ago
- 7b96f52 Merge pull request #6450 from gilles-peskine-arm/bignum-core-fill_random by Janos Follath · 2 years, 9 months ago
- 9bd28dc Update changed log by Asfandyar Orakzai · 2 years, 9 months ago
- 22cdd0c Update some internal comments by Gilles Peskine · 2 years, 9 months ago
- dd54324 Increase iterations for some statistical tests by Gilles Peskine · 2 years, 11 months ago
- 009d195 Move mbedtls_mpi_core_fill_random to the proper .c file by Gilles Peskine · 2 years, 11 months ago
- 5980f2b Implement mbedtls_mpi_core_fill_random by Gilles Peskine · 2 years, 11 months ago
- 909e03c Bignum core: fill_random: prototype by Gilles Peskine · 2 years, 10 months ago
- f1ed581 Merge pull request #6512 from yanesca/extract_uint_table_lookup_core by Janos Follath · 2 years, 9 months ago
- 90c6836 Merge pull request #6524 from daverodgman/fix-duplicate-header by Dave Rodgman · 2 years, 9 months ago
- ea63f69 Merge pull request #6514 from daverodgman/update_pr_template by Dave Rodgman · 2 years, 9 months ago
- 28f85e6 Fix const time in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
- 340846e Merge pull request #6515 from daverodgman/psalinks by Dave Rodgman · 2 years, 9 months ago
- 0877dc8 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
- 1630447 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
- 5f8dfb5 Merge pull request #6521 from daverodgman/fix_ssl_zeroize by Dave Rodgman · 2 years, 9 months ago
- b256640 Improve list formatting by Dave Rodgman · 2 years, 9 months ago
- f3928fb Reinstate note about all PRs receiving review by Dave Rodgman · 2 years, 9 months ago
- ba86484 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
- 5875f5f Add Changelog by Dave Rodgman · 2 years, 9 months ago
- 29b9b2b Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
- 8904a2d mpi_core_ct_uint_table_lookup: style and docs by Janos Follath · 2 years, 9 months ago
- 119e5d7 Update CONTRIBUTING.md, and refer to this from the template by Dave Rodgman · 2 years, 9 months ago
- 12cee78 Update PSA links in README.md by Dave Rodgman · 2 years, 9 months ago
- ef67d38 Fix memory leak in mpi_core_ct_uint_table_lookup test by Janos Follath · 2 years, 9 months ago
- 3d97331 Update PR template by Dave Rodgman · 2 years, 9 months ago
- 88e3177 Make pylint happy by Janos Follath · 2 years, 9 months ago
- e8734d8 Apply suggestions from code review by Dave Rodgman · 2 years, 9 months ago
- 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
- 7d8b3c9 Merge pull request #6510 from gilles-peskine-arm/all.sh-simplify-20221028-development by Dave Rodgman · 2 years, 9 months ago
- 133f4e4 Test mpi_core_table_lookup for constant timeness by Janos Follath · 2 years, 9 months ago
- 032924f Add mbedtls_mpi_core_ct_uint_table_lookup tests by Janos Follath · 2 years, 9 months ago
- e50f2f1 Add mbedtls_mpi_core_ct_uint_table_lookup by Janos Follath · 2 years, 9 months ago
- 2dc2757 Merge pull request #6457 from minosgalanakis/minos/6017_update_modulus_lifecycle by Janos Follath · 2 years, 9 months ago
- 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
- da6017c Group cpp_dummy_build test into an existing component by Gilles Peskine · 2 years, 9 months ago
- 12f5c6b Add changelog entry by Jerry Yu · 2 years, 9 months ago
- def7ae4 Add auth mode check by Jerry Yu · 2 years, 9 months ago
- 2883219 Improve output message by Jerry Yu · 2 years, 9 months ago
- 78e06a1 Remove redundant TLS 1.3 components by Gilles Peskine · 2 years, 9 months ago
- 8a4fd0e Remove redundant build-only driver interface component by Gilles Peskine · 2 years, 9 months ago
- 4bb369c Always enable MBEDTLS_TEST_HOOKS in TLS 1.3-only test configurations by Gilles Peskine · 2 years, 9 months ago
- b3166f4 Update Changelog by Dave Rodgman · 2 years, 9 months ago
- d7dfc09 Update Changelog by Dave Rodgman · 2 years, 9 months ago
- 169ae4f Add Changelog entry by Dave Rodgman · 2 years, 9 months ago
- 04e2133 Merge pull request #6482 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 9 months ago
- f00466e Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
- c3a7fa3 Update output message when certification verified fail by Jerry Yu · 2 years, 9 months ago
- ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
- 0c61a74 test_suite_bignum_mod_raw: Removed parameter for `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 9 months ago
- ce48c92 Credit Cryptofuzz in the changelog by Dave Rodgman · 2 years, 9 months ago
- 5d13e5e Improve changelog for ECDSA verify fix by Dave Rodgman · 2 years, 9 months ago
- 683850b Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
- cd7fe3e Merge pull request #6487 from gilles-peskine-arm/legacy_or_psa-internal by Dave Rodgman · 2 years, 9 months ago
- 75c4eaf Merge pull request #5841 from aurel32/ecp_mul_mxz-timing-leak by Gilles Peskine · 2 years, 9 months ago
- 4d4c98b bignum_mod: `mbedtls_mpi_mod_modulus_setup()` refactoring. by Minos Galanakis · 2 years, 9 months ago
- 66e0550 Support generating DER format certificates by Dave Rodgman · 2 years, 9 months ago
- 771c470 bignum_mod: Style changes by Minos Galanakis · 2 years, 9 months ago
- dd365a5 test_suite_bignum: Updated `mpi_mod_setup()` test by Minos Galanakis · 2 years, 10 months ago
- 8b33363 bignum_mod: Updated modulus lifecycle with mm and rr. by Minos Galanakis · 2 years, 10 months ago
- 760f5d6 bignum_mod: Updated mbedtls_mpi_mod_modulus_setup/free with new fields by Minos Galanakis · 3 years ago
- cd860df bignum_mod: Added Montgomery constants by Hanno Becker · 3 years ago
- 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
- 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
- 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
- 3a9ebd6 Declare legacy_or_psa.h as private by Gilles Peskine · 2 years, 9 months ago
- 49540ac Move copyright notice out of the Doxygen documentation by Gilles Peskine · 2 years, 9 months ago
- 85b9e09 Add change log by Ronald Cron · 2 years, 10 months ago
- c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
- d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
- 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
- 29c002e Remove unused perl dependency scripts by Andrzej Kurek · 2 years, 10 months ago
- 7cb0077 Add all.sh components running depends.py without MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 2 years, 10 months ago
- 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
- 4ef4c89 Fix CI failure in build_info.h by Xiaokang Qian · 2 years, 10 months ago
- b06f071 PSA service config build: disable more modules not used by PSA by Gilles Peskine · 2 years, 10 months ago