pgsql: pgcrypto update: * openssl.c: Add 3des and AES support * - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: pgcrypto update: * openssl.c: Add 3des and AES support *
Date
Msg-id 20050321052105.ED84D531C8@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: pgcrypto update: * Use error codes instead of -1 * px_strerror
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: pgcrypto update: Reserve px_get_random_bytes() for strong