lua-http
lua-http copied to clipboard
http/tls.lua: Index banned_ciphers by standard name
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.
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
Raised issue about the 0x001E conflict: https://github.com/openssl/openssl/issues/6710