1. 40486a4 Merge pull request #10209 from bjwtaylor/remove-MBEDTLS_USE_PSA_CRYPTO-code by Gilles Peskine · 6 days ago gh-readonly-queue/development/pr-10209-3e23cdc754cce64cf6aa124d6872d49d7dec7d77
  2. ae9dbaa Merge pull request #10315 from bjwtaylor/include-private-pk by Gilles Peskine · 6 days ago
  3. c454b5b Fix rebase failure by Ben Taylor · 6 days ago
  4. 4df61d4 fix style issues by Ben Taylor · 7 days ago
  5. dbea0a9 Remove additional unused no rng case by Ben Taylor · 7 days ago
  6. 1e2e2ea Added back crypto treatment of certs as the keyfile is now passed in and the previous rng issue should no longer be relevent by Ben Taylor · 7 days ago
  7. 8519c3e corrected copy paste error for MBEDTLS_USE_PSA_CRYPTO enabled/disabled by Ben Taylor · 3 weeks ago
  8. 6164e92 Restore comment in ssl-opt.sh as it is still relevent by Ben Taylor · 3 weeks ago
  9. 0768726 restoring test comment that refer to USE_PSA by Ben Taylor · 3 weeks ago
  10. 39a68bf removed additional references to USE_PSA in tests and comments by Ben Taylor · 3 weeks ago
  11. 98ecfdb corrected code style by Ben Taylor · 8 weeks ago
  12. 9020426 remove MBEDTLS_USE_PSA_CRYPTO from tests by Ben Taylor · 8 weeks ago
  13. 4bb98be initial remove of MBEDTLS_USE_PSA_CRYPTO by Ben Taylor · 3 months ago
  14. b3a2005 Remove copy from Makefile by Ben Taylor · 7 days ago
  15. d6f881e Merge pull request #10319 from gilles-peskine-arm/move-check-config-to-library by Gilles Peskine · 7 days ago
  16. cd1b7ff tests: x509write: replace MBEDTLS_ECDSA_DETERMINISTIC with PSA_WANT one by Valerio Setti · 7 days ago
  17. d560799 Adjust libtestdriver1_rewrite.pl to work on private by Ben Taylor · 8 days ago
  18. 1787ea4 Removed debug comment by Ben Taylor · 13 days ago
  19. 532dfee Add copy of header file for libtestdriver1 by Ben Taylor · 2 weeks ago
  20. 01def64 Unit tests for check_config.h by Gilles Peskine · 3 months ago
  21. 1819a91 Include limits.h where needed by Gilles Peskine · 14 days ago
  22. b23424c Merge pull request #10317 from ronald-cron-arm/legacy-crypto-options-cleanup by Ronald Cron · 11 days ago
  23. 361ce2b Rename mbedtls_pk_setup_opaque to mbedtls_pk_wrap_psa by Ben Taylor · 5 weeks ago
  24. dfd501d depends.py: Adapt to the removal of legacy crypto config options by Ronald Cron · 2 weeks ago
  25. fb03d13 depends.py: Remove cipher_padding domain by Ronald Cron · 4 weeks ago
  26. 0668036 Replace MBEDTLS_AES_C by Ronald Cron · 2 weeks ago
  27. e13c701 all.sh: Remove unset of now removed legacy symmetric crypto options by Ronald Cron · 2 weeks ago
  28. 892bb61 all.sh: Remove unset of now removed legacy RSA config options by Ronald Cron · 2 weeks ago
  29. 772a8ad all.sh: Remove unset of now removed legacy hash config options by Ronald Cron · 2 weeks ago
  30. 27125ce Update references to tf-psa-crypto/core/common.h by Bence Szépkúti · 3 weeks ago
  31. 5be8511 Fix too many arguments in mbedtls_pk_verify_new by Ben Taylor · 3 weeks ago
  32. 0c787e3 Remove additional calls to mbedtls_pk_verify_ext by Ben Taylor · 3 weeks ago
  33. b5fd7b9 Merge pull request #10295 from gilles-peskine-arm/nv-seed-only-prepare-mbedtls by Ronald Cron · 3 weeks ago gh-readonly-queue/development/pr-10295-4e9d91005f3e1b8823b358515f92339968acfbac
  34. 4e9d910 Merge pull request #10272 from bjwtaylor/include-private-pk by Gilles Peskine · 3 weeks ago
  35. c801d32 include private pk.h internally by Ben Taylor · 5 weeks ago
  36. 375fab7 Added a fix for the CI failure due to private access error by Anton Matkin · 3 weeks ago
  37. abafe32 Merge pull request #10297 from ronald-cron-arm/remove-legacy-crypto-options-preparation-1 by Ronald Cron · 3 weeks ago
  38. 3c2a1cb Prepare to ignore a new test case by Gilles Peskine · 3 weeks ago
  39. 9edf4c5 test_psa_crypto_config_accel_rsa_crypto: Disable MBEDTLS_GENPRIME by Ronald Cron · 3 weeks ago
  40. 4c48114 analyze_outcomes.py: Ignore test cases depending on MBEDTLS_GENPRIME by Ronald Cron · 4 weeks ago
  41. 50f99ca depends.py: Add warning log by Ronald Cron · 3 weeks ago
  42. e0b06eb test_xts: Remove temporarily file earlier by Ronald Cron · 3 weeks ago
  43. f256f8a Add test_xts component by Ronald Cron · 4 weeks ago
  44. b5c6fcc test_psa_crypto_config_accel_cipher_aead_cmac: Disable POLY1305 by Ronald Cron · 4 weeks ago
  45. 3f12006 build_psa_config_file: Check PSA_WANT_ALG_CMAC instead of MBEDTLS_CMAC_C by Ronald Cron · 5 weeks ago
  46. fbd5157 ssl-opt.sh: Replace MBEDTLS_ECP_DP_* dependencies by Ronald Cron · 4 weeks ago
  47. 68ba7f7 ssl-opt.sh: Replace MBEDTLS_RSA_C dependencies by Ronald Cron · 5 weeks ago
  48. bd28acf ssl-opt.sh: Remove dependencies on built-in CBC and AES by Ronald Cron · 4 weeks ago
  49. d5da020 depends.py: Do not fail when disabling a non-existing option by Ronald Cron · 5 weeks ago
  50. ba2376c Merge pull request #10275 from ariwo17/remove-des-core-before-crypto by David Horstmann · 4 weeks ago
  51. 5d8d299 Disable PSA_WANT_KEY_TYPE_DES to stop DES from being re-enabled by Ari Weiler-Ofek · 4 weeks ago
  52. 83bef5b Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback by Minos Galanakis · 4 weeks ago
  53. 86422e5 Remove: DES selftest, component_test_psa_crypto_config_accel_des and dead DES mentions prior to TF-PSA-Crypto cleanup by Ari Weiler-Ofek · 5 weeks ago
  54. 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 5 weeks ago
  55. 0038408 Properly initialize SSL endpoint objects by Gilles Peskine · 6 weeks ago
  56. 042ee3b Fix accidentally skipped test assertion by Gilles Peskine · 6 weeks ago
  57. ed87da7 Merge remote-tracking branch 'restricted/development-restricted' into future_rc by Minos Galanakis · 6 weeks ago
  58. 42c4bdd Merge pull request #10245 from felixc-arm/gcc-15-remove-wnoerror-dev by Manuel Pégourié-Gonnard · 6 weeks ago
  59. f68f45c Merge pull request #10213 from valeriosetti/issue298-development by Gilles Peskine · 6 weeks ago
  60. 27eb014 tests: suite_x509parse: rename variable in x509parse_crt() by Valerio Setti · 7 weeks ago
  61. 210b611 tests: suite_x509parse: fix indentation in x509parse_crt() by Valerio Setti · 7 weeks ago
  62. 2747ac1 tests: x509parse: fix RSA key in DER certificates by Valerio Setti · 8 weeks ago
  63. 11345e9 tests: x509parse: fix return values for invalid RSA keys by Valerio Setti · 8 weeks ago
  64. 760608d Properly initialize SSL endpoint objects by Gilles Peskine · 6 weeks ago
  65. b836d46 Fix accidentally skipped test assertion by Gilles Peskine · 6 weeks ago
  66. 8e95ba9 Merge pull request #10214 from ariwo17/fix-typo by David Horstmann · 6 weeks ago
  67. 95c48b3 Turn Wunterminated-string-initialization back into an error by Felix Conway · 6 weeks ago
  68. 78b0521 Remove trailing whitespace by Ari Weiler-Ofek · 7 weeks ago
  69. 69f5706 Add explanatory comment above #include "../tf-psa-crypto/core/common.h" by Ari Weiler-Ofek · 7 weeks ago
  70. cfbee27 Add include so psasim files can find new macro by Felix Conway · 7 weeks ago
  71. 5b84ae1 Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING by Felix Conway · 8 weeks ago
  72. 79b5138 Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning by Felix Conway · 8 weeks ago
  73. 48552b6 Merge pull request #10187 from valeriosetti/ecp-restartable-development by Manuel Pégourié-Gonnard · 7 weeks ago
  74. b1d3e2e Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain by Ronald Cron · 8 weeks ago
  75. f5a63d1 Fix invalid test data by aligning with 3.6 by Manuel Pégourié-Gonnard · 8 weeks ago
  76. d2262f2 Uncomment tests now that crypto is fixed by Manuel Pégourié-Gonnard · 10 weeks ago
  77. a81d6df tests|programs: remove usage of mbedtls_ecp_set_max_ops() by Valerio Setti · 3 months ago
  78. 6ee4d92 Fixed the same typo in ssl-opt.sh by Ari Weiler-Ofek · 8 weeks ago
  79. 3795f8a Remove temporary component created for SHA3 testing by Gabor Mezei · 9 weeks ago
  80. ef013a6 Use PSA macros for the `hashes` domain by Gabor Mezei · 11 months ago
  81. 43c891a Remove requirement on MBEDTLS_PLATFORM_C from configs by Felix Conway · 9 weeks ago
  82. cdd91da Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option by Manuel Pégourié-Gonnard · 8 weeks ago
  83. 2649800 Do not disable `PSA_WANT_SHA3` macros when driver accel is used by Gabor Mezei · 9 weeks ago
  84. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  85. e806134 Merge pull request #10173 from gilles-peskine-arm/oid-split-x509 by Manuel Pégourié-Gonnard · 9 weeks ago
  86. 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 3 months ago
  87. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  88. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  89. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  90. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  91. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  92. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  93. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  94. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  95. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  96. b9d7284 Fix calling `config.py` and update comment by Gabor Mezei · 9 weeks ago
  97. 8e5ee47 Add temporary component for SHA3 testing by Gabor Mezei · 9 weeks ago
  98. 6edb76c mbedtls_test_ssl_endpoint_init: split configuration and setup by Gilles Peskine · 9 weeks ago
  99. 00eb072 mbedtls_test_ssl_endpoint_init: store user_data_n in the endpoint object by Gilles Peskine · 9 weeks ago
  100. a6e71f9 Don't change the configuration after mbedtls_ssl_setup by Gilles Peskine · 9 weeks ago