This is a demo that performs SSL tunneling (client and/or server) and is
authorGeoff Thorpe <geoff@openssl.org>
Wed, 1 Nov 2000 23:11:19 +0000 (23:11 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 1 Nov 2000 23:11:19 +0000 (23:11 +0000)
commitd1855cc7af56acb62407618711ee5e90a805e231
tree788db0508b6b72d79fecf2e868cd684a8e51a3b5
parent14c6d27d63795ead1b70d97e3303731b433c0db8
This is a demo that performs SSL tunneling (client and/or server) and is
built using an abstracted state machine with a non-blocking IP wrapper
around it. README will follow in the next commit.
demos/tunala/A-client.pem [new file with mode: 0644]
demos/tunala/A-server.pem [new file with mode: 0644]
demos/tunala/CA.pem [new file with mode: 0644]
demos/tunala/Makefile [new file with mode: 0644]
demos/tunala/buffer.c [new file with mode: 0644]
demos/tunala/ip.c [new file with mode: 0644]
demos/tunala/sm.c [new file with mode: 0644]
demos/tunala/tunala.c [new file with mode: 0644]
demos/tunala/tunala.h [new file with mode: 0644]