comparison deployment.connections @ 509:2eb4fa13b9ef

update 5250 encryption to allow TLS1.3, remove old SSLv2 and SSLv3 methods
author Carl Byington <carl@five-ten-sg.com>
date Sun, 29 Jan 2023 10:25:21 -0700
parents ece82b571900
children 6dbddfa27f6c
comparison
equal deleted inserted replaced
508:d6c107dedb04 509:2eb4fa13b9ef
19 # username (string) 19 # username (string)
20 # hostname (string) 20 # hostname (string)
21 # port (integer) 21 # port (integer)
22 # monitor (string) 22 # monitor (string)
23 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) 23 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string)
24 # encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS") 24 # encryption5250 (string) ("NONE", "TLSv1.2", "TLSv1.3")
25 # library5250 (string) 25 # library5250 (string)
26 # menu5250 (string) 26 # menu5250 (string)
27 # program5250 (string) 27 # program5250 (string)
28 # wantx11forward (boolean) 28 # wantx11forward (boolean)
29 # x11host (string) 29 # x11host (string)