pgsql-server/contrib/pgcrypto openssl.c - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/contrib/pgcrypto openssl.c
Date
Msg-id 20021115025444.28593475ADD@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/11/14 21:54:44

Modified files:
    contrib/pgcrypto: openssl.c

Log message:
    OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto.  This
    is pgcrypto bug as it assumed too much about inner workings of OpenSSL.

    Following patch stops pgcrypto using EVP* functions for ciphers and lets
    it manage ciphers itself.

    This patch supports Blowfish, DES and CAST5 algorithms.

    Marko Kreen


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/bin/psql tab-complete.c