pgcrypto update:

Neil Conway <neilc@samurai.com>

Commit: 1ea9169b420bea40228f2a8e5df28b886a099134
Author: Neil Conway <neilc@samurai.com>
Date: 2005-03-21T05:21:04Z
Releases: 8.1.0
pgcrypto update:

* openssl.c: Add 3des and AES support
* README.pgcrypto: list only supported ciphers for openssl

OpenSSL has pre-processor symbol OPENSSL_NO_AES, which
isn't that helpful for detecting if it _does_ exist.
Thus the hack with AES_ENCRYPT.

Marko Kreen

Files

PathChange+/−
contrib/pgcrypto/openssl.c modified +233 −1
contrib/pgcrypto/README.pgcrypto modified +2 −3