Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/openssl.c | modified | +178 −376 |