- 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
- 21f1744 code_size_compare.py: fix make command logic in default config by Yanray Wang · 2 years, 2 months ago
- 502c54f code_size_compare.py: classify arguments in parser by Yanray Wang · 2 years, 2 months ago
- c18cd89 code_size_compare.py: add prompt for unsupported arch and config by Yanray Wang · 2 years, 2 months ago
- aba7158 code_size_compare.py: add armv8-m option for arch by Yanray Wang · 2 years, 2 months ago
- 60430bd code_size_compare.py: change default path of armclang by Yanray Wang · 2 years, 2 months ago
- a3841ab code_size_compare.py: add missing aes.o in code size comparison by Yanray Wang · 2 years, 2 months ago
- 369cd96 code_size_compare.py: add suffix to code size report by Yanray Wang · 2 years, 2 months ago
- 41a0aad code_size_compare.py: clean up worktree in errors of subprocess by Aditya Deshpande · 2 years, 4 months ago
- 6a86258 code_size_compare.py: support measurement of tfm-medium by Yanray Wang · 2 years, 2 months ago
- 23bd532 code_size_compare.py: add --arch and detection of host arch by Yanray Wang · 2 years, 2 months ago
- 2daa374 ecp_curves: Minor refactoring of `mbedtls_ecp_mod_p255_raw()` by Minos Galanakis · 2 years, 3 months ago
- aada68f ecp.py: Fixed types for `arguments()` overrides. by Minos Galanakis · 2 years, 3 months ago
- c2c967b ecp.py: Added tests for `mbedtls_ecp_mod_p255_raw` by Minos Galanakis · 2 years, 3 months ago
- 2607067 Merge pull request #7565 from gabor-mezei-arm/7263_split_out_Koblitz_raw_functions by Paul Elliott · 2 years, 2 months ago
- 63df4ec Merge pull request #7589 from daverodgman/pr4990 by Gilles Peskine · 2 years, 3 months ago
- f0806be Merge pull request #7489 from minosgalanakis/ecp/7246_xtrack_core_shift_l by Paul Elliott · 2 years, 3 months ago
- 03558b8 Add `_raw` function to P256K1 by Gabor Mezei · 2 years, 3 months ago
- e42bb62 Add `_raw` function to P224K1 by Gabor Mezei · 2 years, 3 months ago
- dacfe56 Add `_raw` function to P192K1 by Gabor Mezei · 2 years, 3 months ago
- 99453ad bignum_core.py: Simplified result calculation for `BignumCoreShiftL` by Minos Galanakis · 2 years, 3 months ago
- 0ec8a90 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
- cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
- 23b1010 Add test cases to test overflow in the Kobltz reduction by Gabor Mezei · 2 years, 3 months ago
- 013167e bignum_common.py: Addressed minor typos by Minos Galanakis · 2 years, 3 months ago
- 481a6a8 Merge pull request #7482 from gabor-mezei-arm/6029_use_core_api_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
- ddfd0a2 Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script by Bence Szépkúti · 2 years, 3 months ago
- eb2c39e Install cryptography only on linux platform by Pengyu Lv · 2 years, 3 months ago
- 9bf1aaf Fix input parameter alignment in P256K1 test cases by Gabor Mezei · 2 years, 3 months ago
- b643283 Merge pull request #7490 from paul-elliott-arm/test_ecp_mod_p448 by Paul Elliott · 2 years, 3 months ago
- b8bd47d Remove unrequired limb size calculation by Paul Elliott · 2 years, 3 months ago
- b7fd1d6 Correct max canonical multiplication result by Paul Elliott · 2 years, 3 months ago
- ebd624e Minor formatting change to driver wrapper jinja template by Aditya Deshpande · 2 years, 5 months ago
- 695e44b Rename p256m to p256 for uniform function/macro prefixes by Aditya Deshpande · 2 years, 6 months ago
- e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
- 16648be Add Curve 448 tests by Paul Elliott · 2 years, 3 months ago
- c787cf7 bignum_core.py: Add "BignumCoreShiftL()" by Minos Galanakis · 2 years, 3 months ago
- d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
- 1381598 cert_audit: Check the version of cryptography by Pengyu Lv · 2 years, 3 months ago
- e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
- cec5060 Fix test case dependency by Gabor Mezei · 2 years, 4 months ago
- bda7f87 Add dependency for P192K1 tests by Gabor Mezei · 2 years, 4 months ago
- b86ead3 Add generated tests for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
- 0a325b6 ecp.py: Set test-dependencies as attributes. by Minos Galanakis · 2 years, 4 months ago
- 1358648 test_suite_ecp: Introduced `ecp_mod_p_generic_raw` by Minos Galanakis · 2 years, 5 months ago
- 44c6694 Merge pull request #7351 from gabor-mezei-arm/7109_ecp_fast_reduction_testing by Janos Follath · 2 years, 4 months ago
- 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 5 months ago
- 13c73de Merge pull request #6233 from tom-cosgrove-arm/issue-6226-core-mul by Janos Follath · 2 years, 4 months ago
- 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
- b0f0137 Multplication is simmetric so only generate unique combinations by Gabor Mezei · 2 years, 4 months ago
- 87223ab Add generated test for core_mul by Gabor Mezei · 2 years, 4 months ago
- 5ded38e Fix 0 limb size for value 0 by Gabor Mezei · 2 years, 4 months ago
- b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
- e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
- d8c0e1a Fix comments by Gabor Mezei · 2 years, 4 months ago
- c33a36b Typo: reorder testing classes by Gabor Mezei · 2 years, 4 months ago
- a8d0da3 Add test cases for P256 fast reduction testing by Gabor Mezei · 2 years, 4 months ago
- 54ad647 Add test cases for P384 fast reduction testing by Gabor Mezei · 2 years, 4 months ago
- fede276 Typo: reformat numbers by Gabor Mezei · 2 years, 4 months ago
- a9a6872 Add test cases for P521 fast reduction testing by Gabor Mezei · 2 years, 4 months ago
- 64a229f Add test cases for P224 fast reduction testing by Gabor Mezei · 2 years, 4 months ago
- 62adc72 Add test cases for P192 fast reduction testing by Gabor Mezei · 2 years, 4 months ago
- 4af90bb EcpP384R1Raw: Added test case for 2nd round of carry reduction. by Minos Galanakis · 2 years, 5 months ago
- 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
- f359c91 ecp test generator: Added EcpPp384R1Raw(). by Minos Galanakis · 2 years, 5 months ago
- 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 5 months ago
- c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 5 months ago
- 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
- bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
- fffd6d9 Fix maximum cannonical value by Gabor Mezei · 2 years, 5 months ago
- e4710ae Add and fix comments by Gabor Mezei · 2 years, 5 months ago
- eb591ff Add test generation for ecp_mod_p256_raw by Gabor Mezei · 2 years, 5 months ago
- fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
- a2ef6a8 The is_valid() function is needed to not filter out test cases by Gabor Mezei · 2 years, 5 months ago
- 61ef360 Correct the maximum canonical value in tests by Gabor Mezei · 2 years, 5 months ago
- d034b3d Code style: have two empty lines before and after class definitions by Gabor Mezei · 2 years, 5 months ago
- 5e33e6f Remove unnecessary function override by Gabor Mezei · 2 years, 5 months ago
- 931fd64 Use lower case hex number by Gabor Mezei · 2 years, 5 months ago
- 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
- 98791e7 Add more test cases for P224 testing by Gabor Mezei · 2 years, 5 months ago
- a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 5 months ago
- a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
- 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 5 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
- f62b3bb Optimization of pake core functions by Przemek Stekiel · 2 years, 6 months ago
- 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
- b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
- 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
- e5e41eb Remove redundant line (fix rebase error) by Przemek Stekiel · 2 years, 8 months ago
- 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
- 4f0035b Add guards for buildin pake set_password function by Przemek Stekiel · 2 years, 8 months ago
- 2e73649 Add pake psa crypto driver wrappers implementation by Przemek Stekiel · 2 years, 8 months ago
- 7da8c56 Add PSA PAKE wrappers by Neil Armstrong · 3 years, 2 months ago
- 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 5 months ago
- f65a059 Add test generation for ecp_mod_p224_raw by Gabor Mezei · 2 years, 6 months ago
- 7c8d706 Use a common function to calculate the number of hex digits by Gabor Mezei · 2 years, 6 months ago
- 6df4a9b Merge pull request #7045 from lpy4105/issue/6947/apply-exclusions-in-code_style_py by Gilles Peskine · 2 years, 5 months ago
- 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago