50 most recent check-ins occurring on or after 2000-05-04 20:12:50.
More ↑
2000-06-06
| ||
18:15 | moved to sub-directory 'oldTests' check-in: 1e4260a9c6 user: aborr tags: trunk | |
18:13 | moved from main test directory check-in: 88cf64aed6 user: aborr tags: trunk | |
01:50 | removed test that caused hang on linux check-in: 276fc6c658 user: aborr tags: trunk, ajuba-ajuba2-2-0 | |
01:34 | Fixed use of remoteServerPort environment variable check-in: f81ece270a user: welch tags: trunk | |
01:34 | Merging with similar changes by Scott S. check-in: 08fc9629ab user: welch tags: trunk | |
01:26 | Copy tls.tcl to the build directory so that "make test" can find it with "package require tls" check-in: 9c5c58d41c user: wart tags: trunk | |
01:16 | *** empty log message *** check-in: 30c21e2028 user: stanton tags: trunk | |
01:16 | * Makefile.in: Fixed broken test target. check-in: 7765685c02 user: stanton tags: trunk | |
01:04 | *** empty log message *** check-in: a80f56532a user: stanton tags: trunk | |
01:04 | * tlsInt.h: * tls.c: Cleaned up declarations of Tls_Clean to avoid errors on Windows (lint). check-in: 5ab4c35956 user: stanton tags: trunk | |
00:48 | turned off remote server tests that hang check-in: 1228a8f7ea user: aborr tags: trunk | |
2000-06-05
| ||
23:31 | changed list of skipped tests check-in: f57040cb97 user: aborr tags: trunk | |
23:11 | restored normal opration for multiple tests check-in: adb6a2840a user: aborr tags: trunk | |
22:57 | Modified tests to run stand alone check-in: 1f02e39c64 user: stanton tags: trunk | |
22:33 | updated comments; marked test cases for known bugs check-in: f0085cd37e user: aborr tags: trunk | |
20:39 | added more tests from socket test suite check-in: a8042ff3b9 user: aborr tags: trunk | |
20:32 | added more tests from socket test suite check-in: 23b3fec5cd user: aborr tags: trunk | |
20:25 | fixed path to source dir tls.tcl check-in: 2485fa2e8f user: aborr tags: trunk | |
20:24 | moved to different name - tlsIO.test check-in: e21d6d78f7 user: aborr tags: trunk | |
20:23 | renamed file to match associated 'C' file check-in: 8273067043 user: aborr tags: trunk | |
20:22 | added more working tests check-in: 1993ccba2e user: aborr tags: trunk | |
20:20 | changed generation of pkgIndex file for test target check-in: 24a46987ec user: aborr tags: trunk | |
18:09 | Moved SSL shutdown up into the CloseProc, away from the asynchronous EventuallyFree check-in: b3abc0c1c4 user: welch tags: trunk | |
2000-06-03
| ||
05:01 | More test fixes. Tests marked "empty" will hang, presumably because of the synchronous nature of those tests. check-in: 2af1d4883b user: awb tags: trunk | |
03:35 | *** empty log message *** check-in: ed9d07e135 user: awb tags: trunk | |
03:17 | *** empty log message *** check-in: a05622355a user: awb tags: trunk | |
03:00 | *** empty log message *** check-in: 2271d7b9c3 user: awb tags: trunk | |
02:30 | *** empty log message *** check-in: 4bf039c9a5 user: awb tags: trunk | |
00:20 | Add remote server for tls testing. check-in: 79208b498d user: awb tags: trunk | |
2000-06-02
| ||
22:26 | Fix some more tests. check-in: f1e28695f2 user: awb tags: trunk | |
21:50 | Fix test 2.3. check-in: 7f3358aca3 user: awb tags: trunk | |
21:44 | Fix test 2.2. check-in: a1d3dcc242 user: awb tags: trunk | |
20:45 | *** empty log message *** check-in: 570604a410 user: awb tags: trunk | |
20:25 | X.509 certificates and key files for testing check-in: 53405cf7b6 user: aborr tags: trunk | |
19:17 | *** empty log message *** check-in: 47212e1080 user: awb tags: trunk | |
18:47 | Preliminary version of Tcl's socket.test modified for tls. check-in: e8ea3bd13a user: awb tags: trunk | |
05:14 | Removed printf check-in: fa28281e24 user: welch tags: trunk | |
2000-06-01
| ||
22:34 | *** empty log message *** check-in: 0d55961d2f user: stanton tags: trunk | |
19:26 | *** empty log message *** check-in: a16da7868e user: stanton tags: trunk | |
19:26 | * tlsIO.c: Restore the previous version. Fixed the CloseProc so it unregisters the channel handler on the superceded channel instead of the upper channel. Also removed the call to Tcl_NotifyChannel in the ChannelHandler because this will result in an infinite loop if data is ever buffered in the BIO structure. [Bug: 5623] check-in: b86c814390 user: stanton tags: trunk | |
2000-05-31
| ||
21:24 | Moved ChannelHandler to the main channel instead of using Tls_GetParent and registering the handler with the dummy, or stacked channel. Eliminated call to Tcl_NotifyChannel from the WatchProc check-in: b29663e789 user: welch tags: trunk | |
2000-05-30
| ||
22:18 | changed copyright notice from Scriptics to Ajuba check-in: 17f61c8277 user: aborr tags: trunk | |
2000-05-18
| ||
00:38 | changed sslc.lib to sslc32.lib for Win/NT BSAFE build check-in: c94d10f128 user: aborr tags: trunk | |
00:31 | define symbol WINDOWS when TLS uses BSAFE headers for Win/NT check-in: 7d63c7af04 user: aborr tags: trunk | |
2000-05-12
| ||
04:46 | backed out name change for debug lib check-in: 587d7f7965 user: aborr tags: trunk | |
2000-05-10
| ||
19:18 | added flag to switch between normal and debug libs check-in: 0e165d9820 user: aborr tags: trunk | |
2000-05-09
| ||
22:26 | minor change to error message check-in: 10b4432d02 user: aborr tags: trunk | |
2000-05-04
| ||
20:40 | added code to allow compilation with either OpenSSL or BSAFE check-in: cc4e8de2d7 user: aborr tags: trunk, scriptics-sc-2-0-b9 | |
20:21 | minor chnges to allow compilation with BSAFE or OpenSSL check-in: b26fff0537 user: aborr tags: trunk | |
20:12 | removed refs to SSL_CFLAGS check-in: eb88a05f81 user: aborr tags: trunk | |