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
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
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
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
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
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
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
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
> 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
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
10 matches
Mail list logo