pgcrypto/openssl fix

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: pgcrypto/openssl fix
Date: 2002-11-10 09:48:06
Message-ID: 20021110094806.GA11774@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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

Attachment Content-Type Size
pgc.diff text/plain 14.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-11-10 12:42:37 Re: pgsql-server/src Makefile.global.in makefiles/ ...
Previous Message Bruce Momjian 2002-11-10 02:18:15 MemSet inline for newNode