1. 5b84ae1 Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING by Felix Conway · 8 weeks ago
  2. 79b5138 Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning by Felix Conway · 8 weeks ago
  3. a81d6df tests|programs: remove usage of mbedtls_ecp_set_max_ops() by Valerio Setti · 3 months ago
  4. b4cbc15 Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2 by Gilles Peskine · 9 weeks ago
  5. b828820 Declare oid_xxx_numeric_string only when they are defined by Gilles Peskine · 3 months ago
  6. 02ec585 Replace MBEDTLS_OID_C by function-specific dependencies by Gilles Peskine · 3 months ago
  7. cd4c0d7 Move OID string definitions back to mbedtls/oid.h by Gilles Peskine · 3 months ago
  8. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  9. 47f1d7b Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL by Gilles Peskine · 3 months ago
  10. 32a1112 Remove MBEDTLS_OID_X509_EXT_xxx constants by Gilles Peskine · 4 months ago
  11. b7ef4df Remove OID tables that are not used in X.509 by Gilles Peskine · 3 months ago
  12. 532e3ee Switch library and tests to the x509_oid module by Gilles Peskine · 3 months ago
  13. 86a47f8 Switch to "x509_oid.h" in code that uses OID functions by Gilles Peskine · 3 months ago
  14. 03a86e7 test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE by Valerio Setti · 10 weeks ago
  15. 4a2e7b9 tests: suite_x509parse: set PSA max operations in x509_verify_restart() by Valerio Setti · 2 months ago
  16. 49b7ef6 Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509 by Gilles Peskine · 3 months ago
  17. 1876efc Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 3 months ago
  18. 47c8579 Copy OID files that are getting moved to tf-psa-crypto by Gilles Peskine · 3 months ago
  19. b8d5649 tests: test_suite_x509: adapt RSA-PSS tests by Valerio Setti · 3 months ago
  20. 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
  21. d24dfad library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets() by Valerio Setti · 3 months ago
  22. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
  23. a5db6c1 Fix record insertion by Manuel Pégourié-Gonnard · 4 months ago
  24. 7af97b6 Use HANDSHAKE_OVER in nominal test cases by Manuel Pégourié-Gonnard · 4 months ago
  25. 8d73bdc Improve comments by Manuel Pégourié-Gonnard · 4 months ago
  26. 132f5b9 Use same dependencies for helper functions by Manuel Pégourié-Gonnard · 4 months ago
  27. 1f471a1 Tighten dependencies again by Manuel Pégourié-Gonnard · 4 months ago
  28. 921a2ac Improve dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  29. 0a1996f Tighten dependency declarations by Manuel Pégourié-Gonnard · 4 months ago
  30. c0721e0 Improve documentation by Gilles Peskine · 5 months ago
  31. eb48890 Remove redundant setup by Gilles Peskine · 5 months ago
  32. 84ccbd8 Simulate closing the connection mid-message by Gilles Peskine · 5 months ago
  33. 5e3c0bd Also test inserting non-empty, non-handshake records by Gilles Peskine · 5 months ago
  34. c34ea47 Fix the build without MBEDTLS_DEBUG_C by Gilles Peskine · 5 months ago
  35. 0742672 Fix the build in PSK-only configurations by Gilles Peskine · 5 months ago
  36. 7ab9fb6 Pacify ancient clang -Wmissing-initializer by Gilles Peskine · 5 months ago
  37. 7c1dbef Test split, coalesced-split and empty handshake records by Gilles Peskine · 5 months ago
  38. 92122ed Create handshake record coalescing tests by Gilles Peskine · 5 months ago
  39. e235958 Merge pull request #10078 from bjwtaylor/pk_rsa_alt-removal by Manuel Pégourié-Gonnard · 4 months ago
  40. 1a1ec2f Fix up merge conflict resolution by Max Fillinger · 4 months ago
  41. 29f8f9a Fix dependencies for TLS-Exporter tests by Max Fillinger · 7 months ago
  42. 9f84333 Exporter: Add min. and max. label tests by Max Fillinger · 8 months ago
  43. 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 9 months ago
  44. d6e0095 Exporter tests: Don't use unavailbable constant by Max Fillinger · 9 months ago
  45. 8e0b8c9 Exporter tests: Add missing depends-ons by Max Fillinger · 9 months ago
  46. c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  47. a9a9e99 Exporter tests: Reduce key size in long key tests by Max Fillinger · 9 months ago
  48. 9dc7b19 Exporter tests: Free endpoints before PSA_DONE() by Max Fillinger · 9 months ago
  49. 364afea Exporter tests: Fix possible uninitialized variable use by Max Fillinger · 9 months ago
  50. ea1e777 Coding style cleanup by Max Fillinger · 9 months ago
  51. 8a2d2ad Exporter tests: Initialize allocated memory by Max Fillinger · 9 months ago
  52. 8f12e31 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
  53. 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
  54. 28916ac Increase allowed output size of HKDF-Expand-Label by Max Fillinger · 9 months ago
  55. cf007ca Add more tests for keying material export by Max Fillinger · 9 months ago
  56. 7b72220 Fix coding style by Max Fillinger · 11 months ago
  57. c798642 Add test for TLS-Exporter in TLS 1.3 by Max Fillinger · 12 months ago
  58. 05a9787 Remove MBEDTLS_PK_RSA_ALT by Ben Taylor · 5 months ago
  59. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  60. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  61. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  62. 5ba9b57 Convert test function to a static function by Gabor Mezei · 5 months ago
  63. 9ee58e4 Update test dependencies by Gabor Mezei · 5 months ago
  64. 47c6277 Update dependencies by Gabor Mezei · 5 months ago
  65. 6dcfdf1 Adapt dependencies to the new world by Manuel Pégourié-Gonnard · 5 months ago
  66. af4606d Re-introduce log asserts on positive cases by Manuel Pégourié-Gonnard · 5 months ago
  67. 47d0b79 Improve a test assertion by Manuel Pégourié-Gonnard · 5 months ago
  68. f4a67cf Fix a typo by Manuel Pégourié-Gonnard · 5 months ago
  69. e5ddf36 Add test cases for EOF in the middle of fragments by Manuel Pégourié-Gonnard · 5 months ago
  70. ed873f9 Adjust logic around log pattern by Manuel Pégourié-Gonnard · 5 months ago
  71. 2285d61 Add test for length larger than 2^16 by Manuel Pégourié-Gonnard · 5 months ago
  72. 4f1b38a Adapt "large ClientHello" tests to incremental by Manuel Pégourié-Gonnard · 5 months ago
  73. 757040c Cleanly reject non-HS in-between HS fragments by Manuel Pégourié-Gonnard · 5 months ago
  74. 1038b22 Reduce the level of logging used in tests by Manuel Pégourié-Gonnard · 5 months ago
  75. 55d9124 Move new tests to their own data file by Manuel Pégourié-Gonnard · 5 months ago
  76. 299f94a Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  77. 1bed827 New test function for large ClientHello by Manuel Pégourié-Gonnard · 5 months ago
  78. 6e79ff5 Fix hash dependencies for TLS 1.2 tests by Manuel Pégourié-Gonnard · 5 months ago
  79. e760d7b Fix curve dependencies by Manuel Pégourié-Gonnard · 5 months ago
  80. ae567ad Add missing dependency declaration by Manuel Pégourié-Gonnard · 5 months ago
  81. 73247c6 Fix dependency issues by Manuel Pégourié-Gonnard · 5 months ago
  82. 5d0a921 Add test with non-HS record in-between HS fragments by Manuel Pégourié-Gonnard · 6 months ago
  83. de7aac7 Add test to TLS 1.3 ClientHello fragmentation by Manuel Pégourié-Gonnard · 6 months ago
  84. 4afdf34 Add reference tests with 1.3 ClientHello by Manuel Pégourié-Gonnard · 6 months ago
  85. e916652 Add supported_curves/groups extension by Manuel Pégourié-Gonnard · 6 months ago
  86. 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
  87. 24f11a3 Use an array of strings instead of pointer smuggling by Bence Szépkúti · 5 months ago
  88. 46e0b1c Use dummy typedef instead of macro by Bence Szépkúti · 5 months ago
  89. 58bb7ec Disable fatal assertions in Windows printf tests by Bence Szépkúti · 5 months ago
  90. 154066d Add testcase for MBEDTLS_PRINTF_MS_TIME by Bence Szépkúti · 5 months ago
  91. c6a8bf0 Test handling of format macros defined in debug.h by Bence Szépkúti · 5 months ago
  92. 1221052 Run test_suite_debug without MBEDTLS_SSL_TLS_C by Bence Szépkúti · 5 months ago
  93. 8829aa3 Fix code style by Gabor Mezei · 5 months ago
  94. 1495093 TLS context serialization needs an AEAD ciphersuite by Gabor Mezei · 5 months ago
  95. ea4df49 Update test dependencies by Gabor Mezei · 5 months ago
  96. dcbe4ce Update dependencies by Gabor Mezei · 5 months ago
  97. 8adcfc8 Add ECDSA ciphersuite support for `resize_buffer` tests by Gabor Mezei · 5 months ago
  98. ab02cd5 Revert "Delete test cases" by Gabor Mezei · 6 months ago
  99. cdd3474 Fix test case name by Gabor Mezei · 6 months ago
  100. 973a712 Migrate to a usable ciphersuite by Gabor Mezei · 6 months ago