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.
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.
>>
>>
> > 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
_
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
> 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
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
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
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
>
User Support Mailing List
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
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
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
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
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
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
> 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
16 matches
Mail list logo