1. 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
  2. 4e9d910 Merge pull request #10272 from bjwtaylor/include-private-pk by Gilles Peskine · 3 weeks ago
  3. c801d32 include private pk.h internally by Ben Taylor · 5 weeks ago
  4. 375fab7 Added a fix for the CI failure due to private access error by Anton Matkin · 3 weeks ago
  5. abafe32 Merge pull request #10297 from ronald-cron-arm/remove-legacy-crypto-options-preparation-1 by Ronald Cron · 3 weeks ago
  6. 3c2a1cb Prepare to ignore a new test case by Gilles Peskine · 3 weeks ago
  7. 9edf4c5 test_psa_crypto_config_accel_rsa_crypto: Disable MBEDTLS_GENPRIME by Ronald Cron · 3 weeks ago
  8. 4c48114 analyze_outcomes.py: Ignore test cases depending on MBEDTLS_GENPRIME by Ronald Cron · 4 weeks ago
  9. 50f99ca depends.py: Add warning log by Ronald Cron · 3 weeks ago
  10. e0b06eb test_xts: Remove temporarily file earlier by Ronald Cron · 3 weeks ago
  11. f256f8a Add test_xts component by Ronald Cron · 4 weeks ago
  12. b5c6fcc test_psa_crypto_config_accel_cipher_aead_cmac: Disable POLY1305 by Ronald Cron · 4 weeks ago
  13. 3f12006 build_psa_config_file: Check PSA_WANT_ALG_CMAC instead of MBEDTLS_CMAC_C by Ronald Cron · 5 weeks ago
  14. fbd5157 ssl-opt.sh: Replace MBEDTLS_ECP_DP_* dependencies by Ronald Cron · 4 weeks ago
  15. 68ba7f7 ssl-opt.sh: Replace MBEDTLS_RSA_C dependencies by Ronald Cron · 5 weeks ago
  16. bd28acf ssl-opt.sh: Remove dependencies on built-in CBC and AES by Ronald Cron · 4 weeks ago
  17. d5da020 depends.py: Do not fail when disabling a non-existing option by Ronald Cron · 5 weeks ago
  18. ba2376c Merge pull request #10275 from ariwo17/remove-des-core-before-crypto by David Horstmann · 4 weeks ago
  19. 5d8d299 Disable PSA_WANT_KEY_TYPE_DES to stop DES from being re-enabled by Ari Weiler-Ofek · 4 weeks ago
  20. 83bef5b Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback by Minos Galanakis · 4 weeks ago
  21. 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
  22. 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 5 weeks ago
  23. 0038408 Properly initialize SSL endpoint objects by Gilles Peskine · 6 weeks ago
  24. 042ee3b Fix accidentally skipped test assertion by Gilles Peskine · 6 weeks ago
  25. ed87da7 Merge remote-tracking branch 'restricted/development-restricted' into future_rc by Minos Galanakis · 6 weeks ago
  26. 42c4bdd Merge pull request #10245 from felixc-arm/gcc-15-remove-wnoerror-dev by Manuel Pégourié-Gonnard · 6 weeks ago
  27. f68f45c Merge pull request #10213 from valeriosetti/issue298-development by Gilles Peskine · 6 weeks ago
  28. 27eb014 tests: suite_x509parse: rename variable in x509parse_crt() by Valerio Setti · 7 weeks ago
  29. 210b611 tests: suite_x509parse: fix indentation in x509parse_crt() by Valerio Setti · 7 weeks ago
  30. 2747ac1 tests: x509parse: fix RSA key in DER certificates by Valerio Setti · 8 weeks ago
  31. 11345e9 tests: x509parse: fix return values for invalid RSA keys by Valerio Setti · 8 weeks ago
  32. 760608d Properly initialize SSL endpoint objects by Gilles Peskine · 6 weeks ago
  33. b836d46 Fix accidentally skipped test assertion by Gilles Peskine · 6 weeks ago
  34. 8e95ba9 Merge pull request #10214 from ariwo17/fix-typo by David Horstmann · 6 weeks ago
  35. 95c48b3 Turn Wunterminated-string-initialization back into an error by Felix Conway · 6 weeks ago
  36. 78b0521 Remove trailing whitespace by Ari Weiler-Ofek · 7 weeks ago
  37. 69f5706 Add explanatory comment above #include "../tf-psa-crypto/core/common.h" by Ari Weiler-Ofek · 7 weeks ago
  38. cfbee27 Add include so psasim files can find new macro by Felix Conway · 7 weeks ago
  39. 5b84ae1 Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING by Felix Conway · 8 weeks ago
  40. 79b5138 Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning by Felix Conway · 8 weeks ago
  41. 48552b6 Merge pull request #10187 from valeriosetti/ecp-restartable-development by Manuel Pégourié-Gonnard · 7 weeks ago
  42. b1d3e2e Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain by Ronald Cron · 8 weeks ago
  43. f5a63d1 Fix invalid test data by aligning with 3.6 by Manuel Pégourié-Gonnard · 8 weeks ago
  44. d2262f2 Uncomment tests now that crypto is fixed by Manuel Pégourié-Gonnard · 10 weeks ago
  45. a81d6df tests|programs: remove usage of mbedtls_ecp_set_max_ops() by Valerio Setti · 3 months ago
  46. 6ee4d92 Fixed the same typo in ssl-opt.sh by Ari Weiler-Ofek · 8 weeks ago
  47. 3795f8a Remove temporary component created for SHA3 testing by Gabor Mezei · 9 weeks ago
  48. ef013a6 Use PSA macros for the `hashes` domain by Gabor Mezei · 11 months ago
  49. 43c891a Remove requirement on MBEDTLS_PLATFORM_C from configs by Felix Conway · 9 weeks ago
  50. cdd91da Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option by Manuel Pégourié-Gonnard · 8 weeks ago
  51. 2649800 Do not disable `PSA_WANT_SHA3` macros when driver accel is used by Gabor Mezei · 9 weeks ago
  52. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  53. e806134 Merge pull request #10173 from gilles-peskine-arm/oid-split-x509 by Manuel Pégourié-Gonnard · 9 weeks ago
  54. 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 3 months ago
  55. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  56. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  57. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  58. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  59. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  60. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  61. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  62. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  63. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  64. b9d7284 Fix calling `config.py` and update comment by Gabor Mezei · 9 weeks ago
  65. 8e5ee47 Add temporary component for SHA3 testing by Gabor Mezei · 9 weeks ago
  66. 6edb76c mbedtls_test_ssl_endpoint_init: split configuration and setup by Gilles Peskine · 9 weeks ago
  67. 00eb072 mbedtls_test_ssl_endpoint_init: store user_data_n in the endpoint object by Gilles Peskine · 9 weeks ago
  68. a6e71f9 Don't change the configuration after mbedtls_ssl_setup by Gilles Peskine · 9 weeks ago
  69. 6e4d245 Move certificate and key parsing to auxiliary functions by Gilles Peskine · 10 weeks ago
  70. fb2ce05 SSL tests: make client authentication more uniform, defaulting on by Gilles Peskine · 10 weeks ago
  71. 27586d8 Move more endpoint configuration into the setup function by Gilles Peskine · 10 weeks ago
  72. 7a8fd46 Separate test function to perform an SSL connection by Gilles Peskine · 10 weeks ago
  73. bd95340 Unify SSL version checks between client and server by Gilles Peskine · 10 weeks ago
  74. e23a6d1 Move serialization testing into its own function by Gilles Peskine · 10 weeks ago
  75. 78df6ae Move renegotiation testing into its own function by Gilles Peskine · 10 weeks ago
  76. e30b5c7 mbedtls_test_ssl_perform_handshake: make client, server pointers by Gilles Peskine · 10 weeks ago
  77. 07432b9 Unify identical code by Gilles Peskine · 10 weeks ago
  78. ca8a9ac Remove unused parameters to endpoint init/free by Gilles Peskine · 10 weeks ago
  79. 6c154e7 Move queue management into mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 10 weeks ago
  80. b092e78 New auxiliary function mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 10 weeks ago
  81. 2996959 Move DTLS context into the endpoint structure by Gilles Peskine · 10 weeks ago
  82. 9b99368 mbedtls_test_ssl_perform_handshake: declare options as const by Gilles Peskine · 10 weeks ago
  83. 2744a43 Refactor set_ciphersuites to work on the endpoint structure by Gilles Peskine · 2 months ago
  84. 0677e02 Move timer into the endpoint structure by Gilles Peskine · 10 weeks ago
  85. 35a2d9b Remove testing of mbedtls_ssl_conf_own_cert(NULL) by Gilles Peskine · 2 months ago
  86. b6bb3fb Flatten out mbedtls_test_ssl_endpoint_certificate structure by Gilles Peskine · 2 months ago
  87. 353eb33 Use TEST_EQUAL(a,b) instead of TEST_ASSERT(a==b) by Gilles Peskine · 3 months ago
  88. 03a86e7 test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE by Valerio Setti · 10 weeks ago
  89. 5989da2 Add tests for bug in mbedtls_x509_string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  90. a4ffc4e Merge remote-tracking branch 'public/development' into development-restricted by Manuel Pégourié-Gonnard · 10 weeks ago
  91. 80b697d Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes by Gilles Peskine · 10 weeks ago
  92. 4a2e7b9 tests: suite_x509parse: set PSA max operations in x509_verify_restart() by Valerio Setti · 2 months ago
  93. e0ce40b Change hardcoded error values in ssl-opt to take in the PSA error alias by Felix Conway · 3 months ago
  94. b9da11f Test with GCC 15 with sloppy union initialization by Gilles Peskine · 3 months ago
  95. d31a3c3 Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev by Gilles Peskine · 3 months ago
  96. 7769c16 Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain by Manuel Pégourié-Gonnard · 3 months ago
  97. bda3ab9 Add unit test for new behaviour of string_to_names() by Manuel Pégourié-Gonnard · 3 months ago
  98. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  99. f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 10 months ago
  100. d0e799a Improve comments by Gilles Peskine · 3 months ago