-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
BackupSoftwareServer/Server.cpp
Lines 199 to 204 in 1d6d53b
| // todo: gestire un massimo numero di conessioni | |
| // uso tls 1.3, vieto ssl2 e 3, dh per generare una key va rieffettuato ad ogni connessione, Implement various bug workarounds. | |
| context_.set_options( | |
| boost::asio::ssl::context::default_workarounds | |
| | boost::asio::ssl::context::no_sslv3 | |
| | boost::asio::ssl::context::no_sslv2 |
This issue was generated by todo based on a todo comment in 1d6d53b when #45 was merged. cc @stelosca96.
Reactions are currently unavailable