]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pgcrypto update:
authorNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:21:04 +0000 (05:21 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:21:04 +0000 (05:21 +0000)
commit1ea9169b420bea40228f2a8e5df28b886a099134
treec87594ae2c85c02cc553af50a16e741304292c7f
parentb160d6b9dcab2954cf4b500c73dd0998aa371f49
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
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/openssl.c