Re: valgrind complaints about my network data received through ssl

2008-02-28 Thread Bobby Krupczak
Hi! > > So, I'm struggling to understand why the data received via sockets > > from the network and through SSL would trigger these kinds of > > warnings. Literally, every packet/pdu I receive and parse triggers > > these errors. The data is valid and the PDUs are correct thus my > > confusion.

Re: valgrind complaints about my network data received through ssl

2008-02-28 Thread Bobby Krupczak
Hi! >> So, I'm struggling to understand why the data received via sockets >> from the network and through SSL would trigger these kinds of >> warnings. Literally, every packet/pdu I receive and parse triggers >> these errors. The data is valid and the PDUs are correct thus my >> confusion. >> >>

RE: valgrind complaints about my network data received through ssl

2008-02-28 Thread David Schwartz
> > Consider: > > > > char buf[1024]; > > int i, j; > > > > buf[1024]=0; // to make sure we don't run off the end > > > > Does not C number the indices: 0..1023? Yeah, that's what I get for hastily constructing an example. DS _

Re: valgrind complaints about my network data received through ssl

2008-02-28 Thread Michael S. Zick
On Thu February 28 2008 17:52, David Schwartz wrote: > > > I've written a network app using pthreads, ssl, and xml. > > > > I use xml over tcp over ssl and all of that is working fine. > > > > Whilest chasing down what I thought was a bug, I started using > > valgrind on my app. > > > > I'm receiv

RE: valgrind complaints about my network data received through ssl

2008-02-28 Thread David Schwartz
> I've written a network app using pthreads, ssl, and xml. > > I use xml over tcp over ssl and all of that is working fine. > > Whilest chasing down what I thought was a bug, I started using > valgrind on my app. > > I'm receiving thousands of "uninitialized value and conditional jump" > errors tr

Re: valgrind complaints about my network data received through ssl

2008-02-28 Thread Rick Jones
Bobby Krupczak wrote: Hi! I've written a network app using pthreads, ssl, and xml. I use xml over tcp over ssl and all of that is working fine. Whilest chasing down what I thought was a bug, I started using valgrind on my app. I'm receiving thousands of "uninitialized value and conditional ju

valgrind complaints about my network data received through ssl

2008-02-28 Thread Bobby Krupczak
Hi! I've written a network app using pthreads, ssl, and xml. I use xml over tcp over ssl and all of that is working fine. Whilest chasing down what I thought was a bug, I started using valgrind on my app. I'm receiving thousands of "uninitialized value and conditional jump" errors triggered by

Re: i2d_ASN1_INTEGER definition in src code

2008-02-28 Thread Shanku Roy
Thanks much Steve! is there a way/formula by which I can figure out myself the content processing part corresponding to an ASN1 function? -- regards, Anirban Roy On Tue, Feb 12, 2008, Shanku Roy wrote: > Hi Folks, > Can anyone please point me to the location of function definition of >

[no subject]

2008-02-28 Thread Prasad Pawar
User Support Mailing List

Getting error running s_client program

2008-02-28 Thread David Hostetter
I am using the s_client() program in openssl to test my certificates. Anyone ever see this error? subject=/C=US/ST=Colorado/L=Louisville/O=SUN/OU=Storage Group/CN=topeka issuer=/C=US/ST=Colorado/L=Louisville/O=SUN/OU=Storage Group/CN=RootCA --- No client certificate CA names sent --- SSL handsh

OPENSSL_malloc

2008-02-28 Thread Davide Vernizzi
Hi users, when should one use OPENSSL_malloc instead of classic malloc? And whare are the differences between the two functions? It happens to me that when I use the OPENSSL_malloc I've either segmentation faults or memory leakages. Any help is appreciated. Regards. -- Davide smime.p7s Desc

Re: error opening a CA certificate

2008-02-28 Thread Dr. Stephen Henson
On Thu, Feb 28, 2008, Padmavathi Dt wrote: > hi all, > > While creating certificate for our openLDAP directory server,the file > with CA certificate(cacert.pem) is not getting created when i run the > CA.sh script.We are using openssl-0.9.8g.Our LDAP is openLDAP-2.4.7.please > help.please fin

error opening a CA certificate

2008-02-28 Thread Padmavathi Dt
hi all, While creating certificate for our openLDAP directory server,the file with CA certificate(cacert.pem) is not getting created when i run the CA.sh script.We are using openssl-0.9.8g.Our LDAP is openLDAP-2.4.7.please help.please find the enclosed document and guide me if i went wrong in

Re: OpenSSL Error

2008-02-28 Thread Subhankar Katyayan
What are these errors and any solution for the below mentioned error. I am using "Win32OpenSSL-0_9_8g.exe". libeay32MDd.lib(b_print.obj) : error LNK2001: unresolved external symbol __ftol2 libeay32MDd.lib(b_print.obj) : error LNK2001: unresolved external symbol __aulldvrm Subhankar Kumar Katy

establish connection using PSK cipher suites

2008-02-28 Thread gopinath ethiraja
hi , I tried to compare the ciphersuites of public key exchange & pre shared key exchange I tried to find the PSK ciphersuites and also when i used the openssl command openssl s_client -connect localhost:443 -psk 1a2b3c I get error message unknown option -psk But in the documents we

Re: Problem with SSL_WRITE

2008-02-28 Thread Gayathri Sundar
> Hi, > > > > We are using OPEN SSL library in our client server application. We are > using SSL_WRITE and SSL_READ api used to read and > > > > write operations between them. Connection is broken When server sends > very large message (more than 56K) using SSL_WRITE api. > > > > We fixed problem w