Topic: Building wolfSSL with OpenVPN (from old forums)
1.
kriegaex
[Avatar]
2007-10-01 01:14:52 UTC
Probably I am asking too much, but I would like to know how realistic it would be to use libcyassl as a drop-in replacement for OpenSSL (libcrypto, libssh) in connection with OpenVPN on an embedded platform (mipsel Linux, kernel 2.6.13.1) featuring BusyBox, /dev/urandom etc. The same question applies to stunnel, but I just pushed another thread concerning stunnel anyway.
2.
kriegaex
[Avatar]
2007-10-01 01:19:21 UTC
BTW: The lib cross-compiles without any problems for my platform (mipsel-linux-uclibc), the testsuite is also okay:
$ ./testsuite
MD5 test passed!
SHA test passed!
SHA-256 test passed!
HMAC test passed!
ARC4 test passed!
DES test passed!
DES3 test passed!
AES test passed!
RANDOM test passed!
RSA test passed!
OPENSSL test passed!
Client message: hello wolfssl!
Server response: I hear you fa shizzle!
yassl error: can't open input file
3.
touskaProject Admin
[Avatar]
2007-10-01 19:07:05 UTC
I'll spend some time this week getting wolfSSL to compile, link, and run with OpenVPN. I'll update this message when it's ready.