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