1. 535dcce Add unit tests for ECDSA with invalid public key by Dave Rodgman · 3 years ago
  2. e3619d0 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  3. 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
  4. 9d5b399 rebase with latest 2.28 branch by Zhangsen Wang · 3 years ago
  5. 55a3285 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  6. 1c981f5 skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
  7. df33684 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  8. d487776 Remove radix from added test cases by Werner Lewis · 3 years ago
  9. 3d52e44 Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  10. 3e005f3 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  11. 955a0bb Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  12. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  13. c71bc7b Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  14. e63492a Add missing break by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
  15. fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
  16. df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
  17. c87d97b Rearrange the session resumption code by Andrzej Kurek · 3 years, 2 months ago
  18. 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
  19. 0ae1c1c Merge pull request #5991 from gilles-peskine-arm/asn1write-0-fix-2.28 by Ronald Cron · 3 years, 1 month ago
  20. 3d96ea1 Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 2 months ago
  21. d97de55 Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
  22. 96b8d31 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
  23. 5387587 Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
  24. 5378592 ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
  25. bb34fee Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  26. 62f217b Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
  27. 4269185 Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
  28. 7f56783 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
  29. 7d0e658 Re-enable 7 tests disabled in mbedtls-2.28 because of an old OpenSSL bug by Zhangsen Wang · 3 years, 1 month ago
  30. 06c5e92 Merge pull request #5863 from wernerlewis/csr_subject_comma_2.28 by Gilles Peskine · 3 years, 1 month ago
  31. c9529f9 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
  32. 4118092 Merge pull request #5825 from polhenarejos/mbedtls-2.28 by Dave Rodgman · 3 years, 1 month ago
  33. 1421efa Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  34. d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  35. a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  36. 938be42 Add negative test for Opaque key & static ECDH by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  37. b3de3fd ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
  38. 331c342 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  39. 5b6c4c9 add client/server opaque test by Przemyslaw Stekiel · 3 years, 10 months ago
  40. ab09c9e Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  41. 9a2356b Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  42. 46b5cb5 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  43. 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
  44. 3c036f5 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  45. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  46. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  47. 02c9d3b Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  48. 7e163d7 Merge pull request #5893 from AndrzejKurek/ssl-opt-client-kill-fix-2.28 by Paul Elliott · 3 years, 2 months ago
  49. ce02537 Merge pull request #5828 from wernerlewis/time_utc_2.28 by Dave Rodgman · 3 years, 2 months ago
  50. d27cdcc Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  51. 1b54a05 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  52. 3afb7c3 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
  53. 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  54. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  55. d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  56. d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  57. 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  58. 529bf9d Merge pull request #5619 from mprse/backport_sig_ver_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  59. a002660 Merge pull request #5733 from daverodgman/warmsocks_spellingfixes_2.28 by Dave Rodgman · 3 years, 3 months ago
  60. 12ddae8 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
  61. beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  62. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  63. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  64. 585a412 Merge pull request #5760 from tom-daubney-arm/2-28_correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
  65. 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
  66. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  67. 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
  68. 5aeb61c Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  69. bcaba03 Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  70. 35de7b0 Merge pull request #5741 from gilles-peskine-arm/depends-curves-positive-only-2.28 by Gilles Peskine · 3 years, 4 months ago
  71. f7a101a Merge pull request #5730 from gilles-peskine-arm/ssl-opt-auto-psk-2.28 by Gilles Peskine · 3 years, 4 months ago
  72. b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  73. b534759 Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  74. 62de767 test_psa_crypto_config_accel_ecdsa: disable obsolete hashes by Gilles Peskine · 3 years, 4 months ago
  75. b84f8d4 Corrects flag set in tests by Thomas Daubney · 3 years, 4 months ago
  76. 784e65b Add RC4 positive test by Gilles Peskine · 3 years, 4 months ago
  77. 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
  78. 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  79. 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  80. 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
  81. c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 4 months ago
  82. b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  83. 65bc92a Don't try to perform operations when driver support is lacking by Gilles Peskine · 3 years, 5 months ago
  84. 36019d5 Use terse output from lsof by Gilles Peskine · 3 years, 4 months ago
  85. e8133cb test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
  86. 719a652 Fix REMOVE_ARC4 test case dependencies by Gilles Peskine · 3 years, 4 months ago
  87. 041388a Short-tag AEAD with the nominal length are encoded as nominal AEAD by Gilles Peskine · 3 years, 5 months ago
  88. 9d3706f exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  89. 8ddced5 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 5 months ago
  90. cb45170 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 5 months ago
  91. 3261124 Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 5 months ago
  92. 275ecde exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  93. 743972c Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  94. ae93ee6 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 5 months ago
  95. b0537ba Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 5 months ago
  96. c77f16b Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 5 months ago
  97. 8f3aad2 exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  98. 4eb1c7e 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 5 months ago
  99. 0de1143 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
  100. 930ccef Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago