notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tcltls Dynamically loadable SSL extensions for TCL
1.7.22 devel on this many watch lists=24 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.22Version of this port present on the latest quarterly branch.
Maintainer: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 2000-06-09 00:27:54
Last Update: 2024-01-03 16:15:26
Commit Hash: 719480b
People watching this port, also watch:: tcllib, gmake, libiconv
Also Listed In: security tcl
License: TclTk
WWW:
https://core.tcl.tk/tcltls
Description:
A portable extension that provides the power of OpenSSL to Tcl programs. This extension can be used to utilize SSL encryption on top of any valid Tcl Channel - not just sockets!
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. lib/tls1.7.22/tcltls.so
  2. lib/tls1.7.22/pkgIndex.tcl
  3. /usr/local/share/licenses/tcltls-1.7.22/catalog.mk
  4. /usr/local/share/licenses/tcltls-1.7.22/LICENSE
  5. /usr/local/share/licenses/tcltls-1.7.22/TclTk
Collapse this list.
Dependency lines:
  • tcltls>0:devel/tcltls
To install the port:
cd /usr/ports/devel/tcltls/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tcltls
  • pkg install tcltls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tcltls
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1700353727 SHA256 (tcltls-1.7.22.tar.gz) = e84e2b7a275ec82c4aaa9d1b1f9786dbe4358c815e917539ffe7f667ff4bc3b4 SIZE (tcltls-1.7.22.tar.gz) = 165206

Packages (timestamps in pop-ups are UTC):
tcltls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.221.7.221.7.181.7.221.7.22-1.7.18-
FreeBSD:13:quarterly1.7.221.7.221.7.181.7.221.7.221.7.221.7.221.7.22
FreeBSD:14:latest1.7.221.7.221.7.181.7.221.7.221.7.18-1.7.18
FreeBSD:14:quarterly1.7.221.7.22-1.7.221.7.221.7.221.7.221.7.22
FreeBSD:15:latest1.7.221.7.22n/a1.7.22n/a1.7.221.7.221.7.22
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libtcl86.so : lang/tcl86
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-im/amsn*
  2. Collapse this list of deleted ports.
for Run
  1. net-im/coccinella
  2. net-im/tkabber
  3. net-mgmt/netmagis-database
  4. net-mgmt/netmagis-www
  5. science/jstrack

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. net-im/amsn*
  2. net-im/tkabber-devel*
  3. net-im/tkabbur*
  4. security/sguil*
  5. security/sguil-client*
  6. security/sguil-sensor*
  7. security/sguil-server*
  8. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for tcltls-1.7.22: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_tcltls
USES:
tcl:tea ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://core.tcl.tk/tcltls/uv/
  2. http://tcltls.rkeene.org/uv/
Collapse this list.

Number of commits found: 55

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.22
03 Jan 2024 16:15:26
commit hash: 719480b770a4d8b1123a2e7a364b39b47385ae46commit hash: 719480b770a4d8b1123a2e7a364b39b47385ae46commit hash: 719480b770a4d8b1123a2e7a364b39b47385ae46commit hash: 719480b770a4d8b1123a2e7a364b39b47385ae46 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
devel/tcltls: fix build with Tcl 8.7
1.7.22
20 Nov 2023 04:10:55
commit hash: d2545249739ae3fd9f99f400004058872e0bee94commit hash: d2545249739ae3fd9f99f400004058872e0bee94commit hash: d2545249739ae3fd9f99f400004058872e0bee94commit hash: d2545249739ae3fd9f99f400004058872e0bee94 files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
devel/tcltls: fixes to the newly-added generation of DH-parameters

Specifically:
	- move the entire code to the post-configure target -- so
	  that our own header will be newer than the Makefile
	  generated by configure. Otherwise the authors' Makefile
	  will (attempt to) regenerate the dh_param.h again.
	- use openssl's asnparse functionality to more reliably
	  parse the generated prime -- and turn it into C.

PR:	275160
1.7.22
20 Nov 2023 03:40:58
commit hash: 2ed62c75d1230bbe8268a1a3c54de2972d50dcf8commit hash: 2ed62c75d1230bbe8268a1a3c54de2972d50dcf8commit hash: 2ed62c75d1230bbe8268a1a3c54de2972d50dcf8commit hash: 2ed62c75d1230bbe8268a1a3c54de2972d50dcf8 files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
devel/tcltls: adapt to OpenSSL-3.0, upgrade, fix tests.

