* Fix a slight bug in the state-machine. This caused the client end of a
authorGeoff Thorpe <geoff@openssl.org>
Thu, 30 Nov 2000 01:34:26 +0000 (01:34 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 30 Nov 2000 01:34:26 +0000 (01:34 +0000)
commit3465dd3853f000e042dc3fd26f4ce03cd92374ad
treea6f504aa42da8f03445b56829a410986cf49b8ce
parentac445acf6959ec21b19d3670369e107db2627213
* Fix a slight bug in the state-machine. This caused the client end of a
  tunnel to not pro-actively close down when failing an SSL handshake.

* Change the cert-chain callback - originally this was the same one used in
  s_client and s_server but the output's as ugly as sin, so I've prettied
  tunala's copy output up a bit (and made the output level configurable).

* Remove the superfluous "errors" from the SSL state callback - these are just
  non-blocking side-effects.
demos/tunala/cb.c
demos/tunala/tunala.c
demos/tunala/tunala.h