Differences From Artifact [8f015c6d0b]:
- File ChangeLog — part of check-in [b3abc0c1c4] at 2000-06-05 18:09:53 on branch trunk — Moved SSL shutdown up into the CloseProc, away from the asynchronous EventuallyFree (user: welch, size: 1551) [annotate] [blame] [check-ins using]
To Artifact [e4ea670395]:
- File ChangeLog — part of check-in [a80f56532a] at 2000-06-06 01:04:43 on branch trunk — *** empty log message *** (user: stanton, size: 1706) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + + + + + + | 2000-06-05 Scott Stanton <stanton@ajubasolutions.com> * tlsInt.h: * tls.c: Cleaned up declarations of Tls_Clean to avoid errors on Windows (lint). 2000-06-05 Brent Welch <welch@ajubasolutions.com> * tls.c, tlsIO.c: Split Tls_Free into Tls_Clean, which does the SSL cleanup, and the Tcl_Free call. It is important to shutdown the SSL state "synchronously" during a stacked flush. 2000-06-01 Scott Stanton <stanton@ajubasolutions.com> |