PR:	275160
1.7.18
17 May 2023 16:30:15
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
1.7.18
04 May 2023 01:44:28
commit hash: 3482be7bea8f2151ba03cbb4adb44a18f1c868accommit hash: 3482be7bea8f2151ba03cbb4adb44a18f1c868accommit hash: 3482be7bea8f2151ba03cbb4adb44a18f1c868accommit hash: 3482be7bea8f2151ba03cbb4adb44a18f1c868ac files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/tcltls: Unbreak on HEAD

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.7.18
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.18
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.7.18
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.7.18
22 Mar 2021 10:17:44
Revision:568947Original commit files touched by this commit
danfe search for other commits by this committer
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
1.7.18
02 May 2019 17:10:06
Revision:500670Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.7.16 to 1.7.18 - support for TLS-1.3 (where provided
by OpenSSL) and other improvements.
1.7.16
31 Dec 2018 01:13:48
Revision:488753Original commit files touched by this commit
mi search for other commits by this committer
Newer OpenSSL versions have a slightly different function-signature
coming out of "openssl dhparam -C". Be prepared for that -- while
retaining compatibility with the older versions.

PR:		234361
Reported by:	Gerald Gutierrez
1.7.16
24 Dec 2018 16:08:12
Revision:488274Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.7.14 to 1.7.16.

Might fix the
PR:	234361
1.7.14
16 Nov 2017 20:30:44
Revision:454338Original commit files touched by this commit
mi search for other commits by this committer
Real quick, upgrade from 1.7.13 to 1.7.14 -- no real
changes in the new version...

Point WWW at the project's current home.
1.7.13
16 Nov 2017 20:23:11
Revision:454337Original commit files touched by this commit
mi search for other commits by this committer
Uprade from 1.7.12 to 1.7.13.

PR:		223074
Submitted by:	Jeff Lawson
1.7.12
20 May 2017 13:59:35
Revision:441314Original commit files touched by this commit
mi search for other commits by this committer
Upgrade to 1.7.12. It bothers me, that the port can not be
linked with the base OpenSSL, if some other implementation
is merely installed, but that seems like a common problem...

PR:		216174
Submitted by:	gahr
Sponsored by:	Unemployment Insurance
1.6.7_1
15 Mar 2017 14:45:31
Revision:436247Original commit files touched by this commit
mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
1.6.7_1
19 Apr 2016 14:20:01
Revision:413646Original commit files touched by this commit
gahr search for other commits by this committer
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.

Quoting https://tcl.tk/doc/tea:

"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."

To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.

I have modified a few ports to take advantage of this. More will come.
1.6.7_1
09 Apr 2016 05:25:45
Revision:412796Original commit files touched by this commit
antoine search for other commits by this committer
Back-out r412718, this breaks INDEX with fmake

With hat:	portmgr
Reported by:	beefy1, beefy2, package20
1.6.7_1
08 Apr 2016 04:44:48
Revision:412718Original commit files touched by this commit
mi search for other commits by this committer
Detect, when building against libressl and add -DNO_SSL2 to CFLAGS
in such situations. While here fix WWW and make other minor changes.

PR:		208626
Submitted by:	Mark Martinec
1.6.7_1
08 Oct 2015 18:59:40
Revision:398884Original commit files touched by this commit
mi search for other commits by this committer
Do not install tls.h -- it does not declare anything useful but
conflicts with the file installed by LibreSSL.

PR:		202676
1.6.7
24 Sep 2015 15:59:20
Revision:397695Original commit files touched by this commit
mi search for other commits by this committer
Fix up so it builds on all our platforms -- certain compilers weren't happy
before causing build-failures.

Tested with clang (base on 10.x), gcc-4.9 and gcc-4.2.1.

The bundled self-tests continue to NOT work -- upstream maintainer confirms
a problem and promises to try to test them...
1.6.7
18 Sep 2015 05:54:49
Revision:397225Original commit files touched by this commit
gahr search for other commits by this committer
devel/tcltls - update to 1.6.7

PR:		201452
Submitted by:	gahr@
Approved by:	maintainer (timeout)
1.6.4
01 Sep 2015 16:20:48
Revision:395777Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
1.6.4
26 Mar 2015 00:39:35
Revision:382282Original commit files touched by this commit
mi search for other commits by this committer
Add a patch (submitted upstream), which turns off attempts to use
TLS1.1 and 1.2 if the protocols aren't available at compile-time.
Otherwise the software attempts to use them at run-time and fails.

Fix-up the tests. Disable regression-test until I figure out, why
it hangs here...
1.6.4
25 Mar 2015 22:36:44
Revision:382273Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.6 to 1.6.4.
1.6_2
20 Dec 2014 18:06:22
Revision:375029Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.6_2
22 Aug 2014 07:20:30
Revision:365614Original commit files touched by this commit
antoine search for other commits by this committer
Canonicalize a few LICENSE_PERMS

With hat:	portmgr
1.6_2
16 Aug 2014 14:32:00
Revision:365081Original commit files touched by this commit
marino search for other commits by this committer
devel/tcltls: complete staging (Just Fix It)
1.6_1
14 Feb 2014 15:25:50
Revision:344252Original commit files touched by this commit
gahr search for other commits by this committer
- Convert to USES=tcl
- Add LICENSE
- Add TEA-based build infrastructure
- Switch to new OPTIONS framework (DOCS)
- Cleanups

