Page 1 of 1

problems with cyassl/openssl

Posted: Thu Sep 11, 2008 4:49 pm
by bashendriks
I have a problem with cyassl, it contains to less functions. e.g. ssl_get_error
So i tried to compile openssl with devkitARM...
that seems to be harder than i thought...
Does anyone have a solution to these problems?
e.g. how to get openssl compiled for arm9
or to get cyassl contain more options?

I get problems with ssl on nds and need to get more info out of it.
And bio options, ssl_get_error etc. do not work in cyassl...

Re: problems with cyassl/openssl

Posted: Tue Jan 06, 2009 8:55 pm
by tao
CyaSSL does contain SSL_get_error() in the main build. You can also get more OpenSSL functions by using the ./configure option --enable-opensslExtra or defining OPENSSL_EXTRA in a non-standard build. You still won't get most of the BIO functions but CyaSSL should allow you to get most of the functionality you are trying to use, e.g., it supports reading certificates/keys form memory and doing different basic I/O. Please let us know what you're trying to use and we can probably help.