Kazuki Yamaguchi 64a98decf2 [ruby/openssl] ssl: fix misuse of assert_handshake_error in tests
assert_handshake_error is useful for checking handshake failures
triggered by the peer, as the underlying socket may be closed
prematurely, leading to different exceptions depending on the platform
and timing.

However, when the local end aborts a handshake, the only possible
exception is OpenSSL::SSL::SSLError. Use stricter assertions in such
cases.

https://github.com/ruby/openssl/commit/637ba65818
2025-02-09 10:26:07 +00:00
..
2025-01-10 10:19:39 +09:00
2025-01-21 17:02:18 +00:00
2025-01-10 10:19:39 +09:00
2025-02-06 23:12:03 +09:00