aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_basic_SUITE.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2019-01-30 11:31:53 +0100
committerRaimo Niskanen <[email protected]>2019-02-13 14:03:18 +0100
commit3b31ab5eae6a15f4361098bac20e94e2c018066e (patch)
tree548970171f21f5827c7f25d188453350cf48d640 /lib/ssl/test/ssl_basic_SUITE.erl
parent96209481ad9b1879e1736294a9c9b5c6d853631b (diff)
downloadotp-3b31ab5eae6a15f4361098bac20e94e2c018066e.tar.gz
otp-3b31ab5eae6a15f4361098bac20e94e2c018066e.tar.bz2
otp-3b31ab5eae6a15f4361098bac20e94e2c018066e.zip
Optimize TLS record parsing with Okasaki queue
Diffstat (limited to 'lib/ssl/test/ssl_basic_SUITE.erl')
-rw-r--r--lib/ssl/test/ssl_basic_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_basic_SUITE.erl b/lib/ssl/test/ssl_basic_SUITE.erl
index 72606db628..e2ec814597 100644
--- a/lib/ssl/test/ssl_basic_SUITE.erl
+++ b/lib/ssl/test/ssl_basic_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2007-2018. All Rights Reserved.
+%% Copyright Ericsson AB 2007-2019. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -3526,7 +3526,7 @@ tls_dont_crash_on_handshake_garbage(Config) ->
<<22, 3,3, 5:16, 92,64,37,228,209>> % garbage
]),
% Send unexpected change_cipher_spec
- ok = gen_tcp:send(Socket, <<20, 0,0,12, 111,40,244,7,137,224,16,109,197,110,249,152>>),
+ ok = gen_tcp:send(Socket, <<20, 3,3, 12:16, 111,40,244,7,137,224,16,109,197,110,249,152>>),
% Ensure we receive an alert, not sudden disconnect
{ok, <<21, _/binary>>} = drop_handshakes(Socket, 1000).