bigben93

Results 2 issues of bigben93

I need some additional certificate checking during verification. Vanilla OpenSSL library provides support for custom verify callback as described here https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_verify.html Unfortunately luaossl doesn't support this feature at the moment....

I tested default settings of lua-http server with testssl command. The worst problems: > Testing protocols via sockets except NPN+ALPN > > SSLv2 not offered (OK) > SSLv3 not offered...