pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Дата
Msg-id E1bw8vE-0001Rf-WD@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Use OpenSSL EVP API for symmetric encryption in pgcrypto.

The old "low-level" API is deprecated, and doesn't support hardware
acceleration. And this makes the code simpler, too.

Discussion: <561274F1.1030000@iki.fi>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ff4a67f63fd6d3eb01ff9707d4674ed54a89f3b

Modified Files
--------------
contrib/pgcrypto/openssl.c | 554 +++++++++++++++------------------------------
1 file changed, 178 insertions(+), 376 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix use-after-free around DISTINCT transition function calls.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: By default, set log_line_prefix = '%m [%p] '.