cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-504163 ] ssluse.c requires openssl 1.9.5+

From: <noreply_at_sourceforge.net>
Date: Tue, 15 Jan 2002 18:27:25 -0800

Bugs item #504163, was opened at 2002-01-15 18:27
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=504163&group_id=976

Category: https
Group: portability problem
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Archer (richardarcher)
Assigned to: Daniel Stenberg (bagder)
Summary: ssluse.c requires openssl 1.9.5+

Initial Comment:
lib/ssluse.c calls SSL_get1_session() to create a new
SSL session. This function was introduced in openssl 1.9.5.

It looks like you're trying to support earlier versions
of openssl (lots of #ifs for openssl >1.9.5-only
features), so this looks like a bug.

The openssl change log says:
SSL_get1_session() is like SSL_get_session(), but
increments the reference count in the SSL_SESSION returned.

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=504163&group_id=976
Received on 2002-01-16