Differences From Artifact [d63d0daba3]:
- File ChangeLog — part of check-in [2b0ce3e01b] at 2000-08-14 21:55:12 on branch trunk — * tls.c (Tls_Init): changed it to require 8.3.2 when Tcl_InitStubs was called because we don't want people using TLS with the original stacked channel implementation. (user: hobbs, size: 5186) [annotate] [blame] [check-ins using]
To Artifact [90bb6e0e94]:
- File ChangeLog — part of check-in [33ea0b5a9d] at 2000-08-15 00:02:08 on branch trunk — * tlsInt.h: * tlsIO.c: * tlsBIO.c: * tls.c: changed around to only working with 8.2.0+ (8.3.2+ preferred), with runtime checks for pre- and post-io-rewrite. (user: hobbs, size: 5349) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + + + | 2000-08-14 Jeff Hobbs <[email protected]> * tlsInt.h: * tlsIO.c: * tlsBIO.c: * tls.c: changed around to only working with 8.2.0+ (8.3.2+ preferred), with runtime checks for pre- and post-io-rewrite. * tls.c (Tls_Init): changed it to require 8.3.2 when Tcl_InitStubs was called because we don't want people using TLS with the original stacked channel implementation. 2000-07-26 Jeff Hobbs <[email protected]> * merged all changes from tls-1-3-io-rewrite back into main branch |
︙ |