- c9754c3 Merge branch 'Mbed-TLS:development' into sha3 by Pol Henarejos · 2 years, 10 months ago
- 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
- 78317c8 Merge pull request #6327 from yuhaoth/pr/tls13-psk-after-session-tickets by Ronald Cron · 2 years, 10 months ago
- c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
- b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
- e943283 More mbedtls_mpi_bitlen test cases by Gilles Peskine · 2 years, 10 months ago
- 24baa81 Improve mbedtls_mpi_bitlen test descriptions by Gilles Peskine · 2 years, 10 months ago
- c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
- 1b5c85c Merge pull request #6386 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core by Janos Follath · 2 years, 10 months ago
- 03aa174 Improve test message and title by Jerry Yu · 2 years, 10 months ago
- 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
- 63b06ea Update test cases by Jerry Yu · 2 years, 10 months ago
- 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
- 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
- 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
- 80ca44f Merge pull request #6325 from gabor-mezei-arm/6308_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
- 22514eb Fix typo in documentation by Gilles Peskine · 2 years, 11 months ago
- 6a5cc74 Fix typos and comments by Przemek Stekiel · 2 years, 10 months ago
- 5bbdfce Streamline mbedtls_mpi_core_lt_ct unit test by Gilles Peskine · 2 years, 11 months ago
- 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
- 571576f Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
- bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
- 97483b0 Remove incorrect comment by Gilles Peskine · 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
- 48a6a66 Add ssl-opt tls 1.2 tests for single cipher builds by Przemek Stekiel · 2 years, 10 months ago
- 8d4b241 Remove redundant indirect dependencies after optimizing setup for one cipher components by Przemek Stekiel · 2 years, 10 months ago
- a891a09 test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
- 68db0d2 Optimize one cipher only components and adapt nemes by Przemek Stekiel · 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
- 0cc3466 Change testing strategy to default + one cypher only (psa/no psa) by Przemek Stekiel · 2 years, 10 months ago
- b0de1c0 Add components to build and test default/full config with legacy-ccm cipher only by Przemek Stekiel · 2 years, 10 months ago
- 9550c05 Add component to build and test full config with stream cipher only by Przemek Stekiel · 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
- d582a01 Make MBEDTLS_SSL_CONTEXT_SERIALIZATION dependent on AEAD by Przemek Stekiel · 2 years, 10 months ago
- ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
- 0bb1382 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
- 6f29a6c test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
- a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
- 11c362a Add component to build and test default config with stream cipher only by Przemek Stekiel · 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
- f29c2a5 Add initialization for structures by Gabor Mezei · 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