mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
If an exception is raised by the SSLContext#servername_cb proc, the handshake should be canceled by sending an "unrecognized_name" alert to the client, and the exception should be re-raised from SSLSocket#accept. Add more direct assertions to confirm these behaviors. https://github.com/ruby/openssl/commit/ac8df7f30f