Changes On Branch merge-1-3-io-rewrite-07-26-00

Changes In Branch tls-1-3-io-rewrite Excluding Merge-Ins

This is equivalent to a diff from c7d3de2764 to 5ed815df85

2000-07-26
23:11
* tests/tlsIO.test: updated comments, fixed a pcCrash case that was due to debug assertion in Windows SSL. Closed-Leaf check-in: 5ed815df85 user: hobbs tags: merge-1-3-io-rewrite-07-26-00, tls-1-3-io-rewrite
22:15
* tls.c (ImportObjCmd): removed unnecessary use of 'bio' arg. (Tls_Init): check return value of SSL_library_init. Also lots of whitespace cleanup (more like Tcl Eng style guide), but not all code was cleaned up. * tlsBIO.c: minor whitespace cleanup * tlsIO.c: minor whitespace cleanup. (TlsInputProc, TlsOutputProc): Added ERR_clear_error before calls to BIO_read or BIO_write, because we could otherwise end up pulling an error off the stack that didn't belong to us. Also cleanup up excessive use of gotos. check-in: e64e21d80e user: hobbs tags: tls-1-3-io-rewrite
2000-07-20
02:44
Use INSTALL_PROGRAM instead of INSTALL_DATA when installing libraries on hpux so that the libraries get execute permission. check-in: 2b4dc4cee0 user: wart tags: trunk
2000-07-11
04:58
* tlsBIO.c (BioWrite, BioRead): changed Tcl_Read/Write to Tcl_ReadRaw/TclWriteRaw. * tls.c: added use of Tcl_GetTopChannel after Tcl_GetChannel and got return value from Tcl_StackChannel. * tests/tlsIO.test: added some handshaking that shouldn't be necessary, but we crash otherwise (needs more testing). * tlsIO.c: added support for "corrected" stacked channels. All the above channels are in TCL_CHANNEL_VERSION_2 #ifdefs. check-in: fb9a612600 user: hobbs tags: tls-1-3-io-rewrite
2000-06-28
18:24
Added HPUX to list of known platforms. check-in: c7d3de2764 user: wart tags: trunk
2000-06-21
21:00
Changed name of test variable from TCLTESTARGS to TESTFLAGS check-in: b9eeeb6baa user: wart tags: trunk

Modified ChangeLog from [cd26bc6332] to [109956acd8].    [diff]

Modified Makefile.in from [43741953a5] to [a26a065317].    [diff]

Modified configure.in from [b7f03645a1] to [f7106cacc4].    [diff]

Modified pkgIndex.tcl.in from [97e308791e] to [a7daa6d089].    [diff]

Modified tests/remote.tcl from [822d07082f] to [26f53255a5].    [diff]

Modified tests/tlsIO.test from [321099ebe7] to [e303767c20].    [diff]

Modified tls.c from [1fe77384fc] to [d793bbc229].    [diff]

Modified tls.tcl from [0307107ef1] to [ee125cf739].    [diff]

Modified tlsBIO.c from [e6c3698fee] to [8a7d792ec5].    [diff]

Modified tlsIO.c from [83d2c33ca1] to [1cbb80c69b].    [diff]