aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tunala/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - New INSTALL document describing different ways to build "tunala" andGeoff Thorpe2001-07-231-3/+3
| | | | | | | | | | | | | | | possible problems. - New file breakage.c handles (so far) missing functions. - Get rid of some signed/unsigned/const warnings thanks to solaris-cc - Add autoconf/automake input files, and helper scripts to populate missing (but auto-generated) files. This change adds a configure.in and Makefile.am to build everything using autoconf, automake, and libtool - and adds "gunk" scripts to generate the various files those things need (and clean then up again after). This means that "autogunk.sh" needs to be run first on a system with the autotools, but the resulting directory should be "configure"able and compilable on systems without those tools.
* Minor tweaks and improvements to the tunala demo.Geoff Thorpe2000-11-281-2/+3
| | | | | | | | | - 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.
* This is a demo that performs SSL tunneling (client and/or server) and isGeoff Thorpe2000-11-011-0/+40
built using an abstracted state machine with a non-blocking IP wrapper around it. README will follow in the next commit.