pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Date
Msg-id 20071001203006.F00FC753E4C@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-committers
Log Message:
-----------
Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.
This fixes potential crashes on old versions of OpenSSL and the requirement on
"Applink" in new versions when building with MSVC and using different
runtimes.

Dave Page with fixes from me.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.94 -> r1.95)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.94&r2=1.95)

pgsql-committers by date:

Previous
From: darcy@postgresql.org (D'Arcy J.M. Cain)
Date:
Subject: pgsql: Add some examples.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add catalogs.sgml documentation for text search catalogs.