1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/ruby-eventmachine/0006-Bump-TLS-version.patch
2021-06-29 19:45:25 +00:00

14 lines
556 B
Diff

Patch-Source: https://src.fedoraproject.org/rpms/rubygem-eventmachine/blob/f34/f/rubygem-eventmachine-1.2.7-Bump-TLS-version.patch
Upstream-Issue: https://github.com/eventmachine/eventmachine/pull/86
--- a/tests/test_ssl_protocols.rb
+++ b/tests/test_ssl_protocols.rb
@@ -88,7 +88,7 @@
def test_case_insensitivity
lower_case = SSL_AVAIL.map { |p| p.downcase }
- client_server %w(tlsv1), lower_case
+ client_server %w(tlsv1_2), lower_case
assert Client.handshake_completed?
assert Server.handshake_completed?
end