opnsense-ports/lang/erlang-runtime17/files/patch-lib_ssl_src_tls__connection.erl
Franco Fichtner 927b4bd55a */*: sync with upstream
Taken from: HardenedBSD
2017-12-17 10:15:27 +01:00

10 lines
531 B
Erlang

--- lib/ssl/src/tls_connection.erl.orig 2015-03-31 12:32:52.000000000 +0000
+++ lib/ssl/src/tls_connection.erl 2017-12-14 13:22:41.792681000 +0000
@@ -197,6 +197,7 @@
ssl_connection:hello({common_client_hello, Type, ServerHelloExt, HashSign},
State#state{connection_states = ConnectionStates,
negotiated_version = Version,
+ client_hello_version = ClientVersion,
session = Session,
client_ecc = {EllipticCurves, EcPointFormats}}, ?MODULE);
#alert{} = Alert ->