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
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