Minor tweaks and improvements to the tunala demo.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 28 Nov 2000 23:27:23 +0000 (23:27 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 28 Nov 2000 23:27:23 +0000 (23:27 +0000)
commit4aa69fe0b6e03d3aaba5e975eb21a4dc98f016ad
treecad5cd0db23fb36ab90ba4dee6bd8f0b8a4e652c
parentb984cd2b016bd37eabf41ef34a573208c5661685
Minor tweaks and improvements to the tunala demo.

- Add "-cipher" and "-out_state" command line arguments to control SSL
  cipher-suites and handshake debug output respectively.

- Implemented error handling for SSL handshakes that break down. This uses
  a cheat - storing a non-NULL pointer as "app_data" in the SSL structure
  when the SSL should be killed.
demos/tunala/Makefile
demos/tunala/buffer.c
demos/tunala/cb.c [new file with mode: 0644]
demos/tunala/sm.c
demos/tunala/tunala.c
demos/tunala/tunala.h