OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. This
authorBruce Momjian <[email protected]>
Fri, 15 Nov 2002 02:54:44 +0000 (02:54 +0000)
committerBruce Momjian <[email protected]>
Fri, 15 Nov 2002 02:54:44 +0000 (02:54 +0000)
commit728fa75edc03bea0c01026c3244f6f2a73c984dc
tree56b6f3c3f9c4e026546e63e94077f59aecbd28a6
parent93e54678a3bb39c59150fab9cd30ff1ea55ebc94
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
contrib/pgcrypto/openssl.c