Overview
Comment: | Added new option -validatecommand to handle callbacks that require a return value. Consolidated evaluate callback commands into one function EvalCallback. Return alert codes for callbacks. Added more comments to callback functions. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | errors_and_callbacks |
Files: | files | file ages | folders |
SHA3-256: |
91ff651d519dcd1cdf986d6b375bf05b |
User & Date: | bohagan on 2023-07-21 23:01:38 |
Other Links: | branch diff | manifest | tags |
Context
2023-07-21
| ||
23:29 | Removed connect or handshake errors trigger background error. Removed Tls_Error call to background error handler when a callback command isn't defined. This would occur during connect/handshake errors. Fixes bug: https://core.tcl-lang.org/tcltls/tktview/2c7b748796 check-in: 6a11f12158 user: bohagan tags: errors_and_callbacks | |
23:01 | Added new option -validatecommand to handle callbacks that require a return value. Consolidated evaluate callback commands into one function EvalCallback. Return alert codes for callbacks. Added more comments to callback functions. check-in: 91ff651d51 user: bohagan tags: errors_and_callbacks | |
2023-07-16
| ||
18:41 | Added Next Protocol Negotiation (NPN) for TLS 1.0 to TLS 1.2. check-in: f7b84d671a user: bohagan tags: errors_and_callbacks | |
Changes
Modified doc/tls.html from [3fa38151ef] to [652ed627a1]. [diff]
Modified generic/tls.c from [6f8aac6c9a] to [d05c00dc5b]. [diff]
Modified generic/tlsInt.h from [c6bd77ee65] to [bb784703e5]. [diff]
Modified library/tls.tcl from [cfce68af71] to [3d9455fa97]. [diff]