RE: SSL Error and Info messages

2008-02-25 Thread Shaw Graham George
Hi, This may or may not be helpful ... it depends on your code, and what applications that you are talking to that lead to these errors: (1) reminds me of a problem that can occur when using OpenSSL against some Java implementations. You can test it by using openssl s_client or s_server using th

RE: SSL Error and Info messages

2008-02-25 Thread David Schwartz
> My application calls some library functions, which uses > OpenSSL. When my appliction runs, I believe OpenSSL emitted > some messages described below. Nope. Your application emitted them. OpenSSL detected them and reported them, you chose to print them out. > Does anyone know what caused thos

extracting CRL location from a certificate

2008-02-25 Thread Jure Vrscaj
Hi, I'd like to extract the CRL location from a certificate, using this command: openssl x509 -text -in cert.pem But the only information I get is this: X509v3 CRL Distribution Points: DirName:/C=si/O=state-institutions/OU=sigen-ca/CN=CRL1 Is there a way to output more info? (I think the CRL U

SSL Error and Info messages

2008-02-25 Thread Weigang Gong
Hi, openssl community, My application calls some library functions, which uses OpenSSL. When my appliction runs, I believe OpenSSL emitted some messages described below. 1. Sometimes, following Error messages will be emitted: ERR-05255|8|04:26:25.540503|sslsocket.cpp[581] - SSL Error: Error

Re: Ask for help on the TLS connections

2008-02-25 Thread jimmy bahuleyan
Jurko Gospodnetić wrote: Hi all. > I met one quesion on the usage of TLS connection. > After the SSL/TLS connection is establelished, If the GPRS > connection or TCP/IP connection is disconnected and connected again, > is it possble to keep the TLS session as before if the appliation

Re: S_client

2008-02-25 Thread Suchindra Chandrahas
I am not sure about this stuff however! - Original Message From: rfx <[EMAIL PROTECTED]> To: openssl-users@openssl.org Sent: Monday, February 25, 2008 12:25:24 PM Subject: Re: S_client "Use browser directly (you don't have to use openssl s_client) and point the URL tab to

Re: Ask for help on the TLS connections

2008-02-25 Thread Jurko Gospodnetić
Hi all. > I met one quesion on the usage of TLS connection. > After the SSL/TLS connection is establelished, If the GPRS > connection or TCP/IP connection is disconnected and connected again, > is it possble to keep the TLS session as before if the appliation > use openssl? When a c

Re: Ask for help on the TLS connections

2008-02-25 Thread Anri Lau
When a connection is established, a 48 bytes password will be used as the data exchanged. If the session is kept and loaded again, maybe it could. On 25/02/2008, Fang Fang <[EMAIL PROTECTED]> wrote: > > Hi all, > I met one quesion on the usage of TLS connection. > After the SSL/TLS connection is

Ask for help on the TLS connections

2008-02-25 Thread Fang Fang
Hi all, I met one quesion on the usage of TLS connection. After the SSL/TLS connection is establelished, If the GPRS connection or TCP/IP connection is disconnected and connected again, is it possble to keep the TLS session as before if the appliation use openssl? BR/Fang Fang

questions on memory leaks and SSL

2008-02-25 Thread Bobby Krupczak
Hi! I've got a client/server app now using openssl 0.9.8g and it grows a lot over time vs its non-ssl version. I'm sure the memory is leaking due to my own mis-understanding of how to properly use openssl. My pthreaded server program opens a socket and listens for connections. create/initiali