Differences From Artifact [b59518295e]:
- File doc/tls.html — part of check-in [f50ee33fd6] at 2023-06-03 22:33:16 on branch status_x509 — Added ALPN callback protocol selection. In ALPNCallback, server select from client provided protocol list uses -alpn protocols list to find first common protocol. (user: bohagan, size: 24554) [annotate] [blame] [check-ins using]
To Artifact [a8f4986247]:
- File doc/tls.html — part of check-in [65f84287e7] at 2023-06-04 03:20:51 on branch status_x509 — Set host name for certificate checks. Pass peer specified host name to Hello callback. Set host name for certificate checks. This is separate from SNI. Added peername to status command results. Source: https://core.tcl-lang.org/tcltls/tktview/b023257dcf and https://core.tcl-lang.org/tcltls/tktview/3c42b2ba11 (user: bohagan, size: 24564) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
390 391 392 393 394 395 396 | <code>ERR_reason_error_string()</code>. </dd> <br> --> <dt> | | | 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | <code>ERR_reason_error_string()</code>. </dd> <br> --> <dt> <strong>hello</strong> <em>servername</em> </dt> <dd> This form of callback is invoked during client hello message processing. </dd> <br> |
︙ | ︙ |