Timeline

50 most recent check-ins related to "trunk"

2026-03-06
15:40
Update rules.vc leaf check-in: de80a726e6 user: jan.nijtmans tags: trunk, main
2026-02-12
02:33
Reverted change to auto select protocol versions to increase backwards compatibility. Too many apps specify the protocols as command line options, but leave off TCL 1.2 and 1.3. Will reinstate this change after OpenSSL removes the depreciated API. check-in: 77bdd68ef1 user: bohagan tags: trunk, main
2026-02-10
03:03
Updated make docs to use package name instead of hard-coded filename check-in: c0109e7660 user: bohagan tags: trunk, main
2026-02-06
20:19
Added connect retry counter with wait between attempts check-in: e32c6e2509 user: bohagan tags: trunk, main
2026-01-31
02:13
Fixed Mac static configure issue to check if ssl and z libs are available, then use them. This should support MacPorts that needs libz and Homebrew which does not. check-in: 1a1c843950 user: bohagan tags: trunk, main
2026-01-30
03:48
Updated find dtplite macro to look for both dtplite and dtplite.tcl (needed for MSYS). Fix for issue: https://core.tcl-lang.org/tcltls/tktview/fb2fecf221 check-in: 1a138dbb37 user: bohagan tags: trunk, main
2026-01-29
02:58
Updated make docs to correct use of TCLSH and show error message if dtplite not found. Fix for issue: https://core.tcl-lang.org/tcltls/tktview/fb2fecf221 check-in: cb8b9cae9e user: bohagan tags: trunk, main
2026-01-27
01:58
Added Git and fossil attributes for file EOL conversions check-in: fb3ddf8927 user: bohagan tags: trunk, main
01:24
Corrected static builds on MinGW/MSYS2 to use correct library filenames. check-in: 664330fc76 user: bohagan tags: trunk, main
2026-01-22
10:19
All .vc files should be in CRLF mode check-in: ba2ee7744c user: jan.nijtmans tags: trunk, main
10:18
TEA update check-in: ec36fa8b4b user: jan.nijtmans tags: trunk, main
2026-01-21
04:35
Update release version in documentation check-in: 2cd3de52b3 user: bohagan tags: trunk, main
02:49
Merge TLS 2.0 changes into main check-in: c466e1bd8f user: bohagan tags: trunk, main
02:49
Tag as TLS 2.0 release leaf check-in: 5d3e3c3bf8 user: bohagan tags: tls-2.0, tls-2-0
2025-10-16
07:58
Split off tls-1.8 branch leaf check-in: d9bbfaae6f user: jan.nijtmans tags: tls-1.8
2025-01-02
19:36
Created TLS 2.0 branch. Incremented version to 2.0b1 check-in: 7b51585287 user: bohagan tags: tls-2.0
18:05
Tag as TLS 1.8 release check-in: ca1a846290 user: bohagan tags: trunk, main, tls-1-8
08:38
Fix source dir path for installing docs when not building in source root check-in: 4056acea19 user: apnmbx-wits@yahoo.com tags: trunk, main
2025-01-01
23:32
Moved debug script examples from docs to demos directory check-in: 65f827b5f9 user: bohagan tags: trunk, main
22:38
Added demos directory with example scripts to download web pages and files using TLS. check-in: 0ebb44402a user: bohagan tags: trunk, main
2024-12-31
04:12
More comment updates and changes for fast path option check-in: c61a46b561 user: bohagan tags: trunk, main
2024-12-29
04:36
Added IO buffer checks to TlsChannelHandlerTimer mask function. Reordered TlsNotifyProc to check conditions prior to timer deletion. Pass buffer length in MessageCallback. check-in: 6252a3a1f5 user: bohagan tags: trunk, main
04:18
Renamed BIO read/write functions to input/output to avoid confusion with API names. Added PKI and Certificates section to docs. Added/updated comments, formatting updates, etc. check-in: 3848af25d2 user: bohagan tags: trunk, main
2024-12-24
04:30
On Windows, set default value for -castore option to Windows cert store check-in: cfd2090203 user: bohagan tags: trunk, main
2024-12-19
20:56
Documentation updates check-in: e03e54ee87 user: bohagan tags: trunk, main
2024-12-17
01:24
Corrected install pkgIndex.tcl file path check-in: 68b20030ff user: bohagan tags: trunk, main
2024-12-16
01:35
Partial fix for test case tlsIO-9.1 to flush then wait for handshake to finish before close check-in: 6cad1c95a2 user: bohagan tags: trunk, main
2024-12-15
22:49
Removed sending another error code after failed connection is detected. Also fixes test case tls-bug58-1.0. check-in: 2a3c49aad4 user: bohagan tags: trunk, main
2024-12-09
04:29
Optimized make documentation on Windows check-in: 7e7d5ef01b user: bohagan tags: trunk, main
00:17
Fixed issue where some non-error conditions triggered a call to Tls_Error check-in: 08e1cd7d4f user: bohagan tags: trunk, main
2024-12-08
22:20
Fixed PasswordCallback when using default tls::password callback to pass all parameters check-in: af42842c6e user: bohagan tags: trunk, main
19:24
Documentation cleanup check-in: ef8cbe9bbf user: bohagan tags: trunk, main
2024-12-07
22:39
Fix generation of git manifest uuid on Windows check-in: ee03d5c92f user: bohagan tags: trunk, main
2024-12-01
23:55
Updated to latest TEA (tclconfig) files check-in: 71bbce07b4 user: bohagan tags: trunk, main
23:55
Converted documentation to doctools format and generated HTML and nroff format doc files check-in: 48ff08f855 user: bohagan tags: trunk, main
02:46
Updated make documentation to add target for consolidated docs check-in: 15c6ccf987 user: bohagan tags: trunk, main
2024-11-30
22:00
Added Keywords to documentation check-in: 5963513285 user: bohagan tags: trunk, main
21:06
Roll back some type changes from Clientdata to void * and added comments to args check-in: c951849fa9 user: bohagan tags: trunk, main
2024-11-29
15:41
Re-introduce TCL_UNUSED. Some int <-> Tcl_Size fixes. Some more code cleanup check-in: cc9314fa6e user: jan.nijtmans tags: trunk, main
15:03
Fix build when unpacked in the /pkg/ directory of Tcl: <pre> cat manifest.uuid >>tlsUuid.h cat: manifest.uuid: No such file or directory make[1]: *** [Makefile:343: tlsUuid.h] Error 1 make[1]: Leaving directory 'tcl9.0/unix/pkgs/tcltls' make: *** [Makefile:2070: packages] Error 2 </pre> check-in: 32c382b729 user: jan.nijtmans tags: trunk, main
14:27
Update to latest TEA/autoconf check-in: 5ccbcd7c60 user: jan.nijtmans tags: trunk, main
2024-11-03
19:05
Merged tls-1.8 branch into trunk check-in: 6d3664930c user: bohagan tags: trunk, main
19:05
Makefile updates to install gzipped man page on FreeBSD closed check-in: 7c444ee374 user: bohagan tags: tls-1.8
2024-05-29
20:34
Eliminate tls_free_type, that can be done smarter without the typecasts everywhere check-in: 216954cfae user: jan.nijtmans tags: trunk, main
2024-05-28
15:27
Smarter way to handle typecasting in Tls_Free() closed check-in: 402b6db186 user: jan.nijtmans tags: nijtmans
14:12
tlsUuid.h should be built in $(TMP_DIR), not $(WIN_DIR). Eliminate some MSVC warnings check-in: 6bd083aecb user: jan.nijtmans tags: trunk, main
05:50
Restore "license.terms" installation from tclconfig directory check-in: 761a9b9f7b user: jan.nijtmans tags: trunk, main
2024-05-27
22:29
CONST86 isn't used anywhere check-in: 1ae43e3550 user: jan.nijtmans tags: trunk, main
22:17
"make install-doc" doesn't work. Install "licence.terms" from src, not src/tclconfig check-in: edb2242112 user: jan.nijtmans tags: trunk, main
15:23
It appears that TclTLS 1.7.22 was already released check-in: 319a548fcc user: jan.nijtmans tags: trunk, main
More ↓