1. 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
  2. 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 3 months ago
  3. cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  4. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  5. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  6. 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  7. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  8. fc72e42 ssl_client2: Enable support for TLS 1.2 RSA-PSK opaque ciphersuite by Przemek Stekiel · 3 years, 4 months ago
  9. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  10. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  11. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  12. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  13. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  14. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  15. f0b1271 Support RSA Opaque PK keys in ssl_server2 by Neil Armstrong · 3 years, 5 months ago
  16. 99a732b Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
  17. 8bb96d9 Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago
  18. 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
  19. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
  20. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  21. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  22. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  23. 541318a Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
  24. 554b820 Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  25. 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
  26. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  27. 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago
  28. 169f115 ssl_client2: init psa crypto for TLS 1.3 build by Przemyslaw Stekiel · 3 years, 6 months ago
  29. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  30. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  31. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  32. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  33. cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
  34. 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
  35. 11f0a9c fix deprecated-declarations error by Jerry Yu · 3 years, 7 months ago
  36. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  37. 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
  38. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 6 months ago
  39. 7a58d52 Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months ago
  40. d4bea1e Add ticket_aead option for ssl_server2 by Gabor Mezei · 3 years, 7 months ago
  41. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  42. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  43. ef9ccca Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  44. 3820c15 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  45. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  46. 6dc90da Rebased on 74217ee and add fixes by Xiaofei Bai · 3 years, 8 months ago
  47. 9539501 Rebase and add fixes by Xiaofei Bai · 3 years, 8 months ago
  48. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  49. 4d2329f Change code based on reviews by XiaokangQian · 3 years, 8 months ago
  50. 25476a4 Change code based on review by XiaokangQian · 3 years, 8 months ago
  51. ff5f6c8 Refine test code and test scripts by XiaokangQian · 3 years, 8 months ago
  52. f977e9a Add componet test and rsa signature options by XiaokangQian · 3 years, 8 months ago
  53. bdf26de Fix test failure and remove useless code by XiaokangQian · 3 years, 9 months ago
  54. 4b82ca1 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
  55. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
  56. d6914e3 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
  57. 5057123 ssl_client2: move memory leak check before rng_free() by Przemyslaw Stekiel · 3 years, 9 months ago
  58. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  59. 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
  60. 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  61. 25386b7 Refactor ssl_{server2,client2} for NamedGroup IDs by Brett Warren · 4 years ago
  62. fed825a ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  63. 4c9313f Merge pull request #4514 from mpg/generated-files-cmake by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  64. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  65. c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  66. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  67. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  68. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  69. 86cfa6c Allow CMake to generate query_config.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  70. aedca0c Simplify source declarations in ssl/CMakeLists.txt by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  71. 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  72. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  73. db0ed7c ssl_server2.c: fix build err (key_slot - unused variable) by Przemyslaw Stekiel · 3 years, 10 months ago
  74. 0483e3d Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
  75. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  76. ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
  77. b11d61e mbedtls_net_context: make fd public on Unix/POSIX platforms by Gilles Peskine · 4 years ago
  78. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  79. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  80. 447a3be fix wrong typo and format issues by Jerry Yu · 4 years ago
  81. 7276f13 fix comments for sig_algs parser by Jerry Yu · 4 years ago
  82. a9e4e6f ssl_server2: Add usage string for TLS 1.3 key exchange modes by Hanno Becker · 4 years ago
  83. cfa4d4b ssl_client2: Adjust usage string to recognized cmd line parameter by Hanno Becker · 4 years ago
  84. 2c0f697 Support TLS 1.3 key exchange config in ssl_client2/ssl_server2 by Hanno Becker · 4 years ago
  85. 11ceadd Add cmdline param for TLS 1.3 sig alg config to ssl_{client,server}2 by Hanno Becker · 4 years ago
  86. 2a572cf Move socket setup behind ssl structure setup. by Jerry Yu · 4 years ago
  87. b1dc59a Add tls1.3 parameters to ssl_{client,server2} by Jerry Yu · 4 years ago
  88. e5306f6 Use distinct variables for distinct purposes by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  89. 69c10a4 Fix memory leak on failure path in test code by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  90. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  91. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  92. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  93. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  94. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  95. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  96. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  97. 296fefe Fix return type of example key export callbacks by Hanno Becker · 4 years, 1 month ago
  98. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  99. c4c38ca Adjust example programs to new key export API by Hanno Becker · 4 years, 2 months ago
  100. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago