SSL: Added CyaSSL to SSL abstraction layer
authorTodd A Ouska <todd@yassl.com>
Tue, 1 Mar 2011 02:02:47 +0000 (18:02 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Mar 2011 12:06:38 +0000 (13:06 +0100)
commita8f30fa555df6ac818fc113163579856b317826d
treee5c66a16e5fcaec5f5daa2f6c37997fda50fc337
parent0354cd5f77ccec17d49673a5e7365f6b219d30ce
SSL: Added CyaSSL to SSL abstraction layer

CyaSSL (available from git@github.com:cyassl/cyassl.git) has been
added to the SSL abstraction layer.

To test:
1) git CyaSSL sources
2) autoreconf -i
3) ./configure --disable-static
4) make
5) sudo make install
6) autoreconf -i
7) git curl sources (and this patch)
8) ./configure --disable-shared --with-cyassl --without-ssl --enable-debug
9) make
10) normal testing

Please send questions or comments to todd@yassl.com .
lib/cyassl.c [new file with mode: 0644]
lib/cyassl.h [new file with mode: 0644]