PR:		183205
Submitted by:	gahr
Approved by:	maintainer (timeout)
1.6_1
20 Sep 2013 17:17:45
Revision:327726Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
1.6_1
23 Apr 2013 11:51:53
Revision:316351Original commit files touched by this commit
gahr search for other commits by this committer
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
1.6_1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.6_1
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
1.6
23 Feb 2009 14:46:38
Original commit files touched by this commit
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
1.6
25 Jul 2008 09:38:45
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
1.6
16 May 2008 21:43:10
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.5.0 to 1.6. Don't automatically perform the vendor's tests
for the time being, while I investigate, why they sometimes fail with
"impossible case" and sometimes succeed. The removes the need for
MANUAL_PACKAGE_BUILD.

Use USE_TCL.

Using:

PR:     ports/116550
PR:     ports/122454
Submitted by:   mm
1.5.0
09 Apr 2008 13:42:26
Original commit files touched by this commit
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
1.5.0
11 Jun 2007 19:56:59
Original commit files touched by this commit
mi search for other commits by this committer
Do not install docs, when NOPORTDOCS is set. pkg-plist was doing the
right thing, but the post-install target was not properly ifdef-ed.

Submitted by:   rafan
1.5.0
20 Jan 2007 02:07:10
Original commit files touched by this commit
kris search for other commits by this committer
MANUAL_PACKAGE_BUILD: Self-tests fail/hang
1.5.0
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
1.5.0
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.5.0
20 Jun 2005 14:34:11
Original commit files touched by this commit
mi search for other commits by this committer
Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor
upgrades.
1.5.0
04 Apr 2004 18:41:25
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests.
1.4.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.4.1
13 Nov 2003 14:45:08
Original commit files touched by this commit
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
1.4.1
27 Oct 2003 20:49:36
Original commit files touched by this commit
mi search for other commits by this committer
SHLIBDIR->LIBDIR
Upgrade from 1.4 to 1.4.1 instead of bumping the PORTREVISION.
Default to TCL-8.4

Suggested by:   kris
1.4_1
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
1.4_1
21 Jul 2002 19:59:08
Original commit files touched by this commit
ru search for other commits by this committer
Catch up to the new bsd.lib.mk API.
15 May 2001 21:04:01
commit hash: fp1.13745@dev.null.freshports.orgcommit hash: fp1.13745@dev.null.freshports.orgcommit hash: fp1.13745@dev.null.freshports.orgcommit hash: fp1.13745@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Add a patch, which sets the name  of the new channel type to "tls". This   was 
happening if  the static  structures were  used, but  not when  the  
tlsChannelType structure  was created on the  fly (as is needed  for use   with
different versions of TCL). Bump up the PORTREVISION.    
01 May 2001 10:55:09
commit hash: fp1.13277@dev.null.freshports.orgcommit hash: fp1.13277@dev.null.freshports.orgcommit hash: fp1.13277@dev.null.freshports.orgcommit hash: fp1.13277@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
${ENV} -> ${SETENV}    
21 Feb 2001 22:59:53
commit hash: fp1.9823@dev.null.freshports.orgcommit hash: fp1.9823@dev.null.freshports.orgcommit hash: fp1.9823@dev.null.freshports.orgcommit hash: fp1.9823@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Upgrade to the version 1.4,  which is required for TCL-8.3.2 and   usefull  for 
earlier  ones.  Get rid  of  patches  and  provide   Makefile.bsd  instead  
(which  uses  bsd.lib.mk).   Remove  the   WITH_TCL8x spaghetti and rely
TCL_VER?=8.3 instead.    
21 Feb 2001 22:37:38
commit hash: fp1.9822@dev.null.freshports.orgcommit hash: fp1.9822@dev.null.freshports.orgcommit hash: fp1.9822@dev.null.freshports.orgcommit hash: fp1.9822@dev.null.freshports.org files touched by this commit
mi search for other commits by this committer
Upgrade to the latest version 1.4. It will be _required_ for TCL   8.3.2 and
above, and helps  the earlier versions too. Remove the   patches and  provide
our own Makefile.bsd  instead. Also, remove   the WITH_TCL8? spaghetti and use a
simpler TCL_VER?=8.3 aproach.   Note, that this port now assumes the usage of
TCL_STUBS.    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
09 Jun 2000 04:27:54
commit hash: fp1.803@dev.null.freshports.orgcommit hash: fp1.803@dev.null.freshports.orgcommit hash: fp1.803@dev.null.freshports.orgcommit hash: fp1.803@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Add tcltls, a Tcl interface to OpenSSL.    

Number of commits found: 55