- 251cb63 Remove unused macro definition by Gabor Mezei · 2 years, 10 months ago
- 8fcde5b Remove duplicate test case by Gabor Mezei · 2 years, 10 months ago
- 02e5d43 Add more tests for cond_assign/swap functions by Gabor Mezei · 2 years, 10 months ago
- 6546a6c Rewrite tests for cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
- ec5685f Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
- f5ca726 Rename variables to match bettr to its purpose by Gabor Mezei · 2 years, 10 months ago
- 8b05e3b Add memory freeing by Gabor Mezei · 2 years, 10 months ago
- a758488 Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
- 821d151 Check true and false condition in the same test case by Gabor Mezei · 2 years, 10 months ago
- 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
- 027d696 Remove unused code by Gabor Mezei · 2 years, 11 months ago
- b2763ef Do not read uninitialized memory by Gabor Mezei · 2 years, 11 months ago
- cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
- 53e455d Remove return value checking from test functions of assign and swap by Gabor Mezei · 2 years, 11 months ago
- b27b1c5 Add tests for conditional assign and swap functions by Gabor Mezei · 2 years, 11 months ago
- 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
- 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
- 77c691f Merge pull request #6194 from xkqian/tls13_add_psk_client_cases by Ronald Cron · 2 years, 10 months ago
- a70bd91 Fix the description of psk client cases by Xiaokang Qian · 2 years, 10 months ago
- e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
- 9c17204 Change cases description base on comments by Xiaokang Qian · 2 years, 10 months ago
- e12d30d Move psk related cases into tls13-kex-modes.sh by Xiaokang Qian · 2 years, 10 months ago
- 3539f2c Improve readability in ecjpake tests by Andrzej Kurek · 2 years, 10 months ago
- 954d576 PSK: change descriptions base on comments by Xiaokang Qian · 2 years, 10 months ago
- ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
- 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 11 months ago
- f70f4ea Merge pull request #6248 from gilles-peskine-arm/all-sh-force-3.2 by Gilles Peskine · 2 years, 11 months ago
- 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
- 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
- 210727f Skip some psk cases cause wrong fallback to ephemeral by Xiaokang Qian · 2 years, 11 months ago
- dea2cbe Fix various test issues in psk m->m cases by Xiaokang Qian · 2 years, 11 months ago
- 658204c Remove negative test cases for m->O and m->G by Xiaokang Qian · 2 years, 11 months ago
- 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
- cffb18c Fix various issues by Xiaokang Qian · 2 years, 11 months ago
- 8f7d7c7 Address comments about description of psk cases by Xiaokang Qian · 2 years, 11 months ago
- edc35e7 Refine the psk test cases for m->G by Xiaokang Qian · 3 years ago
- 2efece2 Refine the psk test cases for m->O by Xiaokang Qian · 3 years ago
- 3cbbbbc Shorten the description in psk m->m test cases by Xiaokang Qian · 3 years ago
- d7dcc42 Unified the test title of psk cases by Xiaokang Qian · 3 years ago
- 2aaf1c1 Re-work psk test cases against openssl and gnutls by Xiaokang Qian · 3 years ago
- 8e76e1d Add m->m cases with client be set to psk_all or all mode by Xiaokang Qian · 3 years ago
- ca48ddd Add m->m with client be set to ephemeral or ephemeral_all mode by Xiaokang Qian · 3 years ago
- 198cefd Add force_version tls13 to the psk test cases by Xiaokang Qian · 3 years ago
- f9b694b Add m->m cases with client be set to psk and psk_ephemeral mode by Xiaokang Qian · 3 years ago
- e0cc584 Change result strings based on actula psk test result by Xiaokang Qian · 3 years ago
- df6a389 Add client psk test cases for all mode by Xiaokang Qian · 3 years ago
- a39d0d5 Add client test cases for ephemeral_all mode by Xiaokang Qian · 3 years ago
- 01173c2 Add client test cases for ephemeral mode by Xiaokang Qian · 3 years ago
- ff5705b Add client test cases for psk_ephemeral mode by Xiaokang Qian · 3 years ago
- 7389423 Add client test cases for psk_all mode by Xiaokang Qian · 3 years ago
- cf6442e Add client test cases for psk mode by Xiaokang Qian · 3 years ago
- 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago
- 07ba2be Merge pull request #6304 from yuhaoth/pr/exclude-pre_shared_key-from-hrr-msg by Gilles Peskine · 2 years, 11 months ago
- 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 9370612 remove certificate setting from psk_ephemeral HRR test by Jerry Yu · 2 years, 11 months ago
- 119eae2 Update names of test cases in generate_bignum_tests.py by Tom Cosgrove · 2 years, 11 months ago
- c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
- d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 2db49df Add psk_ephemeral HRR tests by Jerry Yu · 2 years, 11 months ago
- 36e1d9e Merge pull request #6203 from wernerlewis/ecp_group_test by Dave Rodgman · 2 years, 11 months ago
- 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
- b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
- 277cdcb ssl-opt.sh: tls13 opaque key: Enable client authentication by Ronald Cron · 2 years, 11 months ago
- e3196d2 ssl-opt.sh: tls13 opaque key: Do not force version on client side by Ronald Cron · 2 years, 11 months ago
- 6ec2123 ssl-opt.sh: Align prefix of TLS 1.3 opaque key tests by Ronald Cron · 2 years, 11 months ago
- 067a1e7 tls13: Try reasonable sig alg for CertificateVerify signature by Ronald Cron · 2 years, 11 months ago
- 67ea254 tls13: server: Add sig alg checks when selecting best certificate by Ronald Cron · 2 years, 11 months ago
- ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
- 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
- ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
- 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
- 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
- f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
- 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 73f9233 Use full config for testing driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 79e1467 Fix include path for programs by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
- be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
- 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
- c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
- 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
- dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
- 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
- b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
- 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
- e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
- be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
- 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
- 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
- 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
- c454aba ssl-opt.sh: add tests for key_opaque_algs option by Przemek Stekiel · 3 years, 1 month ago
- 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago