Timeline

50 most recent events occurring on or after 2025-07-08 20:42:51.

More ↑
2025-10-12
00:00 Closed ticket [9d503a1cac]: Make -require 1 the default plus 4 other changes artifact: 1ec5c24d47 user: bohagan
2025-10-11
23:57 Closed ticket [3160b84294]: Test tlsIO-8.1 fails, when built against 1.1.1a plus 5 other changes artifact: e839836519 user: bohagan
23:56 Closed ticket [ae7d0befd8]: Building on cygwin plus 3 other changes artifact: a6c02ad2b1 user: bohagan
22:58 Closed ticket [657abb4cd1]: TLS Socket Closed in Child Process plus 4 other changes artifact: e4f8b328ed user: bohagan
22:45 Closed ticket [56d19eb033]: "https example" section is confusing plus 5 other changes artifact: c9e6749208 user: bohagan
22:37 Closed ticket [ad8604520e]: Server accept invoked before handshake completed plus 4 other changes artifact: 725cf9dc4b user: bohagan
22:26 Closed ticket [799aae4e72]: http::geturl hangs if certificate verify failed plus 4 other changes artifact: 53a46f39b8 user: bohagan
22:20 Closed ticket [b9d780ee7e]: server socket doesn't reply close_notify plus 4 other changes artifact: 982a24df33 user: bohagan
22:07 Ticket [636cbfcca3] Tip of tcltls crashes status still Open with 3 other changes artifact: af6dd4be45 user: bohagan
22:05 Ticket [7033cb4fe6] Test suite error status still Closed with 3 other changes artifact: eb79196ba1 user: bohagan
22:05 Ticket [6a63c165d8] tcltls-2.0.b1 infinite loop in Tls_WaitForConnect status still Open with 3 other changes artifact: 86bbcdcba9 user: bohagan
22:05 Ticket [48eddca89e] http:geturl https://localhost:8143/info hangs when server not running status still Open with 3 other changes artifact: e26df122f7 user: bohagan
22:05 Ticket [ec786484b0] oUse tcltls with new openssl 3.5 LT status still Closed with 3 other changes artifact: 99ebf17a72 user: bohagan
22:04 Ticket [82560343da] Test-suite errors on Windows status still Open with 3 other changes artifact: 2f58296dcc user: bohagan
22:04 Closed ticket [88c0c84969]: EOF handling potentially broken with OpenSSL 1.1.1e or newer plus 4 other changes artifact: f25820ea73 user: bohagan
22:02 Closed ticket [422b0371f9]: FreeBSD: branch trunk is missing tclconfig plus 3 other changes artifact: f324947e54 user: bohagan
22:01 Closed ticket [030c713ca2]: Load CA certificate file from VFS plus 3 other changes artifact: 299a8c0b6d user: bohagan
21:59 Ticket [f5a0fe8ddf] Plans for official release in 2024? status still Open with 3 other changes artifact: 454a89fe38 user: bohagan
21:59 Closed ticket [7033cb4fe6]: Test suite error plus 5 other changes artifact: 5533127e78 user: bohagan
21:56 Ticket [6a63c165d8] tcltls-2.0.b1 infinite loop in Tls_WaitForConnect status still Open with 5 other changes artifact: b20c07ec69 user: bohagan
21:49 Ticket [48eddca89e] http:geturl https://localhost:8143/info hangs when server not running status still Open with 5 other changes artifact: 8ed6d326bf user: bohagan
21:45 Closed ticket [ec786484b0]: oUse tcltls with new openssl 3.5 LT plus 3 other changes artifact: 944468ad10 user: bohagan
21:42 Ticket [82560343da] Test-suite errors on Windows status still Open with 3 other changes artifact: 6a0cf3a1d5 user: bohagan
21:39 Ticket [9afaf41635] tls::socket, but with shared SSL_CTX status still Open with 5 other changes artifact: be0a4e64e6 user: bohagan
20:49 Changes to wiki page "Download" artifact: a5f786a833 user: bohagan
19:10
Updates for OpenSSL 1.1.1, 3.3. and 3.4 API compatibility check-in: 651e6cb534 user: bohagan tags: trunk, main, tls-2.0
02:19
Added check for init complete in tlsIO.c close before sending SSL_shutdown check-in: a63c893886 user: bohagan tags: trunk, main, tls-2.0
2025-10-08
02:40
Increment version to 2.0b2 check-in: 29e8bc20d4 user: bohagan tags: trunk, main, tls-2.0
01:26
Added tls::starttls command as an alias for tls::import and tls::shutdown as an alias for tls::unimport. check-in: e09d36ffb5 user: bohagan tags: trunk, main, tls-2.0
2025-10-07
13:21 New ticket [9afaf41635] tls::socket, but with shared SSL_CTX. artifact: 9ee42ad0bc user: anonymous
03:14
Updated to latest TEA config files check-in: 1126fac0ff user: bohagan tags: trunk, main, tls-2.0
01:44
More updates to not flag EOF as a fatal error. Write attempts after a fatal error will return an error. check-in: 1383d172b1 user: bohagan tags: trunk, main, tls-2.0
2025-10-06
01:26
Rolled back some changes to tlsIO.c and added more debug output check-in: 10199abaf9 user: bohagan tags: trunk, main, tls-2.0
2025-10-05
22:27
Test case updates to fix error messages, move broken ciphers to old_api category, use package prefer latest check-in: 56211138fe user: bohagan tags: trunk, main, tls-2.0
02:49
More changes to catch fatal errors and not call SSL_Shutdown for them. Renamed TLS_TCL_HANDSHAKE_FAILED flag to TLS_TCL_FATAL_ERROR. check-in: 005f13cb01 user: bohagan tags: trunk, main, tls-2.0
02:08
Added error messages section to documentation. check-in: 32ff979178 user: bohagan tags: trunk, main, tls-2.0
2025-09-29
02:05
Added echo chat tool to examples check-in: 883d22ba42 user: bohagan tags: trunk, main, tls-2.0
2025-09-21
23:53
Added more comments and debug statements. check-in: 12eb6bb5da user: bohagan tags: trunk, main, tls-2.0
01:59
Removed obsolete legacy SSL error handling code. check-in: e78fdfe8c2 user: bohagan tags: trunk, main, tls-2.0
2025-09-18
04:18
Added Tcl_Preserve for statePtr while timer is running. Moved Tls_Free to eliminate forward declaration. check-in: 4bf70b79a5 user: bohagan tags: trunk, main, tls-2.0
2025-09-15
01:36
Added flag to track if EOF has occurred on channel. check-in: cbeb34c75f user: bohagan tags: trunk, main, tls-2.0
2025-09-14
02:04
Updated BIOShouldRetry to not use ENOTCONN as a retry condition since Tcl core uses this a failure. Fix for issues: https://core.tcl-lang.org/tcltls/tktview/6a63c165d8 https://core.tcl-lang.org/tcltls/tktview/48eddca89e check-in: b342c5f302 user: bohagan tags: trunk, main, tls-2.0
2025-09-06
01:47
Removed obsolete condition checks for bioShouldRetry. Added version check for SSL_CTX_set_ecdh_auto. check-in: fd6219d6f4 user: bohagan tags: trunk, main, tls-2.0
2025-09-05
22:36
Added missing crypt libraries for gcc on windows Fix for [82560343da] at https://core.tcl-lang.org/tcltls/tktview/82560343da check-in: bfc8b5b54b user: bohagan tags: trunk, main, tls-2.0
22:32 Ticket [82560343da] Test-suite errors on Windows status still Open with 3 other changes artifact: 936fa83f67 user: bohagan
22:21 Ticket [ec786484b0] oUse tcltls with new openssl 3.5 LT status still Open with 3 other changes artifact: 38c6b2fdc7 user: bohagan ... 2 similar events omitted.
2025-07-11
18:48
Added pre-check for valid data to Client Hello message processing. Fix for https://github.com/bohagan1/TclTLS/issues/5 check-in: 10a9ba20e1 user: bohagan tags: trunk, main, tls-2.0
2025-07-08
20:42 Ticket [82560343da] Test-suite errors on Windows status still Open with 4 other changes artifact: a39a84d666 user: anonymous
More ↓