1. ed58b50 test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency by Andrzej Kurek · 3 years, 2 months ago
  2. 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
  3. 9abad0c Improve the changelog message to contain more details by Andrzej Kurek · 3 years, 2 months ago
  4. 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
  5. 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
  6. b7aba1a Improve Changelog by Paul Elliott · 3 years, 3 months ago
  7. 072d2b0 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
  8. 56e01f3 Created customary ChangeLog.d entry. by Leonid Rozenboim · 3 years, 4 months ago
  9. 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 4 months ago
  10. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  11. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  12. 7c6b0e4 Merge pull request #5972 from wernerlewis/migration_guide_removals by Paul Elliott · 3 years, 1 month ago
  13. 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
  14. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  15. 7922bfb Merge pull request #6005 from ronald-cron-arm/tls13-changelogs-doc-update by Ronald Cron · 3 years, 1 month ago
  16. 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
  17. c67e6e9 Depends on MBEDTLS_X509_REMOVE_INFO disable for double Opaque keys test requiring cert infos to determine selected key by Neil Armstrong · 3 years, 1 month ago
  18. 3cb707d Fix and improve logs and documentation by Ronald Cron · 3 years, 1 month ago
  19. 7ac0d49 remove force_version for client by Jerry Yu · 3 years, 1 month ago
  20. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  21. 52b7d92 fix various issues by Jerry Yu · 3 years, 1 month ago
  22. 0834643 Add TLS 1.3 change logs by Ronald Cron · 3 years, 1 month ago
  23. 2ba0d23 Update TLS 1.3 support documentation by Ronald Cron · 3 years, 1 month ago
  24. 7999cb3 Remove auth_mode=required and client crt_file/key_file when testing server authentication by Neil Armstrong · 3 years, 1 month ago
  25. 4b10209 Use different certs for double opaque keys and check certificate issuer CN by Neil Armstrong · 3 years, 1 month ago
  26. 11ccb35 Merge pull request #5994 from gilles-peskine-arm/storage-format-doc-2.25-development by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  27. 1948a20 Cleanup Order & Title of Opaque TLS tests, fix RSA- test definition by Neil Armstrong · 3 years, 1 month ago
  28. 96eceb8 Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 1 month ago
  29. cb67e1a Merge pull request #5917 from gilles-peskine-arm/asn1write-0-fix by Ronald Cron · 3 years, 1 month ago
  30. bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
  31. 0b7ee23 Historical update: the layout on stdio changed in Mbed Crypto 1.1.0 by Gilles Peskine · 3 years, 1 month ago
  32. 3898961 Typos by Gilles Peskine · 3 years, 1 month ago
  33. 219a348 Repeat the seed file documentation in 2.25.0 by Gilles Peskine · 3 years, 1 month ago
  34. 3d65a19 Fix wrong type in C snippet by Gilles Peskine · 3 years, 1 month ago
  35. 167d82c Add dual keys Opaque ssl-opt tests by Neil Armstrong · 3 years, 1 month ago
  36. 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  37. 36b0223 Reorganize Opaque ssl-opt tests, pass key_opaque_algs=, add less wrong negative server testings by Neil Armstrong · 3 years, 1 month ago
  38. b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
  39. d7adb3c Add comments about MBEDTLS_PSA_CRYPTO_C also being required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  40. 25e39f2 Add section for Mbed TLS 2.25.0+ by Gilles Peskine · 3 years, 1 month ago
  41. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  42. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  43. 1dc6848 Merge pull request #5976 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-development by Dave Rodgman · 3 years, 1 month ago
  44. 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  45. 4fd898e More wording improvements by Gilles Peskine · 3 years, 1 month ago
  46. aae28f1 add tests by Jerry Yu · 3 years, 1 month ago
  47. 2fe6c63 remove supported check from parse sig algs by Jerry Yu · 3 years, 1 month ago
  48. 959e5e0 fix format issue by Jerry Yu · 3 years, 1 month ago
  49. 660cb42 Remove pkcs1 from key cert and sig alg map by Jerry Yu · 3 years, 1 month ago
  50. 71b1884 fix various issues by Jerry Yu · 3 years, 1 month ago
  51. 05d5f81 Fix spelling and formatting consistency by Werner Lewis · 3 years, 1 month ago
  52. 9d3e2fa Add negative tests by Jerry Yu · 3 years, 1 month ago
  53. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  54. c2e0493 Add rsa_pkcs1 for cert sig match by Jerry Yu · 3 years, 1 month ago
  55. cc53910 fix various issues by Jerry Yu · 3 years, 1 month ago
  56. 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
  57. ee28e7a add tests for select sig alg by Jerry Yu · 3 years, 1 month ago
  58. a0bb906 fix handshake_version test fail. by Jerry Yu · 3 years, 1 month ago
  59. aebaaaf add debug messages by Jerry Yu · 3 years, 1 month ago
  60. 64f410c Add tls13 sig alg parameters by Jerry Yu · 3 years, 1 month ago
  61. 430db6b Remove hack fix for server hybrid issue by Jerry Yu · 3 years, 1 month ago
  62. a1255e6 fix various issues by Jerry Yu · 3 years, 1 month ago
  63. 9bb3ee4 Revert rsa_pss_rsae_* support for tls12 by Jerry Yu · 3 years, 1 month ago
  64. 53f5c15 Add debug message by Jerry Yu · 3 years, 2 months ago
  65. 80dd5db Remove pkcs1 from certificate verify. by Jerry Yu · 3 years, 2 months ago
  66. d4a71a5 Add tls12 algorithms in hybrid mode client hello by Jerry Yu · 3 years, 2 months ago
  67. 5ef71f2 remove rsa_pkcs1_* from tls13 support list by Jerry Yu · 3 years, 2 months ago
  68. f085678 remove unnecessary check by Jerry Yu · 3 years, 2 months ago
  69. 6272c4d Revert unnecessary space change by Jerry Yu · 3 years, 2 months ago
  70. 96ee23e fix tls12 openssl/gnutls server fail by Jerry Yu · 3 years, 2 months ago
  71. ba5e379 Revert order of default sig_algs by Jerry Yu · 3 years, 2 months ago
  72. 3f71ca0 Remove rsa_pss_rsae_* from tls12 sig_algs by Jerry Yu · 3 years, 2 months ago
  73. 0c6be8f move big function by Jerry Yu · 3 years, 2 months ago
  74. 3896ac6 fix ordered sig algs fail for openssl by Jerry Yu · 3 years, 2 months ago
  75. f3b46b5 Add debug message by Jerry Yu · 3 years, 2 months ago
  76. d099cf0 fix unused variable issue by Jerry Yu · 3 years, 2 months ago
  77. f55886a fix various issues by Jerry Yu · 3 years, 2 months ago
  78. 6babfee remove out of scope codes by Jerry Yu · 3 years, 2 months ago
  79. fb52669 Rename sig_alg cert_key check by Jerry Yu · 3 years, 2 months ago
  80. a6076aa Revert temp test by Jerry Yu · 3 years, 2 months ago
  81. f0cda41 remove default sig_hashes by Jerry Yu · 3 years, 2 months ago
  82. 7ab7f2b Remove pkcs1 from certificate_verify by Jerry Yu · 3 years, 2 months ago
  83. 08524c5 remove pkcs1_* support by Jerry Yu · 3 years, 2 months ago
  84. 0ebce95 create tls12/tls13 sig alg support check by Jerry Yu · 3 years, 2 months ago
  85. 9f4cc5f Add pss_rsae sig algs into test conf by Jerry Yu · 3 years, 2 months ago
  86. f249ef7 refactor get sig algo from pk by Jerry Yu · 3 years, 2 months ago
  87. 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
  88. bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
  89. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  90. 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
  91. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  92. 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
  93. 9f1176a Move preferred_hash_for_sig_alg() check after ssl_pick_cert() and check if hash alg is supported with mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 1 month ago
  94. ed917bf Update description for negative key_opaque_algs tests by Neil Armstrong · 3 years, 1 month ago
  95. 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
  96. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  97. eb4390b Add Cipersuite selection negative testing by using invalid algs for server-side opaque key by Neil Armstrong · 3 years, 2 months ago
  98. 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
  99. 9e4b7bd Do not force TLS 1.3 on client side for TLS 1.3 middlebox compatibility tests by Gabor Mezei · 3 years, 1 month ago
  100. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago