Posted to tcl by JH at Wed Mar 19 23:33:33 GMT 2008view raw
- 2008-03-19 Jeff Hobbs <jeffh@ActiveState.com>
-
- *** TLS 1.6 TAGGED ***
-
- * Makefile.in (dist): update to include win/ and file.srl
-
- * win/makefile.vc: bump version to 1.6
- * configure.in: use -L and -R where necessary. [Bug 1742859]
-
- * aclocal.m4: improve --with-ssl-dir check.
-
- * tests/tlsIO.test (tlsIO-14.*): Add tls::unimport for symmetry
- * tls.htm, tls.c (UnimportObjCmd): to tls::import. [Bug 1203273]
-
- * tls.c (Tls_Clean, ImportObjCmd): Fix cleanup mem leak [Bug 1414045]
- Use better Eval APIs, cleaner Tcl_Obj-handling.
-
- 2008-03-19 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * win/Makefile.vc Updated the nmake build files with MSVC9 support
- * win/rules.vc: and fixed to run the test-suite properly.
- * win/nmakehlp.c:
- * tls.tcl (tls::initlib): Corrected namespace handling.
- * tls.c: Applied #1890223 to fix handshake on non-blocking sockets
-
- 2008-03-17 Jeff Hobbs <jeffh@ActiveState.com>
-
- * tls.tcl (tls::initlib): load tls.tcl first and call
- * Makefile.in (pkgIndex.tcl): tls::initlib to load library to
- handle cwd changes. [Bug 1888113]
-
- 2007-09-06 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * tls.c: Silence 64 bit integer conversion warnings
- * win/nmakehlp.c: Update build system to support AMD64 target
- * win/makefile.vc: with MSVC8
- * win/rules.vc:
-
- 2007-06-22 Jeff Hobbs <jeffh@ActiveState.com>
-
- * configure.in, configure, win/makefile.vc (DOTVERSION): bump to 1.6
-
- * tlsIO.c (TlsInputProc, TlsOutputProc, TlsWatchProc):
- * tls.c (VerifyCallback): add an state flag in the verify callback
- that prevents possibly recursion (on 'update'). [Bug 1652380]
-
- * tests/ciphers.test: reworked to make test output cleaner to
- understand missing ciphers (if any)
-
- * Makefile.in, tclconfig/tcl.m4: update to TEA 3.6
- * configure, configure.in: using autoconf-2.59
-
- 2007-02-28 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * win/makefile.vc: Rebase the DLL sensibly. Additional libs for
- static link of openssl.
- * tls.tcl: bug #1579837 - TIP 278 bug (possibly) - fixed.
-
- 2006-03-30 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * tclconfig/*: Updated to TEA 3.5 in response to bug 1460491
- * configure*: Regenerated configure.
-
- 2005-02-08 Jeff Hobbs <jeffh@ActiveState.com>
-
- * Makefile.in, tclconfig/tcl.m4: update to TEA 3.2
- * configure, configure.in: using autoconf-2.59
-
- 2004-12-23 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * Makefile.in: Removed spurious copying of tls.tcl into the
- build directory.
-
- 2004-12-22 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * configure.in: Incremented minor version to 1.5.1
- * configure:
-
- 2004-12-17 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * win/makefile.vc: Added the MSVC build system (from the Tcl
- * win/rules.vc: sampleextension).
- * win/nmakehlp.c:
- * win/tls.rc Added Windows resource file.
-
- * tls.tcl: From patch #948155, added support for
- alternate socket commands.
- * tls.c: Quieten some MSVC warnings. Prefer ckalloc
- over Tcl_Alloc. (David Graveraux).
-
- 2004-06-29 Pat Thoyts <patthoyts@users.sourceforge.net>
-
- * tls.c: Fixup to build against tcl 8.3.3. Handle
- * tlsIO.c: 8.4 constification.
-
- * tlsInt.h: Added headers required with MSVC on Win32.
- * tlsX509.c: undef min and max if defined (win32).
-
- * Makefile.in: Fixed to build on win32 using msys with
- * aclocal.m4: MSVC. Also fixed the test target.
- * configure.in:
- * configure: Regenerated.
- * tclconfig/tcl.m4: Updated to most recent version.
-
- 2004-03-23 Dan Razzell <research@starfishsystems.ca>
- * tls.c:
- * tlsBIO.c:
- * tlsIO.c:
- * tlsInt.h: Fixed type match warnings.
-
- 2004-03-19 Jeff Hobbs <jeffh@ActiveState.com>
-
- * tls.c (Tls_Init): replaced older TEA config with newer
- * config/* (removed):
- * pkgIndex.tcl.in, strncasecmp.c (removed):
- * Makefile.in, aclocal.m4, configure, configure.in:
- * tclconfig/README.txt, tclconfig/install-sh, tclconfig/tcl.m4:
-
- 2004-03-17 Dan Razzell <research@starfishsystems.ca>
-
- * tlsX509.c: Add support for long serial numbers per RFC 3280.
- Format is now hexadecimal.
- [Request #915313]
- Correctly convert certificate Distinguished Names
- to Tcl string representation. Eliminates use of
- deprecated OpenSSL function. Format is now compliant
- with RFC 2253. [Request #915315]
-