hi
I have build a java server under SSL and create a c++ client to communicate
the server.
now the question is about the cipher suite of them.
the c++ client used EDH-DSS-DES-CBC3-SHA
and the java server used SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,
if I use the java client to communicate with t
Hi,
I use eclipse CDT3.1,openssl0.98,MinGW5.1. OS XP.
I installed a compiled openssl0.08d, with support Borland c, visual c and
MinGW.
I have copied the openssl/*.h to MinGW/include
and copy the .o libs to MinGW/lib
and set the enviroment in my computer
and I have tested eclipse CDt3.1, lik