1. ed6feae Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases by Gilles Peskine · 11 months ago
  2. c1cb3dc Merge pull request #9597 from Harry-Ramsey/code-style-framework-submodule-support by Janos Follath · 10 months ago
  3. cb81d80 Merge pull request #9671 from Harry-Ramsey/duplicate-common-header-file-development by Ronald Cron · 10 months ago
  4. fb6cea5 Remove duplicate mbedtls/build_info.h include by Harry Ramsey · 10 months ago
  5. b81cd1a Update includes for generated files by Harry Ramsey · 10 months ago
  6. e8e23fb Include ssl_misc.h for additional SSL helper files by Harry Ramsey · 10 months ago
  7. 4d432d6 Remove mbedtls/build_info from pkcs7.c by Harry Ramsey · 10 months ago
  8. 0b4ccdd Merge pull request #9674 from gergelykarm/development by Tom Cosgrove · 10 months ago
  9. 80352ac Merge pull request #9668 from gilles-peskine-arm/analyze_outcome-split-dev by Gilles Peskine · 10 months ago
  10. a3c2a8f Fix driver schema json default type requirements by Gergely Korcsák · 10 months ago
  11. 8fa4964 Update framework to the branch with collect_test_cases.py and outcome_analysis.py by Gilles Peskine · 10 months ago
  12. 96db2cc Default to allowing partial test coverage by Gilles Peskine · 10 months ago
  13. 041a84d Downgrade mypy to a version that works with our code base by Gilles Peskine · 11 months ago
  14. 1c5a252 Upgrade mypy to the last version supporting Python 3.6 by Gilles Peskine · 11 months ago
  15. 9f85399 Move test case analysis modules to framework repository by Gilles Peskine · 10 months ago
  16. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  17. 91c6d4f Add include for common.h by Harry Ramsey · 10 months ago
  18. 84f868e Move library/common.h to tf-psa-crypto/core directory by Harry Ramsey · 10 months ago
  19. f8983dc Remove common.h from tf-psa-crypto/core by Harry Ramsey · 10 months ago
  20. e21e9c3 Merge pull request #9653 from Harry-Ramsey/revert-version-features-development by Ronald Cron · 10 months ago
  21. 3146772 Adjust paths for impending moves to the framework by Gilles Peskine · 10 months ago
  22. d617283 Fix failing psasim tests by Harry Ramsey · 10 months ago
  23. da8f42a Improve support for submodules in code_style.py by Harry Ramsey · 11 months ago
  24. c19f8ae Update config.py crypto for version files by Harry Ramsey · 10 months ago
  25. d457634 Remove version.c from .gitignore by Harry Ramsey · 10 months ago
  26. f7e7acc Move version tests from tf-psa-crypto/test/suite to test/suites by Harry Ramsey · 10 months ago
  27. 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
  28. 467edcd Merge pull request #9445 from ronald-cron-arm/tf-psa-crypto-cmake-build by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9445-0d10fedbebcb5946c88914c1eb00c6664ddebc1c
  29. 0d10fed Merge pull request #9236 from ronald-cron-arm/config-file-split by Ronald Cron · 10 months ago
  30. 082eade Separate code and data of outcome analysis by Gilles Peskine · 10 months ago
  31. e41cde5 Pass KNOWN_TASKS as an argument to main by Gilles Peskine · 10 months ago
  32. 005dca6 Typecheck main by Gilles Peskine · 10 months ago
  33. ad02d44 Don't reuse a variable name inside a function by Gilles Peskine · 10 months ago
  34. 9d78e87 Missing NotImplementedError in abstract method by Gilles Peskine · 10 months ago
  35. 49c77dd Remove sample ignore list elements for coverage by Gilles Peskine · 10 months ago
  36. 9f930e0 Create a module to split branch-independent code out of analyze_outcomes.py by Gilles Peskine · 10 months ago
  37. c8c83d0 Split test case collection from checks by Gilles Peskine · 10 months ago
  38. 1e5dbd3 Create a module to split test case collection from checks by Gilles Peskine · 10 months ago
  39. 38d4c91 Merge pull request #9594 from gilles-peskine-arm/analyze_outcomes-classes-development by Gilles Peskine · 10 months ago gh-readonly-queue/development/pr-9594-cb42f29c4eddaf53bfafcbb0585312c140a304ab
  40. 45daa8d Convert config-split.md with Pandoc by Ronald Cron · 10 months ago
  41. cbafe75 Fix hyperlink by Ronald Cron · 10 months ago
  42. 3ca3f15 Add missing backticks by Ronald Cron · 10 months ago
  43. 5f64611 Remove Mbed TLS feature support section by Ronald Cron · 10 months ago
  44. e2b24d3 Move MBEDTLS_USE_PSA_CRYPTO to "Builtin drivers" section by Ronald Cron · 10 months ago
  45. da4522c Move MBEDTLS_ERROR_C to section "General configuration options" by Ronald Cron · 10 months ago
  46. cb42f29 Merge pull request #9662 from gilles-peskine-arm/dtls_server-allow_unexpected_message_on_second_handshake-dev by Manuel Pégourié-Gonnard · 10 months ago gh-readonly-queue/development/pr-9662-96c6f5eb368b7973b1bdb3242486fb4f4bfb20fc
  47. 13b4954 Remove "error" allowance in dtls_server by Gilles Peskine · 10 months ago
  48. 713127d dtls_server: allow unexpected messages during handshake by Gilles Peskine · 10 months ago
  49. 393f9a1 test_psa_compliance: Use the pre-built library by Minos Galanakis · 12 months ago
  50. 308c737 Add all.sh component by Minos Galanakis · 12 months ago
  51. d2ca9a1 Add support to build only the tf-psa-crypto tree by Ronald Cron · 1 year ago
  52. e9e7b76 TF-PSA-Crypto.cmake: Fix paths to tests scripts and C modules by Ronald Cron · 1 year, 1 month ago
  53. 9c84726 TF-PSA-Crypto.cmake: TF-PSA-Cryto-ify the file by Ronald Cron · 1 year, 1 month ago
  54. 31829a8 TF-PSA-Crypto.cmake: Fix submodules by Ronald Cron · 1 year ago
  55. 97d05e5 TF-PSA-Crypto.cmake: Remove TLS and x509 specifics by Ronald Cron · 1 year, 1 month ago
  56. 4c3fa0a TF-PSA-Crypto.cmake: Do not support package config/install/apidoc/lcov by Ronald Cron · 1 year ago
  57. 701faac Introduce TF-PSA-Crypto.cmake by Ronald Cron · 1 year, 1 month ago
  58. 8d887d1 cmake: tf-psa-crypto: Replace some Mbed TLS options/variables by TF-PSA-Crypto ones by Ronald Cron · 1 year ago
  59. b6254f5 cmake: Add MBEDTLS_FRAMEWORK_DIR by Ronald Cron · 1 year ago
  60. 4c670fa cmake: Add TF_PSA_CRYPTO_DIR by Ronald Cron · 1 year ago
  61. d3f717d CMake: Move build of crypto test suites to tf-psa-crypto by Ronald Cron · 1 year ago
  62. 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
  63. e82ad15 CMake: Move build of the crypto library to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  64. ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  65. f8a3f28 CMake: Move library options to the top CMakeLists.txt by Ronald Cron · 1 year ago
  66. ac8dcb8 Remove dependency on mbedtls_test_helpers by Ronald Cron · 1 year ago
  67. 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
  68. 96c6f5e Merge pull request #9492 from eleuzi01/remove-legacy-symbol-definitions by Ronald Cron · 10 months ago gh-readonly-queue/development/pr-9492-46771295f2f49d8f9b91532c84d45fde4e35a5b9
  69. 780e856 Update submodule by Elena Uziunaite · 10 months ago
  70. 4677129 Merge pull request #9558 from gilles-peskine-arm/run-test-suites-on-subproject by Gilles Peskine · 10 months ago
  71. 0930b33 Don't use the "allow list" terminology any longer by Gilles Peskine · 10 months ago
  72. eb589f9 Rename MBEDTLS_PSA_CRYPTO_(USER_)CONFIG_FILE by Ronald Cron · 10 months ago
  73. 89d8a27 Rework overview of section changes by Ronald Cron · 10 months ago
  74. be35263 Re-organize "Mbed TLS modules" and "Module configuration options" by Ronald Cron · 10 months ago
  75. b992bc8 Re-order mbedtls_config.h sections by Ronald Cron · 10 months ago
  76. 3c7b3be No subsection by Ronald Cron · 10 months ago
  77. 2c152fd Add links to section descriptions by Ronald Cron · 10 months ago
  78. 294b5e0 Improve alphabetic ordering in sections by Ronald Cron · 10 months ago
  79. 1a09caa Merge pull request #9638 from gilles-peskine-arm/ssl-opt-sample-programs-dev by David Horstmann · 10 months ago
  80. bf90fa9 Update submodule to the head of framework PR by Elena Uziunaite · 10 months ago
  81. 9b0bdd0 Remove MBEDTLS_ECP_HAVE_xxx and MBEDTLS_MD_CAN_xxx by Elena Uziunaite · 11 months ago
  82. 7f85f1f Cosmetic changes by Elena Uziunaite · 11 months ago
  83. feb105c Address review comment by Elena Uziunaite · 11 months ago
  84. 05fe6e4 Remove MBEDTLS_MD_CAN_SHA512 from header files by Elena Uziunaite · 11 months ago
  85. 3b84b2e Remove legacy symbol definitions pt 2 by Elena Uziunaite · 12 months ago
  86. c0d6943 Replace legacy symbols in config files by Elena Uziunaite · 12 months ago
  87. 404311a Remove MBEDTLS_ECP_HAVE_SECP256R1 leftovers by Elena Uziunaite · 12 months ago
  88. e4669a5 Remove legacy symbol definitions pt 1 by Elena Uziunaite · 12 months ago
  89. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  90. 3b71262 Remove MBEDTLS_OID_C guard from static functions by Harry Ramsey · 10 months ago
  91. 5602651 Merge pull request #9604 from gilles-peskine-arm/config-full-booleans-only by Manuel Pégourié-Gonnard · 10 months ago
  92. f88f6d6 Stop testing without PSA by Gilles Peskine · 10 months ago
  93. 3c16e99 Update framework to the main branch by Gilles Peskine · 10 months ago
  94. 465837b Disable session tickets for ssl_client1 when using TLS 1.3 by Gilles Peskine · 10 months ago
  95. 5333425 Always call psa_crypto_init before using TLS by Gilles Peskine · 10 months ago
  96. f9ad830 Skip ssl_server in config-suite-b by Gilles Peskine · 11 months ago
  97. e13ff09 Use OPENSSL_NEXT for a test case that uses IPv6 when available by Gilles Peskine · 11 months ago
  98. cc7d6ae Note known issue about test cases skipped in TLS 1.3-only builds by Gilles Peskine · 11 months ago
  99. c3d1a1d Test SSL sample programs against each other and ssl_client2, ssl_server2 by Gilles Peskine · 11 months ago
  100. 6e3de21 dtls_client: don't force the use of IPv6 by Gilles Peskine · 11 months ago