pgsql: pgcrypto update: * openssl.c: Add 3des and AES support *

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgcrypto update: * openssl.c: Add 3des and AES support *
Date: 2005-03-21 05:21:05
Message-ID: 20050321052105.ED84D531C8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/contrib/pgcrypto:
README.pgcrypto (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/README.pgcrypto.diff?r1=1.8&r2=1.9)
openssl.c (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.diff?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-03-21 05:22:16 pgsql: pgcrypto update: Reserve px_get_random_bytes() for strong
Previous Message Neil Conway 2005-03-21 05:19:56 pgsql: pgcrypto update: * Use error codes instead of -1 * px_strerror