Differences From Artifact [ae8c7a0664]:
- File tls.tcl — part of check-in [4945b7588e] at 2019-06-17 18:08:09 on branch mjanssen-asn1-certs — Align code with option names (user: mjanssen, size: 10686) [annotate] [blame] [check-ins using] [more...]
To Artifact [a66a5b79f2]:
- File tls.tcl — part of check-in [07bafe02de] at 2022-05-30 16:08:06 on branch add-support-alpn — Bug [e1f9a21c67]: Start of ALPN support (user: schelte, size: 10712) [annotate] [blame] [check-ins using] [more...]
︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + | {* -key iopts 1} {* -keyfile iopts 1} {* -password iopts 1} {* -request iopts 1} {* -require iopts 1} {* -autoservername discardOpts 1} {* -servername 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} } |
︙ |