- 478a4ce Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
- 9509f44 Add missing typing by Werner Lewis · 3 years ago
- cace1aa Use __new__() for case counting by Werner Lewis · 3 years ago
- c34d037 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
- 47e37b3 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
- 008d90d Add details to docstrings by Werner Lewis · 3 years ago
- 1c2a732 Convert bools to int before arithmetic by Werner Lewis · 3 years ago
- 02998c4 Remove unneeded list concatenation by Werner Lewis · 3 years ago
- 70d3f3d Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
- dcad1e9 Separate common test generation classes/functions by Werner Lewis · 3 years ago
- 92bb1cd Fix incorrect indentation by Werner Lewis · 3 years, 1 month ago
- f0910ae Remove is None from if statement by Werner Lewis · 3 years, 1 month ago
- d76c5ed Fix type issues by Werner Lewis · 3 years, 1 month ago
- 1bdee22 Remove set() to preserve test case order by Werner Lewis · 3 years, 1 month ago
- 1c413bd Sort tests when generating cases by Werner Lewis · 3 years, 1 month ago
- 5c1173b Add test case generation for bignum add by Werner Lewis · 3 years, 1 month ago
- 423f99b Add test generation for bignum cmp variant by Werner Lewis · 3 years, 1 month ago
- 545911f Add bignum test generation framework by Werner Lewis · 3 years, 1 month ago
- e3619d0 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
- 1104866 Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years, 1 month ago
- 9d5b399 rebase with latest 2.28 branch by Zhangsen Wang · 3 years ago
- 55a3285 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
- 1c981f5 skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
- df33684 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
- d487776 Remove radix from added test cases by Werner Lewis · 3 years ago
- 3d52e44 Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
- 3e005f3 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
- 955a0bb Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
- 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- c71bc7b Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
- e63492a Add missing break by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
- fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
- df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
- c87d97b Rearrange the session resumption code by Andrzej Kurek · 3 years, 2 months ago
- e3954e3 Merge pull request #5997 from gilles-peskine-arm/storage-format-doc-202206-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 0ae1c1c Merge pull request #5991 from gilles-peskine-arm/asn1write-0-fix-2.28 by Ronald Cron · 3 years, 1 month ago
- 3d96ea1 Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 2 months ago
- d97de55 Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
- 96b8d31 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
- 5387587 Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
- 5378592 ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
- bb34fee Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
- 62f217b Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
- 4269185 Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
- 7f56783 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
- 7d0e658 Re-enable 7 tests disabled in mbedtls-2.28 because of an old OpenSSL bug by Zhangsen Wang · 3 years, 1 month ago
- 06c5e92 Merge pull request #5863 from wernerlewis/csr_subject_comma_2.28 by Gilles Peskine · 3 years, 1 month ago
- c9529f9 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
- 4118092 Merge pull request #5825 from polhenarejos/mbedtls-2.28 by Dave Rodgman · 3 years, 1 month ago
- 1421efa Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
- d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 938be42 Add negative test for Opaque key & static ECDH by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- b3de3fd ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
- 331c342 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 5b6c4c9 add client/server opaque test by Przemyslaw Stekiel · 3 years, 10 months ago
- ab09c9e Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
- 9a2356b Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
- 46b5cb5 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
- 719c723 test_suite_ssl: Use a zero fragment offset in a test with a too short record by Andrzej Kurek · 3 years, 2 months ago
- 3c036f5 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
- 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
- 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
- 02c9d3b Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
- 7e163d7 Merge pull request #5893 from AndrzejKurek/ssl-opt-client-kill-fix-2.28 by Paul Elliott · 3 years, 2 months ago
- ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
- d27cdcc Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
- 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
- 3afb7c3 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
- 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
- 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
- d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
- d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
- 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
- 529bf9d Merge pull request #5619 from mprse/backport_sig_ver_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
- 12ddae8 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
- beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
- 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- 585a412 Merge pull request #5760 from tom-daubney-arm/2-28_correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
- 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
- f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
- 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
- 5aeb61c Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- bcaba03 Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 35de7b0 Merge pull request #5741 from gilles-peskine-arm/depends-curves-positive-only-2.28 by Gilles Peskine · 3 years, 4 months ago
- f7a101a Merge pull request #5730 from gilles-peskine-arm/ssl-opt-auto-psk-2.28 by Gilles Peskine · 3 years, 4 months ago
- b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
- b534759 Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
- 62de767 test_psa_crypto_config_accel_ecdsa: disable obsolete hashes by Gilles Peskine · 3 years, 4 months ago
- b84f8d4 Corrects flag set in tests by Thomas Daubney · 3 years, 4 months ago
- 784e65b Add RC4 positive test by Gilles Peskine · 3 years, 4 months ago
- 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
- 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
- 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
- 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
- c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 4 months ago
- b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
- 65bc92a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago