1. ae3a100 Add a few manual test cases by Gilles Peskine · 3 years, 5 months ago
  2. cba28a7 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
  3. 8345d63 Add knowledge of the compatibility of key types and algorithms by Gilles Peskine · 4 years, 3 months ago
  4. ee7554e Add knowledge of algorithms by Gilles Peskine · 4 years, 3 months ago
  5. 8b4a381 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  6. c7e1ea0 New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  7. 08622b6 Declare PSA_WANT_ALG_CCM_STAR_NO_TAG and use it in tests by Gilles Peskine · 3 years, 5 months ago
  8. 26f9054 Declare modules used by generate_psa_tests.py as dependencies by Gilles Peskine · 3 years, 5 months ago
  9. b9dbb7f Add missing type annotation by Gilles Peskine · 4 years, 3 months ago
  10. f761427 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  11. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  12. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  13. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  14. b38f797 Add change log entry for psa ECC key derivation by Przemek Stekiel · 3 years, 5 months ago
  15. 81d903f Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashing by Gilles Peskine · 3 years, 5 months ago
  16. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  17. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  18. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  19. 73e91e1 Merge pull request #2229 from RonEld/fix_test_md_api_violation by Dave Rodgman · 3 years, 5 months ago
  20. 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
  21. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  22. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  23. f8614a0 asymmetric_encryption.h: trim trailing spaces by Przemek Stekiel · 3 years, 5 months ago
  24. b6bdebd asymmetric_encrypt: handle forced output by Przemek Stekiel · 3 years, 5 months ago
  25. d5e5c8b asymmetric_encrypt: add remining test driver cases by Przemek Stekiel · 3 years, 5 months ago
  26. c9c967c Fix RSA sanity checks for asymmetric_encrypt by Gilles Peskine · 3 years, 5 months ago
  27. 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
  28. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  29. 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
  30. fdfc10b Merge pull request #4408 from gilles-peskine-arm/storage-format-check-mononicity by Gilles Peskine · 3 years, 5 months ago
  31. 72373f3 WIP: Add asymmetric_encrypt test case by Przemek Stekiel · 3 years, 5 months ago
  32. b9ca22d Improving readability of x509_crt and x509write_crt for PR by pespacek · 3 years, 5 months ago
  33. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  34. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  35. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  36. 7fc0751 Restore build options for mbedtls_ecc_group_of_psa() and related functions by Przemek Stekiel · 3 years, 5 months ago
  37. dcf2ff5 Ensure files get closed when they go out of scope by Gilles Peskine · 3 years, 5 months ago
  38. 4a9630a Fix typo and align on US spelling by Gilles Peskine · 3 years, 5 months ago
  39. 70245be Add ChangeLog entry for fix to mbedtls_md_process() test by Tom Cosgrove · 3 years, 5 months ago
  40. 0df1ecd Fix test_suite_md API violation by Ron Eldor · 7 years ago
  41. f25b16c test_psa_compliance: update tag to fix-pr-5139-3 by Przemek Stekiel · 3 years, 5 months ago
  42. 541318a Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  43. 554b820 Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  44. 469fa95 Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  45. 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  46. 09e803c Provide a dummy implementation of timing.c by Andrzej Kurek · 3 years, 5 months ago
  47. 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  48. 108bf52 Add a missing guard for time.h in net_sockets.c by Andrzej Kurek · 3 years, 5 months ago
  49. 3475b26 Add a changelog entry by Andrzej Kurek · 3 years, 6 months ago
  50. 61faf66 Use $PWD instead of $(pwd) for consistency by David Horstmann · 3 years, 8 months ago
  51. ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  52. 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
  53. 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  54. 814c813 tests: add baremetal full config build by Daniel Axtens · 5 years ago
  55. 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  56. 446af20 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  57. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  58. 09e34b7 Add header guard around malloc(0) returning NULL implementation by Daniel Axtens · 3 years, 10 months ago
  59. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  60. db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  61. 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  62. 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  63. 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  64. e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  65. 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 6 months ago
  66. 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  67. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  68. 052deb9 Merge pull request #5554 from tom-daubney-arm/fix_uninitialised_buffers_in_tests by Gilles Peskine · 3 years, 5 months ago
  69. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  70. 644b3f6 Unify module documentation with --help text by Gilles Peskine · 3 years, 5 months ago
  71. 93c2a42 Don't require ABI tools if not checking the ABI by Gilles Peskine · 3 years, 5 months ago
  72. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  73. 5459a15 Merge pull request #5365 from Tachi107/msvc-utf-8 by Gilles Peskine · 3 years, 5 months ago
  74. e8c8300 Merge pull request #5581 from superna9999/pk-move-rename-rsa-ec-key-sizes by Gilles Peskine · 3 years, 5 months ago
  75. 38df86c Simplyfy asymmetric_decrypt() test function by Przemek Stekiel · 3 years, 5 months ago
  76. e894c5c Fix code style (indentation) in ssl_tls13_generate_and_write_ecdh_key_exchange() by Przemek Stekiel · 3 years, 5 months ago
  77. a9b4c43 Merge pull request #5588 from gilles-peskine-arm/mypy-on-jenkins by Gilles Peskine · 3 years, 5 months ago
  78. e356f07 Merge pull request #5512 from gilles-peskine-arm/psa-driver-interface-tweaks-202201 by Gilles Peskine · 3 years, 5 months ago
  79. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  80. 2cf0d4f Merge pull request #5584 from gilles-peskine-arm/cmake-Wunused-function by Dave Rodgman · 3 years, 5 months ago
  81. 0689865 Merge pull request #5471 from yuhaoth/pr/add-tls13-client-certificate-verify by Paul Elliott · 3 years, 5 months ago
  82. 4400be4 Adapt test cases for invalid bits with and without ECC keys enabled by Przemek Stekiel · 3 years, 5 months ago
  83. 15565ee Move publick key check out of MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR by Przemek Stekiel · 3 years, 5 months ago
  84. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  85. a81aed2 Clean up init values of psa crypto status and fix switch default case by Przemek Stekiel · 3 years, 5 months ago
  86. f110dc0 Clenup conditional compilation flags. by Przemek Stekiel · 3 years, 5 months ago
  87. dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
  88. 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  89. e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
  90. e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
  91. 5831b4f Merge pull request #5372 from AndrzejKurek/doxygen-fixes-compact-doxyfile by Gilles Peskine · 3 years, 5 months ago
  92. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  93. f48bd4b Merge pull request #5371 from AndrzejKurek/doxygen-duplicate-parameter-docs by Gilles Peskine · 3 years, 5 months ago
  94. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  95. 254efe5 Make mypy unconditional by Gilles Peskine · 3 years, 5 months ago
  96. 60234f8 Revert "Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences" by Neil Armstrong · 3 years, 5 months ago
  97. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  98. d5438a5 Enable -Wunused-function in cmake builds for tests by Gilles Peskine · 3 years, 5 months ago
  99. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  100. 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago