1. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  2. 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
  3. 64f410c Add tls13 sig alg parameters by Jerry Yu · 3 years, 1 month ago
  4. bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
  5. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 2 months ago
  6. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  7. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  8. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  9. cb20d20 Further code optimization by Przemek Stekiel · 3 years, 3 months ago
  10. 296bfba ssl_server2: add key_opaque_algs2 usage info by Przemek Stekiel · 3 years, 3 months ago
  11. 488efa0 Fix compiler warnings: initialize local variables: psa_alg, psa_alg2, psa_usage by Przemek Stekiel · 3 years, 3 months ago
  12. 134eb8b Fix style by Przemek Stekiel · 3 years, 3 months ago
  13. 0921283 ssl_client2/ss_server2: optimize code for opaque key by Przemek Stekiel · 3 years, 3 months ago
  14. e5e9ba9 ssl_server2: refactor opaque code by Przemek Stekiel · 3 years, 3 months ago
  15. b58c47a ssl_server2: use key opaque algs given from command line by Przemek Stekiel · 3 years, 3 months ago
  16. 344c561 ssl_server2: Add support for key_opaque_algs2 command line paramtere by Przemek Stekiel · 3 years, 3 months ago
  17. 77fc9ab Fix typos and code style by Przemek Stekiel · 3 years, 3 months ago
  18. 4ca0d72 ssl server: add key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
  19. 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  20. 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 3 months ago
  21. cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 3 months ago
  22. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  23. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  24. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  25. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  26. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 3 months ago
  27. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 3 months ago
  28. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  29. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  30. f0b1271 Support RSA Opaque PK keys in ssl_server2 by Neil Armstrong · 3 years, 4 months ago
  31. 99a732b Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
  32. 8bb96d9 Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago
  33. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  34. 554b820 Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  35. 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  36. 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago
  37. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  38. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  39. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  40. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  41. cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
  42. 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
  43. 11f0a9c fix deprecated-declarations error by Jerry Yu · 3 years, 7 months ago
  44. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  45. ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  46. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 6 months ago
  47. 7a58d52 Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 6 months ago
  48. d4bea1e Add ticket_aead option for ssl_server2 by Gabor Mezei · 3 years, 7 months ago
  49. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  50. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  51. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  52. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  53. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 8 months ago
  54. d6914e3 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
  55. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  56. bbb22bb ssl_client2/ssl_server2: Move is_psa_leaking() before mbedtls_psa_crypto_free() (and rng_free()) by Przemyslaw Stekiel · 3 years, 9 months ago
  57. 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  58. 25386b7 Refactor ssl_{server2,client2} for NamedGroup IDs by Brett Warren · 4 years ago
  59. fed825a ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  60. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  61. c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  62. 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 9 months ago
  63. db0ed7c ssl_server2.c: fix build err (key_slot - unused variable) by Przemyslaw Stekiel · 3 years, 10 months ago
  64. 0483e3d Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  65. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  66. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  67. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  68. 447a3be fix wrong typo and format issues by Jerry Yu · 4 years ago
  69. 7276f13 fix comments for sig_algs parser by Jerry Yu · 4 years ago
  70. a9e4e6f ssl_server2: Add usage string for TLS 1.3 key exchange modes by Hanno Becker · 4 years ago
  71. 2c0f697 Support TLS 1.3 key exchange config in ssl_client2/ssl_server2 by Hanno Becker · 4 years ago
  72. 11ceadd Add cmdline param for TLS 1.3 sig alg config to ssl_{client,server}2 by Hanno Becker · 4 years ago
  73. 2a572cf Move socket setup behind ssl structure setup. by Jerry Yu · 4 years ago
  74. b1dc59a Add tls1.3 parameters to ssl_{client,server2} by Jerry Yu · 4 years ago
  75. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  76. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  77. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  78. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  79. c4c38ca Adjust example programs to new key export API by Hanno Becker · 4 years, 2 months ago
  80. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  81. 6f19ce3 Fix async support in ssl_server2 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  82. 1503a9a Use a proper DRBG in programs by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  83. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  84. 22989d0 Removes MBEDTLS_SSL_TRUNCATED_HMAC code from ssl programs by Thomas Daubney · 4 years, 2 months ago
  85. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  86. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. 59d3670 Fix ssl-opt.sh test cases grepping for MFL configuration output by Hanno Becker · 4 years, 2 months ago
  88. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  89. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  90. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  91. 55768f2 Fix MBEDTLS_PRIVATE wrapping in tests and sample programs. by Mateusz Starzyk · 4 years, 2 months ago
  92. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  93. 55bd84b Correction to the ssl client/server usage comment. by TRodziewicz · 4 years, 3 months ago
  94. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  95. 9752aad Make query API for state of MFL extension internal by Hanno Becker · 4 years, 3 months ago
  96. 5dd4f6e Add MBEDTLS_PRIVATE wrapping to sample programs. by Mateusz Starzyk · 4 years, 2 months ago
  97. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  98. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
  99. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  100. fba138a Remove buffer_size maximum from ssl_server2.c by David Horstmann · 4 years, 3 months ago