Differences From Artifact [3524eca483]:
- File library/tls.tcl — part of check-in [3dcd70f98e] at 2023-04-30 16:07:43 on branch TEA — Moved files to subdirectories per TEA directory structure. (user: bohagan, size: 10750) [annotate] [blame] [check-ins using] [more...]
- File tls.tcl — part of check-in [e02b79f82f] at 2023-04-30 02:08:22 on branch TEA — Format clean-ups. (user: bohagan, size: 10750) [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...]
︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | + + + | {0 -myport sopts 1} {* -type sopts 1} {* -cadir iopts 1} {* -cafile iopts 1} {* -cert iopts 1} {* -certfile iopts 1} {* -cipher iopts 1} {* -ciphersuites iopts 1} {* -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} {* -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} |
︙ |