- 0869167 Enable testing of asm under Memsan by Dave Rodgman · 2 years ago
- fa5a4bb Improve mbedtls_ct_memmove_left w.r.t. const-flow tests by Dave Rodgman · 2 years ago
- fba5598 Ensure constant values not known to compiler by Dave Rodgman · 2 years, 1 month ago
- a02b368 Fix gcc warnings when -Wredundant-decls set by Dave Rodgman · 2 years, 1 month ago
- 9fbb0cf Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 1 month ago
- 92a55bf Merge pull request #7793 from minosgalanakis/ecp/6025_fast_reduction_dispatch by Paul Elliott · 2 years, 1 month ago
- c439c67 Merge pull request #7719 from davidhorstmann-arm/second-jpake-state-machine-rework by Janos Follath · 2 years, 1 month ago
- db041cc Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size by Tom Cosgrove · 2 years, 1 month ago
- 28e2ca5 Docs improvement by Dave Rodgman · 2 years, 1 month ago
- 9f4fd28 Merge pull request #7808 from daverodgman/fix-ct-compile-warning by Dave Rodgman · 2 years, 1 month ago
- c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
- 246ec5a Replace unnecessary '>=' with '==' by David Horstmann · 2 years, 1 month ago
- 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
- 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
- 53a16b3 bignum_mod_raw: Updated documentation for mpi_mod_raw_mul by Minos Galanakis · 2 years, 1 month ago
- 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
- 8eb6104 bignum_mod_raw: Fixed a documentation typo. by Minos Galanakis · 2 years, 1 month ago
- c7408a4 bignum_mod_raw: Adjusted OPT_RED limb size requirements for mod_raw_mul(). by Minos Galanakis · 2 years, 1 month ago
- 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
- 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
- 7b10932 bignum_mod_raw: Updated documentation for mbedtls_mpi_mod_raw_mul by Minos Galanakis · 2 years, 2 months ago
- 2ed8fb7 ecp_mod_raw: Enabled fast reduction. by Minos Galanakis · 2 years, 2 months ago
- 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
- 57727cd Explain the sequence of mbedtls_psa_pake_ calls by David Horstmann · 2 years, 1 month ago
- 88d25f0 Remove unnecessary checks in psa_jpake_prologue() by David Horstmann · 2 years, 1 month ago
- e5b374a Remove comment explaining the state machine by David Horstmann · 2 years, 2 months ago
- 74a3d8c Simplify logic of driver step conversion by David Horstmann · 2 years, 2 months ago
- 5d878f6 Tweak wording for clarity by David Horstmann · 2 years, 2 months ago
- 1b54fae Remove unnecessary initialization of state by David Horstmann · 2 years, 2 months ago
- 16f0151 Use memset for initialization by David Horstmann · 2 years, 2 months ago
- 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
- 00ad6bf Rename function_mode to io_mode by David Horstmann · 2 years, 2 months ago
- 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
- e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
- e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 1 month ago
- 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 1 month ago
- 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 1 month ago
- e6c9996 Work around updating pointers from ILP32 by Dave Rodgman · 2 years, 1 month ago
- 5b5dd01 code style by Dave Rodgman · 2 years, 1 month ago
- b5b6939 Remove redundant checks in constant_time.c by Dave Rodgman · 2 years, 1 month ago
- 0400ae2 Fix pointer constraint in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
- c54f25e code style by Dave Rodgman · 2 years, 1 month ago
- 63e89b4 Use UINTPTR_MAX not SIZE_MAX by Dave Rodgman · 2 years, 1 month ago
- 85842b8 Be strict about pointer size in mbedtls_get_unaligned_volatile_uint32 by Dave Rodgman · 2 years, 1 month ago
- f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 1 month ago
- b67db91 Separate ILP32 and normal-aarch64 code paths by Dave Rodgman · 2 years, 1 month ago
- c882adf Docs improvement by Dave Rodgman · 2 years, 1 month ago
- 04cb9ac Fix for arm64_32 (aka ILP32) on Clang (attempt 2) by Dave Rodgman · 2 years, 1 month ago
- b19f584 Fix for arm64_32 (aka ILP32) on Clang by Dave Rodgman · 2 years, 1 month ago
- a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 1 month ago
- 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 1 month ago
- 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 1 month ago
- 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 1 month ago
- 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
- b70ea9f Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 1 month ago
- 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 1 month ago
- e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
- a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
- bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
- 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
- 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
- addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
- 5760bf7 Merge pull request #7641 from valeriosetti/issue7614 by Gilles Peskine · 2 years, 2 months ago
- de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 2 months ago
- 5c238d8 bignum_mod: Updated documentation. by Minos Galanakis · 2 years, 2 months ago
- 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
- 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
- be1bf15 bignum_mod: Updated `optred_modulus_setup` to use function input. by Minos Galanakis · 2 years, 2 months ago
- c6e68ed bignum_mod: Added `mbedtls_mpi_opt_red_struct` structure. by Minos Galanakis · 2 years, 2 months ago
- 0f718c9 bignum_mod: Fixed code-style by Minos Galanakis · 2 years, 3 months ago
- f055ad6 bignum_mod: Added static `standard_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
- 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
- bbe9db4 binum_mod: Added `mbedtls_mpi_mod_optred_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
- 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
- b46217d tls: never destroy a priavte key that is not owned/created by TLS module by Valerio Setti · 2 years, 2 months ago
- 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
- 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
- 0813b6f tls: optimize code in ssl_get_ecdh_params_from_cert() by Valerio Setti · 2 years, 2 months ago
- a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
- f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
- 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
- 246e51f Add cleanup for intermediate buffer by Kusumit Ghoderao · 2 years, 2 months ago
- a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
- b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
- 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
- 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
- d07761c add return statement by Kusumit Ghoderao · 2 years, 2 months ago
- 28a97ac code style by Dave Rodgman · 2 years, 2 months ago
- bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 2 months ago
- d05e7f1 Do not use NEON for AES-CBC on aarch64 by Dave Rodgman · 2 years, 2 months ago
- 906c63c Revert "improve cbc encrypt perf" by Dave Rodgman · 2 years, 2 months ago
- b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 2 months ago
- 15ddda9 Remove PSA_TO_MD_ERR from ssl_tls.c by Andrzej Kurek · 2 years, 2 months ago
- 257ea00 Use output block as U_accumulator by Kusumit Ghoderao · 2 years, 2 months ago
- 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 2 months ago
- 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
- a6033ac Add missing guards in tls 1.3 by Andrzej Kurek · 2 years, 2 months ago