]> granicus.if.org Git - postgresql/commit
Use OpenSSL EVP API for symmetric encryption in pgcrypto.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 17 Oct 2016 14:29:33 +0000 (17:29 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 17 Oct 2016 14:29:33 +0000 (17:29 +0300)
commit5ff4a67f63fd6d3eb01ff9707d4674ed54a89f3b
tree139f9506466e7c0dfa3d71eac80e4e9705166e37
parentd8589946ddd5c43e1ebd01c5e92d0e177cbfc198
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>
contrib/pgcrypto/openssl.c