Hello all,
I'm using cyassl for application i'm building. Atheros embedded board should connect to a PC and exchange information.
My PC runs as server. If I use another PC as client communication is successful. However, when I run the client part from the Atheros board i get FATAL_ERROR (-1) from SSL_connect on the board and SSL_Accept on the server.
I can not use SSL_VERIFY_NONE as the README suggests because i actually use the subject information in my application.
Can point possible problems/solutions. I use CyaSSL 1.0.6 with opensslExtra, without-zlib on Linux (Ubuntu 8.10, i686) and Linux (OpenWRT 8.09, mips).
Thank you very much in advance.
Ivo