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(dot)1030000(at)iki(dot)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(-)