SSL3_READ_BYTES:reason(1000)

2005-05-27 Thread tony vong
I got this error after calling ssl_peek, which returns 0. What does the error mean ? SSL3_READ_BYTES:reason(1000) --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Tue, May 24, 2005, dan wrote: > > > Nauman Akbar wrote: > > >Dear Users > > > > > > > > > > > >I am having this problem for

How to map recv(fd, buffer, SEGMENT_LEN, MSG_PEEK) to SSL_read

2005-05-24 Thread tony vong
Dr Stephen, I want to map recv(fd, buffer, SEGMENT_LEN, MSG_PEEK) to some kind of SSL_read. MSG_PEEK This flag causes the receive operation to return data from the beginning of the receive queue without removing that data from the queue. Thus, a subs

how to suppress ssl_connect() from printing cert info

2005-05-17 Thread tony vong
Everytime SSL_connect is called, it will dump something like below to stdout. How do I suppress it ?? SSL: Certificate OK: /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority SSL: Certificate OK: /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority SSL: Cer

How to suppress SSL_connect() from printing Cert info ?

2005-05-15 Thread tony vong
Everytime SSL_connect is called, it will dump something like below to stdout. How do I suppress it ?? SSL: Certificate OK: /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority SSL: Certificate OK: /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority SSL: Cer