- 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
- cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 11 months ago
- 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 11 months ago
- 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
- ff4d6ae Use correct conditionals in programs/ssl (fix unused-function errors) by Michael Schuster · 1 year, 2 months ago
- 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
- 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
- 74191a5 ssl_server2: Split early data enablement from max_early_data_size setting by Ronald Cron · 1 year, 5 months ago
- 7541ebe programs: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
- 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
- d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 8 months ago
- 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
- f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
- 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
- ea96ac3 fix various issues by Jerry Yu · 1 year, 8 months ago
- 3c2b21e Enable multi max_early_data_size value for connections by Jerry Yu · 2 years, 6 months ago
- 713ce1f various improvement by Jerry Yu · 1 year, 8 months ago
- cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
- 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
- 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
- ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
- f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
- cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
- 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 38e75fb ssl_server2: remove usage of mbedtls_cipher_info_from_string() by Valerio Setti · 1 year, 9 months ago
- 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
- d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
- 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
- bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
- 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
- fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
- e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
- f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
- acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
- 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
- 39a0a76 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 3eea9a4 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 0b74434 SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
- ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
- da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
- 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 2 months ago
- 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
- d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
- 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
- bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 5 months ago
- 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
- f30488f Move the usage string of cache_remove to USAGE_CACHE by Pengyu Lv · 2 years, 5 months ago
- 753d02f ssl_server2: Add options to support cache removal by Pengyu Lv · 2 years, 5 months ago
- 5ba1d5e programs: use proper macro for ECDSA capabilities in ssl_sever2 by Valerio Setti · 2 years, 5 months ago
- 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
- de85725 Don't use cast-assignment in ssl_server.c by Tom Cosgrove · 2 years, 6 months ago
- 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
- 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
- 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
- eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
- d5fa0bf test: pake: check psa key validity before destroying it by Valerio Setti · 2 years, 8 months ago
- fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
- d146a37 Change the definition of max_early_data_size argument. by Jerry Yu · 2 years, 8 months ago
- 2c93fc1 Revert "Add reco_debug_level to reduce debug output" by Jerry Yu · 2 years, 8 months ago
- 54dfcb7 fix comments and debug info issues by Jerry Yu · 2 years, 8 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- d6feb20 test: pake: allow opaque password only when USE_PSA is enabled by Valerio Setti · 2 years, 8 months ago
- 7854a4e Add max_early_data_size option for ssl_sever2 by Jerry Yu · 2 years, 9 months ago
- a693477 Add reco_debug_level to reduce debug output by Jerry Yu · 2 years, 9 months ago
- 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
- 77e8315 fix formatting and typos by Valerio Setti · 2 years, 8 months ago
- d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
- fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
- eaf46d1 Add output of build version in ssl_server2 by Yanray Wang · 2 years, 9 months ago
- 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
- 3f44e5b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 9 months ago
- 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
- e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
- 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
- 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
- b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
- d0786f5 Revert one of the changes to ssl_server2 dependencies by Andrzej Kurek · 2 years, 10 months ago
- 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
- e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
- 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
- 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
- c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
- d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
- 6916e70 fix various issues by Jerry Yu · 2 years, 10 months ago
- 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
- 03b8f9d Adjust guards for `dummy_tickets` by Jerry Yu · 2 years, 10 months ago
- 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
- e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
- 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
- 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago