mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-05 00:00:30 +01:00
Rationale: if people want to disable RC4 but otherwise keep the default suite list, it was cumbersome. Also, since it uses a global array, ssl_list_ciphersuite() is not a convenient place. So the SSL modules look like the best place, even if it means temporarily adding one SSL setting. |
||
|---|---|---|
| .. | ||
| test-ca | ||
| CA-HOWTO.txt | ||
| CMakeLists.txt | ||
| ssl_client1.c | ||
| ssl_client2.c | ||
| ssl_fork_server.c | ||
| ssl_mail_client.c | ||
| ssl_pthread_server.c | ||
| ssl_server.c | ||
| ssl_server2.c | ||