Differences From Artifact [806ff9312a]:
- File library/tls.tcl — part of check-in [cdb51c799e] at 2023-07-30 02:53:19 on branch errors_and_callbacks — Updated default callbacks in tls.tcl file (user: bohagan, size: 11882) [annotate] [blame] [check-ins using] [more...]
To Artifact [756f51c124]:
- File library/tls.tcl — part of check-in [1cabc3b8f2] at 2024-06-20 01:01:25 on branch tls-1.8 — Added support for setting the certificate store (user: bohagan, size: 11911) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
{0 -async sopts 0}
{* -myaddr sopts 1}
{0 -myport sopts 1}
{* -type sopts 1}
{* -alpn iopts 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}
| > | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
{0 -async sopts 0}
{* -myaddr sopts 1}
{0 -myport sopts 1}
{* -type sopts 1}
{* -alpn iopts 1}
{* -cadir iopts 1}
{* -cafile iopts 1}
{* -castore iopts 1}
{* -cert iopts 1}
{* -certfile iopts 1}
{* -cipher iopts 1}
{* -ciphersuites iopts 1}
{* -command iopts 1}
{* -dhparams iopts 1}
{* -key iopts 1}
|
| ︙ | ︙ |