compiling a ssl

2008-02-06 Thread gopinath ethiraja
I have downloaded openssl 0.9.8g source from the website. Its working fine. but i need the source code for my project and I got in openssl. when i compiled it in vc++ in windows, i got no errors. but i get an external reference error when linked. do i need to add any lib files ? please guide me

is TLS-PSK already implemented in opensssl

2008-02-06 Thread gopinath ethiraja
is TLS-PSK already implemented in opensssl __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

error LNK2001: unresolved external symbol _THREAD_setup

2008-02-29 Thread gopinath ethiraja
HI I tried to compile and link the client server program in network security with openssl using VC++ it compiled well but when i linked i got the error error LNK2001: unresolved external symbol _THREAD_setup I linked all the necessary library files libeay32MD.lib

regarding ciphersuites

2008-03-10 Thread gopinath ethiraja
when I used the s_client command C:\OpenSSL\binopenssl s_client -connect localhost:443 Loading 'screen' into random state - done CONNECTED(02D0) depth=0 /CN=localhost verify error:num=18:self signed certificate verify return:1 depth=0 /CN=localhost verify return:1 --- Certificate chain 0

to obtain the EDH-DSS-DES-CBC3-SHA ciphersuite in certificate

2008-03-12 Thread gopinath ethiraja
If i normally generate DSA private key then create certificate using this key I obtain DHE-DSS-AES256-SHA cipher similarly with RSA private key I obtain DHE-RSA-AES256-SHA cipher how to obtain the cipher EDH-DSS-DES-CBC3-SHA I am using openssl 0.9.8g I havegiven below the command used result

why SSL_CTX_new returns null pointer -how to avoid

2008-01-23 Thread gopinath ethiraja
I tried to establish client server connection . but when i tried to set up the ssl context using SSL_CTX_new(SSLv23_client_method()) method this returns only null.can anyone please help how to avoid this error.I tried using VC++ #include openssl/ssl.h #include openssl/bio.h #include

measure network throughput in openssl

2008-02-01 Thread gopinath ethiraja
sir, is there any possibility of measuring network throughput using openssl tool. if so can u please give details Also i need details about the transmittred handshake data amount.. I tied to do this with s_time command. can u please give more details

unable to get local issuer certificate certificate not trusted errors

2008-02-01 Thread gopinath ethiraja
I tried to connect to a server using s_client command .but i get an error stating unable to get local issuer certificatealso it gives certificate not trusted how to overcome this errors C:\OpenSSL\binopenssl s_client -connect gmail.com:443 -verify 3 -cert newcert.p em