You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to discuss which ssl handers are needed in order to improve SSL experience of ngx_mruby.
There are already some work that handler in SSL.
first great work is mruby_ssl_handshake_handler.
I'm working mruby_ssl_verify_client_handler and mruby_ssl_client_hello_handler.
in OpenSSL-1.0.2g, server side APIs as below, result of $ cat ssl.h |grep -e callback -e cb |grep SSL_CTX |grep set | grep -v -e client -e '#'.
I'm sorry SSL_CTX_set_next_proto_select_cb is client-side API so it will be dropped.
It seems that almost hooks are useful and no problem to imlement.
Maybe, providing ephemeral key exchange hooks to non-expert of SSL/TLS is Unfavorable.
What do you think about implementing directives using ephemeral key exchange hooks.
I'd like to discuss which ssl handers are needed in order to improve SSL experience of ngx_mruby.
There are already some work that handler in SSL.
first great work is
mruby_ssl_handshake_handler
.I'm working
mruby_ssl_verify_client_handler
andmruby_ssl_client_hello_handler
.in OpenSSL-1.0.2g, server side APIs as below, result of
$ cat ssl.h |grep -e callback -e cb |grep SSL_CTX |grep set | grep -v -e client -e '#'
.in the checklist , We check which API we need.
The text was updated successfully, but these errors were encountered: