Skip to content

Commit f8cb391

Browse files
committed
[test] another disabled cipher in newer Java
1 parent de64870 commit f8cb391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ruby/ssl/test_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_context_ciphers
150150
"ECDHE-RSA-AES128-GCM-SHA256", "ECDHE-RSA-AES256-GCM-SHA384",
151151
"DHE-DSS-AES128-GCM-SHA256", "DHE-DSS-AES256-GCM-SHA384",
152152
"DHE-RSA-AES128-GCM-SHA256", "DHE-RSA-AES256-GCM-SHA384",
153-
"AES128-GCM-SHA256", "AES256-GCM-SHA384",
153+
# "AES128-GCM-SHA256", "AES256-GCM-SHA384", # TLS_RSA_WITH_AES_*_GCM_SHA* disabled in newer Java
154154

155155
# TLS 1.3
156156
'TLS_AES_256_GCM_SHA384'

0 commit comments

Comments
 (0)