vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

Use only protocols that are considered secure #85

Closed blochberger closed 8 years ago

blochberger commented 8 years ago

QSsl has a configuration option that allows to use only the protocols that are considered secure (for the current Qt version used). That's way better then defaulting to TLSv1.0.

vinipsmaker commented 8 years ago

Thank you for your contribution.

New versions released.