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