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
779 stars 80 forks source link

http/tls.lua: Index banned_ciphers by standard name #116

Open daurnimator opened 5 years ago

daurnimator commented 5 years ago

This alleviates the need for our own standard name to openssl name map for ciphers. Requires https://github.com/wahern/luaossl/pull/142 and hence a luaossl version requirement bump.

daurnimator commented 5 years ago

The cipher TLS_KRB5_WITH_DES_CBC_SHA is missing from the luaossl compat list. See https://github.com/wahern/luaossl/pull/142#discussion_r202268745

daurnimator commented 5 years ago

Raised issue about the 0x001E conflict: https://github.com/openssl/openssl/issues/6710