Lists: | pgsql-patches |
---|
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 |
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: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Marko Kreen <marko(at)l-t(dot)ee> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: pgcrypto/openssl fix |
Date: | 2002-11-12 20:14:52 |
Message-ID: | 200211122014.gACKEq029853@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
---------------------------------------------------------------------------
Marko Kreen wrote:
>
> 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, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Marko Kreen <marko(at)l-t(dot)ee> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: pgcrypto/openssl fix |
Date: | 2002-11-15 02:54:56 |
Message-ID: | 200211150254.gAF2suV24352@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Marko Kreen wrote:
>
> 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, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073