From: | Marko Kreen <marko(at)l-t(dot)ee> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | pgcrypto/openssl fix |
Date: | 2002-11-10 13:04:00 |
Message-ID: | 20021110130400.GA12875@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 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-11-10 14:01:06 | Re: MemSet inline for newNode |
Previous Message | Peter Eisentraut | 2002-11-10 12:42:37 | Re: pgsql-server/src Makefile.global.in makefiles/ ... |