lua-http icon indicating copy to clipboard operation
lua-http copied to clipboard

http/tls.lua: Index banned_ciphers by standard name

Open daurnimator opened this issue 7 years ago • 2 comments

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 avatar Jul 13 '18 07:07 daurnimator

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 avatar Jul 13 '18 07:07 daurnimator

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

daurnimator avatar Jul 13 '18 08:07 daurnimator