Differences From Artifact [cf23128cc4]:
- File library/tls.tcl — part of check-in [cd11c125e8] at 2023-05-24 02:40:35 on branch status_x509 — Added new option -ciphersuites to set ciphers suites for TLS 1.3. Addresses defect: https://core.tcl-lang.org/tcltls/tktview/d0518a5645 (user: bohagan, size: 10784) [annotate] [blame] [check-ins using]
To Artifact [2909c139d1]:
- File library/tls.tcl — part of check-in [32ce5d6220] at 2023-05-26 22:43:22 on branch status_x509 — Added set security level option to set all relevant parameters including cipher suite, encryption algorithms, supported ECC curves, supported signature algorithms, DH parameter sizes, certificate key sizes and signature algorithms in one operation. (user: bohagan, size: 10819) [annotate] [blame] [check-ins using]
︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + | {* -command iopts 1} {* -dhparams iopts 1} {* -key iopts 1} {* -keyfile iopts 1} {* -password iopts 1} {* -request iopts 1} {* -require iopts 1} {* -securitylevel iopts 1} {* -autoservername discardOpts 1} {* -servername iopts 1} {* -alpn iopts 1} {* -ssl2 iopts 1} {* -ssl3 iopts 1} {* -tls1 iopts 1} {* -tls1.1 iopts 1} |
︙ |