Differences From Artifact [2accd518be]:
- File ChangeLog — part of check-in [e64e21d80e] at 2000-07-26 22:15:07 on branch tls-1-3-io-rewrite — * 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. (user: hobbs, size: 4789) [annotate] [blame] [check-ins using]
To Artifact [109956acd8]:
- File ChangeLog — part of check-in [5ed815df85] at 2000-07-26 23:11:46 on branch tls-1-3-io-rewrite — * tests/tlsIO.test: updated comments, fixed a pcCrash case that was due to debug assertion in Windows SSL. (user: hobbs, size: 4899) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 2000-07-26 Jeff Hobbs <[email protected]> * 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 | > > > | 1 2 3 4 5 6 7 8 9 10 11 | 2000-07-26 Jeff Hobbs <[email protected]> * tests/tlsIO.test: updated comments, fixed a pcCrash case that was due to debug assertion in Windows SSL. * 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 |
︙ | ︙ |