Help regarding error

2008-02-29 Thread Prasad Pawar
when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c /tmp/ccicrxZV.o: In function `main': p192.c:(.text+0x12): undefined reference to `DH_new' p192.c:(.text+0x31): undefined reference to `BN_bin2bn' p192.c:(.text+0x3e): undefined reference to `BN_new'

Problem with blocked Socket

2008-02-29 Thread Dirk . Platte
Hallo We habe a problem with our c++ win32 application. We are using WinSockets and write/read data with openssl. 95% are working fine. But when the response takes longer, the application is blocked. Now i've try to make the socket non-blocked, but it doesen't works. Here are a few

Problem testing with openssl-fips-test-1.2.0

2008-02-29 Thread Gatfield, Geoffrey
Hello, I've been testing with the Fips 1.2 drop with no problem. Now I've discovered that I can't switch back and forth between FIPS and non-FIPS mode. We use a FIPS enabled library with a client that must be able to switch between modes. This works with openssl-fips-1.1.1. Is there any way

Re: Help regarding error

2008-02-29 Thread Marek . Marcola
Hello, when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c /tmp/ccicrxZV.o: In function `main': p192.c:(.text+0x12): undefined reference to `DH_new' p192.c:(.text+0x31): undefined reference to `BN_bin2bn' p192.c:(.text+0x3e): undefined reference to

How to handle dead sessions with SSL_write

2008-02-29 Thread GeraGray
I am developing client/server app and client should be mobile, thus connection can be easily lost. The problem is that i can't find a way to detect this lose of connection with openssl. For example, i send a request to the server from client and immediately remove the cable from client laptop.

TLS v1.1

2008-02-29 Thread Lars Kühl
Hello Guys, I have a few little question about TLS. Does openssl support TLS 1.1 RFC4346 ? My serach indicates no, am I right ? If openssl does not support TLS 1.1 is there a roadmap for the support? If it is not too much work, what is missing for TLS 1.1 support ? Thanks Lars --

Verisign CA Self-Signed Cert Error?

2008-02-29 Thread Josh
Hello, We are getting an odd self-signed cert error when using openssl s_client to test the connection for a web service on an internal server. This service is protected by a Verisign certificate. Hitting the service with a web browser indicates a completely secure chain. How do we present

Re: Verisign CA Self-Signed Cert Error?

2008-02-29 Thread David Hostetter
I am using s_client and s_server right now and it is working for me. I specify the -certs file and the CAfile for the root. Josh wrote: Hello, We are getting an odd self-signed cert error when using openssl s_client to test the connection for a web service on an internal server. This

RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-02-29 Thread learning openssl
Hello, Thanks for your reply. But I am still a newbie for Openssl, I do not know how to use applink.c in my case. Please help me. Subject: Re: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink To: openssl-users@openssl.org From: [EMAIL PROTECTED] Date: Sat, 16 Feb 2008 20:48:30 -0500

RE: valgrind complaints about my network data received through ssl

2008-02-29 Thread David Schwartz
Let's start with the obvious, just to make 100% sure we're really having an issue here. Here is one code example where I'm reading a 10-byte block of data (always 10-bytes, not less): bufptr = (u_char *)wh; for (nread = 0; nread sizeof(wh); nread += ret) { ret =

Re: valgrind complaints about my network data received through ssl

2008-02-29 Thread Bobby Krupczak
Hi! Here is one code example where I'm reading a 10-byte block of data (always 10-bytes, not less): bufptr = (u_char *)wh; for (nread = 0; nread sizeof(wh); nread += ret) { ret = SSL_read(ssl,bufptr+nread,sizeof(wh)-nread); if (ret = 0) break;

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