Differences From 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]
To Artifact [cfce68af71]:
- File library/tls.tcl — part of check-in [489f45bd81] at 2023-05-27 19:20:14 on branch status_x509 — Added session id and ticket to connection status. Added callback to handle session id and ticket updates after the handshake. (user: bohagan, size: 10851) [annotate] [blame] [check-ins using] [more...]
︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | + | {* -keyfile iopts 1} {* -password iopts 1} {* -request iopts 1} {* -require iopts 1} {* -securitylevel iopts 1} {* -autoservername discardOpts 1} {* -servername iopts 1} {* -session_id iopts 1} {* -alpn iopts 1} {* -ssl2 iopts 1} {* -ssl3 iopts 1} {* -tls1 iopts 1} {* -tls1.1 iopts 1} {* -tls1.2 iopts 1} {* -tls1.3 iopts 1} |
︙ |