SSL error no start line

2011-03-29 Thread Aarno Syvänen
HI, what would error OpenSSL: error:0906D06C:PEM routines:PEM_read_bio:no start line mean ? Aarno __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-use

SSL shutdown

2010-12-02 Thread Aarno Syvänen
Hi List, I have problem with SSL_shutdown. Advice seems to be to call it again, if the return value is 0. However, this means that shutdown can hang forever. Can I just call SSL_shutdown and go on ? regards aarno __ OpenSSL Pro

Re: How to implement HTTP authentication,does SSL implement this

2006-10-16 Thread Aarno Syvänen
Hi, implementing http over sl would mean implementing https, a separate thing. HTTP Basic and Digest authentications are part of HTTP itself. Btw, they are not meant to be very secure, but could be used for privact reasons. Aarno On 16 Oct 2006, at 07:20, bhanu_rao wrote: Hi all, I wa

Re: SSL_read after SSL_Connect casues a problem

2006-09-29 Thread Aarno Syvänen
Hi Marek, thank you for the hint. There was a bug in setting up SSL socket. Aarno On 28 Sep 2006, at 16:58, Marek Marcola wrote: Hello, I first do SSL_connect. Tshark shows following: 0.004727 193.53.0.56 -> 130.59.10.95 SSLv2 Client Hello 0.007715 130.59.10.95 -> 193.53.0.56 TCP 77

SSL_read after SSL_Connect casues a problem

2006-09-28 Thread Aarno Syvänen
Hi List, it is me again. I first do SSL_connect. Tshark shows following: 0.004727 193.53.0.56 -> 130.59.10.95 SSLv2 Client Hello 0.007715 130.59.10.95 -> 193.53.0.56 TCP 7700 > 7700 [ACK] Seq=1 Ack=143 Win=6864 Len=0 TSV=2682067880 TSER=1368743865 0.042333 130.59.10.95 -> 193.53.0.56

Re: Strange problem with SSL_write

2006-09-28 Thread Aarno Syvänen
On 27 Sep 2006, at 22:54, Kyle Hamilton wrote: If your server (that is, the one which accepts the connection) is sensitive to the number and content of the actual packets, the server is in violation of the 'layer' boundary. SSL and TLS can be thought of as another protocol in the AF_INET famil

Re: Strange problem with SSL_write

2006-09-28 Thread Aarno Syvänen
On 27 Sep 2006, at 22:28, David Schwartz wrote: Other side would return an error message: ORA-31154: invalid XML document ORA-19202: Error occurred in XML processing LSX-00213: only 0 occurrences of particle "greeting", minimum is 1 It is totally confused, that is: i, as a client would neve

Re: Strange problem with SSL_write

2006-09-27 Thread Aarno Syvänen
Hi, On 27 Sep 2006, at 10:20, David Schwartz wrote: Then the problem: when i am doing SSL_write, it does return full length of the packet i send, You don't send packets to SSL_write, you send bytes. It returns the number of bytes sent, and if the other end doesn't receive that number of

Strange problem with SSL_write

2006-09-27 Thread Aarno Syvänen
Hi List, I am implementing EPP over SSL. It requires me send send hex data (the length of the xml document). In addition, making EPP request twice is an error. So it differs http with both these counts. Then the problem: when i am doing SSL_write, it does return full length of the packet i send,

Re: Duplicate Posts

2002-03-18 Thread Aarno Syvänen
"Roger F. Borrello, Jr." wrote: > > Am I the only one getting 4 or 5 copies of posted messages? No, I have the same problem. Aarno __ OpenSSL Project http://www.openssl.org User Support Mailing L

Re: Kannel and Openssl

2002-03-05 Thread Aarno Syvänen
Hi, Vadim Fedukovich wrote: > > On Mon, 4 Mar 2002, Wilhelm Farrugia wrote: > > I am trying to use openssl with kannel are there any implications that I > > should know about? > > > > Does any one has some details about the issue ? > > > > Thank you, > > Wilhelm Farrugia > > Oleg Taranov did s