Check-in [5ed815df85]
Overview
Comment: * tests/tlsIO.test: updated comments, fixed a pcCrash case that was due to debug assertion in Windows SSL.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | merge-1-3-io-rewrite-07-26-00 | tls-1-3-io-rewrite
Files: files | file ages | folders
SHA1: 5ed815df857b383a3ff726e15e6e739f2b4954b6
User & Date: hobbs on 2000-07-26 23:11:46
Other Links: branch diff | manifest | tags
Context
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
Changes