pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Date
Msg-id E1bw8vE-0001Rf-WD@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix use-after-free around DISTINCT transition function calls.
Next
From: Robert Haas
Date:
Subject: pgsql: By default, set log_line_prefix = '%m [%p] '.