1. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  2. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  3. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  4. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  5. 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 2 months ago
  6. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  7. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  8. c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
  9. 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 5 months ago
  10. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  11. b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 5 months ago
  12. 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
  13. f30488f Move the usage string of cache_remove to USAGE_CACHE by Pengyu Lv · 2 years, 5 months ago
  14. 753d02f ssl_server2: Add options to support cache removal by Pengyu Lv · 2 years, 5 months ago
  15. 5ba1d5e programs: use proper macro for ECDSA capabilities in ssl_sever2 by Valerio Setti · 2 years, 5 months ago
  16. f31c9e4 Merge pull request #7019 from tom-cosgrove-arm/dont-use-cast-assignment-in-ssl_server2.c by Dave Rodgman · 2 years, 6 months ago
  17. de85725 Don't use cast-assignment in ssl_server.c by Tom Cosgrove · 2 years, 6 months ago
  18. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  19. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  20. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  21. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  22. d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
  23. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  24. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  25. d5fa0bf test: pake: check psa key validity before destroying it by Valerio Setti · 2 years, 8 months ago
  26. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  27. d146a37 Change the definition of max_early_data_size argument. by Jerry Yu · 2 years, 8 months ago
  28. 2c93fc1 Revert "Add reco_debug_level to reduce debug output" by Jerry Yu · 2 years, 8 months ago
  29. 54dfcb7 fix comments and debug info issues by Jerry Yu · 2 years, 8 months ago
  30. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  31. d6feb20 test: pake: allow opaque password only when USE_PSA is enabled by Valerio Setti · 2 years, 8 months ago
  32. 7854a4e Add max_early_data_size option for ssl_sever2 by Jerry Yu · 2 years, 9 months ago
  33. a693477 Add reco_debug_level to reduce debug output by Jerry Yu · 2 years, 9 months ago
  34. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  35. 77e8315 fix formatting and typos by Valerio Setti · 2 years, 8 months ago
  36. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  37. fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
  38. eaf46d1 Add output of build version in ssl_server2 by Yanray Wang · 2 years, 9 months ago
  39. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  40. 3f44e5b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 9 months ago
  41. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  42. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  43. 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
  44. 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
  45. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  46. d0786f5 Revert one of the changes to ssl_server2 dependencies by Andrzej Kurek · 2 years, 10 months ago
  47. 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  48. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  49. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  50. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  51. c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
  52. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
  53. 6916e70 fix various issues by Jerry Yu · 2 years, 10 months ago
  54. 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  55. 03b8f9d Adjust guards for `dummy_tickets` by Jerry Yu · 2 years, 10 months ago
  56. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  57. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  58. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  59. 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
  60. 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
  61. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  62. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  63. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 2 years, 11 months ago
  64. c5a23a0 fix various issues by Jerry Yu · 3 years ago
  65. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  66. 5d01c05 fix various issues by Jerry Yu · 3 years ago
  67. 2b7a51b Add psk_or_ephemeral mode and tests by Jerry Yu · 3 years ago
  68. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  69. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  70. 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
  71. 64f410c Add tls13 sig alg parameters by Jerry Yu · 3 years, 1 month ago
  72. bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
  73. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 2 months ago
  74. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  75. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  76. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  77. cb20d20 Further code optimization by Przemek Stekiel · 3 years, 3 months ago
  78. 296bfba ssl_server2: add key_opaque_algs2 usage info by Przemek Stekiel · 3 years, 3 months ago
  79. 488efa0 Fix compiler warnings: initialize local variables: psa_alg, psa_alg2, psa_usage by Przemek Stekiel · 3 years, 3 months ago
  80. 134eb8b Fix style by Przemek Stekiel · 3 years, 3 months ago
  81. 0921283 ssl_client2/ss_server2: optimize code for opaque key by Przemek Stekiel · 3 years, 3 months ago
  82. e5e9ba9 ssl_server2: refactor opaque code by Przemek Stekiel · 3 years, 3 months ago
  83. b58c47a ssl_server2: use key opaque algs given from command line by Przemek Stekiel · 3 years, 3 months ago
  84. 344c561 ssl_server2: Add support for key_opaque_algs2 command line paramtere by Przemek Stekiel · 3 years, 3 months ago
  85. 77fc9ab Fix typos and code style by Przemek Stekiel · 3 years, 3 months ago
  86. 4ca0d72 ssl server: add key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
  87. 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
  88. 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 3 months ago
  89. cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 3 months ago
  90. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  91. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  92. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  93. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  94. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 3 months ago
  95. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 3 months ago
  96. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  97. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  98. f0b1271 Support RSA Opaque PK keys in ssl_server2 by Neil Armstrong · 3 years, 4 months ago
  99. 99a732b Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
  100. 8bb96d9 Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago