Problem with unknown CA

2011-04-29 Thread Mike Markley
I'm trying to establish an SSL connection with a server and my handshake is failing with 'alert unknown ca' I'm using a self signed certificate and I'm also specifying SSL_VERIFY_NONE in my call to SSL_set_verify. Is this message indicating a problem with my self signed certificate or is it a probl

Blowfish implementation with OpenSSL

2011-04-29 Thread derleader mail
Hi, I'm working on implementation of OpenSSL and Blowfish. Can you help me to improve the code, Is there a problem in the code? C code: //cl test_AES.c /IC:\openssl\include /linkC:\openssl\lib\libeay32.lib //gcc test_AES.c -L/usr/local/ssl/lib/ -lssl -lcrypto -Wall #include #includ