Differences From Artifact [04fbf290ac]:
- File tls.tcl — part of check-in [4e441206d6] at 2016-12-14 16:03:34 on branch feature-0d4541b86d-autoservername — Updated error message to be consistent with "lsearch" output under similar failures (user: rkeene, size: 10607) [annotate] [blame] [check-ins using] [more...]
To Artifact [75c0c2a68a]:
- File tls.tcl — part of check-in [e245d231ee] at 2018-11-07 23:27:43 on branch enhancement/tls-1.3 — Started adding support for TLSv1.3 (user: rkeene, size: 10635) [annotate] [blame] [check-ins using] [more...]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + | {* -autoservername discardOpts 1} {* -servername iopts 1} {* -ssl2 iopts 1} {* -ssl3 iopts 1} {* -tls1 iopts 1} {* -tls1.1 iopts 1} {* -tls1.2 iopts 1} {* -tls1.3 iopts 1} } # tls::socket and tls::init options as a humane readable string variable socketOptionsNoServer variable socketOptionsServer # Internal [switch] body to validate options |
︙ |