aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/property_test
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2019-07-10 11:35:27 +0200
committerIngela Anderton Andin <[email protected]>2019-07-18 17:16:26 +0200
commitf0eed56f7346a1146c4acb12bf28ef392a383f33 (patch)
tree1c657a20b2cab5bd71c6c5b87cc9a02e13c55a4d /lib/ssl/test/property_test
parentabb11dec132a4667f5ebb95c79a0b7ff5cda72e1 (diff)
downloadotp-f0eed56f7346a1146c4acb12bf28ef392a383f33.tar.gz
otp-f0eed56f7346a1146c4acb12bf28ef392a383f33.tar.bz2
otp-f0eed56f7346a1146c4acb12bf28ef392a383f33.zip
ssl: Correct RSP/PSK and ALPN handling
Extention handling need some fixes to work correctly for ALPN and SSL-3.0 only client/servers do not support extensions
Diffstat (limited to 'lib/ssl/test/property_test')
-rw-r--r--lib/ssl/test/property_test/ssl_eqc_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/property_test/ssl_eqc_handshake.erl b/lib/ssl/test/property_test/ssl_eqc_handshake.erl
index 31934ada2b..21aad26425 100644
--- a/lib/ssl/test/property_test/ssl_eqc_handshake.erl
+++ b/lib/ssl/test/property_test/ssl_eqc_handshake.erl
@@ -132,7 +132,7 @@ client_hello(Version) ->
compression_methods = compressions(Version),
random = client_random(Version),
extensions = client_hello_extensions(Version)
- }.
+ };
client_hello(?'SSL_v3' = Version) ->
#client_hello{session_id = session_id(),
client_version = Version,