daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
778 stars 80 forks source link

http/tls: update to new mozilla recommendations #217

Open daurnimator opened 10 months ago

daurnimator commented 10 months ago

This updates to the Mozilla page (https://wiki.mozilla.org/Security/Server_Side_TLS) v5.7

Closes #216