1. 490f804 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  2. 8e322b1 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  3. e222637 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
  4. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  5. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  6. 23b79b6 Credit Cryptofuzz in the changelog by Dave Rodgman · 2 years, 9 months ago
  7. a66e7ed Improve changelog for ECDSA verify fix by Dave Rodgman · 2 years, 9 months ago
  8. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  9. e0917c0 Merge pull request #6492 from daverodgman/ecp_mul_mxz-timing-leak-2.28 by Gilles Peskine · 2 years, 9 months ago
  10. edc110d Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  11. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  12. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  13. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  14. 031c8c2 Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 9 months ago
  15. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  16. 8df2748 Improve test component name by Gilles Peskine · 2 years, 10 months ago
  17. 21503df Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 10 months ago
  18. 8fb928f Fix PSA+RSA dependencies on PK by Gilles Peskine · 2 years, 9 months ago
  19. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  20. 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  21. 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
  22. 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  23. 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  24. 670a993 Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  25. e6917d0 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  26. 5ad5e16 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  27. 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  28. 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  29. 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  30. ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  31. 9abd098 Merge pull request #6424 from gilles-peskine-arm/test_data_generation-pr_6093_followup-2.28 by Janos Follath · 2 years, 10 months ago
  32. e5ae132 Merge pull request #6420 from mpg/fix-assert-alloc-usage-228 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  33. d3a4f22 Merge pull request #6414 from daverodgman/update_docs_links_2.28 by Dave Rodgman · 2 years, 10 months ago
  34. 377e7e9 Documentation typo by Gilles Peskine · 2 years, 10 months ago
  35. 5d01cc0 Don't use parallel jobs for pylint by Gilles Peskine · 2 years, 11 months ago
  36. 7ff4766 Unify check_repo_path by Gilles Peskine · 2 years, 11 months ago
  37. 239765a Use relative imports when importing other modules in the same directory by Gilles Peskine · 2 years, 11 months ago
  38. ca980c0 Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 11 months ago
  39. f8d031f generate_*_tests.py: chdir to mbedtls root by Gilles Peskine · 2 years, 10 months ago
  40. 4881540 generate_*_tests.py: simplify test_suite_directory handling by Gilles Peskine · 2 years, 10 months ago
  41. bd5147c Clarify the descriptions of test-case-data-related modules by Gilles Peskine · 2 years, 11 months ago
  42. 69feebd More precise name for test data generation by Gilles Peskine · 2 years, 11 months ago
  43. 40de3d3 Backport build_tree.py from development by Gilles Peskine · 2 years, 10 months ago
  44. 4c0a21f Fix capitalisation by Dave Rodgman · 2 years, 10 months ago
  45. 8705290 Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  46. ed46f6f Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  47. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  48. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  49. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  50. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  51. a129bab Merge pull request #6412 from mpg/print-failed-suites-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  52. 65caa16 Add changelog entry by Przemek Stekiel · 2 years, 10 months ago
  53. 0368d36 Add MBEDTLS_PSA_BUILTIN_AEAD definition by Przemek Stekiel · 2 years, 10 months ago
  54. 8b53871 Improve wording re PSA Crypto API by Dave Rodgman · 2 years, 10 months ago
  55. 4e7892e Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  56. 0db0bd1 Update documentation links by Dave Rodgman · 2 years, 10 months ago
  57. 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
  58. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  59. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  60. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  61. 8b56f23 all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  62. c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
  63. 3211bbb Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  64. 8221f84 Merge pull request #6402 from gilles-peskine-arm/config.py-python-version-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  65. 78c34c2 Add a note that config.py must remain compatible with Python 3.4 by Gilles Peskine · 2 years, 10 months ago
  66. f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
  67. 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
  68. fa60941 Revert: Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  69. 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  70. 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  71. 1834a2e Reword change log entry by Przemek Stekiel · 2 years, 10 months ago
  72. 36b33ba Restore platform.h inclusion in error.c by Gilles Peskine · 2 years, 10 months ago
  73. 9c764bf MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  74. d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
  75. 0b7229d Include platform.h unconditionally: fixes undefined mbedtls_setbuf by Gilles Peskine · 2 years, 11 months ago
  76. 445aa5e Document the base state of platform abstraction by Gilles Peskine · 2 years, 11 months ago
  77. 7705a46 Include platform.h unconditionally: gcm by Gilles Peskine · 2 years, 11 months ago
  78. 0a48eae Add changelog entry: tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  79. efc894b Add GCM dependency to "Per-version suites: TLS 1.2" by Przemek Stekiel · 2 years, 10 months ago
  80. 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
  81. 2b03880 Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  82. 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
  83. 77ecc6e Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  84. 854be05 Add ChangeLog entry for memory leak fix by David Horstmann · 2 years, 10 months ago
  85. 8c176b4 Free structs in mbedtls_x509_get_name() on error by David Horstmann · 2 years, 10 months ago
  86. b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  87. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  88. 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  89. 8474fe0 Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 10 months ago
  90. 864b43d Fix configuration requirements(MBEDTLS_SSL_CONTEXT_SERIALIZATION, MBEDTLS_SSL_SESSION_TICKETS) by Przemek Stekiel · 2 years, 10 months ago
  91. 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  92. e535270 Add test components for tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  93. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  94. 30e0623 Merge pull request #6388 from gabor-mezei-arm/6308_bp_228_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
  95. eca29e4 Replace the output file atomically by Gilles Peskine · 2 years, 11 months ago
  96. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  97. 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  98. 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  99. 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  100. 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago