Tcl Binding for the OpenSSL Library
This extension provides a generic binding for Tcl to OpenSSL, utilizing
the new Tcl_StackChannel API for Tcl 8.2 and higher. The sockets behave
exactly the same as channels created using Tcl's built-in socket
command with additional options for controlling the SSL session.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / tls
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:tcl/tls && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000138 138 Bytes | |
tls-ciphers.patch | 0000000964 964 Bytes | |
tls-enable-tls1.patch | 0000001579 1.54 KB | |
tls.changes | 0000003498 3.42 KB | |
tls.spec | 0000002132 2.08 KB | |
tls1.6.3-src.tar.bz2 | 0000152742 149 KB |
Revision 11 (latest revision is 24)
Reinhard Max (rmax)
accepted
request 263147
from
Guido Berhoerster (gberh)
(revision 11)
- update to version 1.6.3 (from CVS): * tls.c (MiscObjCmd): Fixed non-static string array used in call of Tcl_GetIndexFromObj(). Memory smash waiting to happen. Thanks to Brian Griffin for alerting us all to the problem. * tls.c: Applied Jeff's patch from http://www.mail-archive.com/aolserver@listserv.aol.com/msg12356.html * tls.c (StatusObjCmd): memleak: free peer if loaded. [Bug 3041925] * tls.tcl (tls::socket): some socket implementations have a -type support (e.g. for inet6). - rebased tls-fix-ciphers.patch - modified tls-enable-tls1.patch to only enable tls1 by default and to update the documentation
Comments 0