- a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
- 728b142 test: psa_pake: port changes from cd356c3 by Valerio Setti · 2 years, 9 months ago
- e0d41de test: psa_pake: add missing initialization in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- db4736a test: psa_pake: remove empty password test by Valerio Setti · 2 years, 9 months ago
- b9ef1c2 test: psa_pake: fix error inject macro in ecjpake_do_round() by Valerio Setti · 2 years, 9 months ago
- b697745 test: psa_pake: fix erroneously duplicated tests by Valerio Setti · 2 years, 9 months ago
- 40323c5 test: psa_pake: improved ecjpake_do_round() test function by Valerio Setti · 2 years, 9 months ago
- ac3ba95 test: psa_pake: fix data file for ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- e65a41f test: psa_pake: fixes in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- e5d7864 test: psa_pake: improved description of macros used in ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- 6d4e75f psa_crypto_pake: initialize psa_status_t stack variables by Valerio Setti · 2 years, 9 months ago
- 7bb65ad test: psa_crypto_pake: enhanced ecjpake_setup() by Valerio Setti · 2 years, 9 months ago
- 024b028 test: split psa_pake function/data from the generic test_suite_psa_crypto by Valerio Setti · 2 years, 9 months ago
- 1070aed test_suite_psa_crypto: do not re-use PAKE's contexts in case of errors by Valerio Setti · 2 years, 9 months ago
- fdb77cd psa_crypto_pake: internally call to psa_pake_abort() in case of errors by Valerio Setti · 2 years, 9 months ago
- 0fc8877 Merge pull request #6632 from yanesca/refactor_bignum_test_framework by Janos Follath · 2 years, 9 months ago
- a08103a Merge pull request #6611 from gilles-peskine-arm/run-test-suites-out-of-tree by Gilles Peskine · 2 years, 9 months ago
- 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
- 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 9 months ago
- 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
- 8b85b48 Merge pull request #6617 from tom-cosgrove-arm/call-mbedtls_mpi_mod_modulus_init-first-final-2 by Gilles Peskine · 2 years, 9 months ago
- f82effa Optimize pake test code by Przemek Stekiel · 2 years, 9 months ago
- ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 9 months ago
- e2d6b5f psa_key_slot_get_slot_number: Move documentation to header file by Przemek Stekiel · 2 years, 9 months ago
- cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
- 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
- f352c67 Bignum tests: use default dataset in mod_raw by Janos Follath · 2 years, 9 months ago
- f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 9 months ago
- 76c21bd Bignum tests: flatten class hierarchy in _core by Janos Follath · 2 years, 9 months ago
- be5e7ae Bignum tests: remove deprecated dataset by Janos Follath · 2 years, 9 months ago
- dac44e6 Bignum tests: add default datasets by Janos Follath · 2 years, 9 months ago
- b2a850c Bignum Tests: add test data by Janos Follath · 2 years, 9 months ago
- a36e430 Bignum tests: add support for fixed width input by Janos Follath · 2 years, 9 months ago
- 8ae7a65 Bignum tests: improve mod descriptions by Janos Follath · 2 years, 9 months ago
- 284672c Bignum tests: complete support for unary operators by Janos Follath · 2 years, 9 months ago
- 435b305 Bignum tests: add special cases to mod by Janos Follath · 2 years, 9 months ago
- 98edf21 Bignum test: remove type restrictrion by Janos Follath · 2 years, 9 months ago
- c4fca5d Bignum tests: automate modulo test object generation by Janos Follath · 2 years, 9 months ago
- 939621f Bignum tests: add support for filtering by Janos Follath · 2 years, 9 months ago
- 1921fd5 Bignum tests: use arity in bignum_mod_raw by Janos Follath · 2 years, 9 months ago
- a36a3d3 Bignum tests: add arity by Janos Follath · 2 years, 9 months ago
- abfca8f Bignum tests: make n an attribute by Janos Follath · 2 years, 9 months ago
- 4c59d35 Bignum tests: make args use input_style by Janos Follath · 2 years, 9 months ago
- 6fa3f06 Bignum Tests: remove OperationCommonArchSplit by Janos Follath · 2 years, 9 months ago
- b41ab92 Bignum Tests: move properties to superclass by Janos Follath · 2 years, 9 months ago
- 155ad8c Bignum Tests: remove ModOperationCommonArchSplit by Janos Follath · 2 years, 9 months ago
- 948afce Bignum Tests: move ModOperationArchSplit to common by Janos Follath · 2 years, 9 months ago
- 5b1dbb4 Bignum Tests: Move ModOperation to common by Janos Follath · 2 years, 9 months ago
- 351e688 Make pylint happy by Janos Follath · 2 years, 9 months ago
- 3aeb60a Bignum test: move archsplit to superclass by Janos Follath · 2 years, 9 months ago
- 87df373 Bignum test: Move identical function to superclass by Janos Follath · 2 years, 9 months ago
- 0cd8967 Split test generator base class by Janos Follath · 2 years, 9 months ago
- 821d862 Merge pull request #6624 from xkqian/tls13_disable_early_data_test by Ronald Cron · 2 years, 9 months ago
- 4e83173 Skip early data basic check temp by Xiaokang Qian · 2 years, 9 months ago
- ba7c006 Merge pull request #6466 from mprse/driver-only-hash-ci by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- f6e342c Add test for single signature alg with openssl by Paul Elliott · 2 years, 9 months ago archive/dev/fix_tls12_sent_sigalgs fix_tls12_sent_sigalgs
- 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
- ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
- 96a0fd9 Fix signature algorithms list entry getting overwritten by length. by Paul Elliott · 2 years, 9 months ago
- 369ae0a Zeroize pake password buffer before free by Przemek Stekiel · 2 years, 9 months ago
- 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
- d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
- 85c54ea Allow providing space sepatated tasks by Przemek Stekiel · 2 years, 9 months ago
- e9622ac Remove the fore_tls13 option case from client side by Xiaokang Qian · 2 years, 9 months ago
- 8c0eb97 Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
- 542d932 Fix handling of default value for task argument by Przemek Stekiel · 2 years, 9 months ago
- 1def5be Add psa_get_and_lock_key_slot_with_policy to header file by Przemyslaw Stekiel · 2 years, 9 months ago
- 7c79548 Adapt ec-jpake_setup test by Przemek Stekiel · 2 years, 9 months ago
- 045158c Merge pull request #6607 from gilles-peskine-arm/negative-zero-from-add-development by Janos Follath · 2 years, 9 months ago
- 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 9 months ago
- 52d8e96 Disable PSA_WANT_ALG_STREAM_CIPHER, PSA_WANT_ALG_ECB_NO_PADDING also in reference config by Przemek Stekiel · 2 years, 9 months ago
- f3be7cc Keep drivers enabled also in reference build by Przemek Stekiel · 2 years, 9 months ago
- e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
- 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago
- 51c5a8b Update ticket flag macros by Xiaokang Qian · 2 years, 9 months ago
- f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
- 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
- 298f781 Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
- ef7f4e4 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
- af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
- db14a9d Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
- 6110a16 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
- 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
- 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
- b9b9026 Pacify pylint by Gilles Peskine · 2 years, 9 months ago
- 35af021 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
- ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
- 806c958 Changelog entry for the negative zero from add/sub by Gilles Peskine · 2 years, 9 months ago
- 4a768dd Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
- 4cbbfd8 For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
- 1288957 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
- 72ee1e3 Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
- aa88e0b Make configurations (driver, reference) as close as possible by Przemek Stekiel · 2 years, 9 months ago
- 32605b2 Merge pull request #6559 from ihsinme/patch-1 by Gilles Peskine · 2 years, 9 months ago
- 2909f53 Merge pull request #6604 from tom-cosgrove-arm/call-mbedtls_mpi_mod_modulus_init-first-cid-381893-381894 by Gilles Peskine · 2 years, 9 months ago
- 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
- edce0b4 Merge pull request #6454 from valeriosetti/issue4577 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
- f90111b Must call mbedtls_mpi_mod_modulus_init() before anything else in tests by Tom Cosgrove · 2 years, 9 months ago
- 72b9b17 Add comments to fix mini format issue by Xiaokang Qian · 2 years, 9 months ago
- 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago