pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Дата
Msg-id 20071001203006.F00FC753E4C@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Gregory Stark <stark@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: darcy@postgresql.org (D'Arcy J.M. Cain)
Дата:
Сообщение: pgsql: Add some examples.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add catalogs.sgml documentation for text search catalogs.