pgsql: Defend against openssl libraries that fail on keys longer than

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Defend against openssl libraries that fail on keys longer than
Date: 2007-09-29 15:50:07
Message-ID: 20070929155007.9AAFA753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Defend against openssl libraries that fail on keys longer than 128 bits;
which is the case at least on some Solaris versions. Marko Kreen

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/contrib/pgcrypto:
openssl.c (r1.26.2.1 -> r1.26.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c?r1=1.26.2.1&r2=1.26.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-29 17:18:58 pgsql: Improve consistency of the error messages generated when you try
Previous Message Tom Lane 2007-09-29 14:50:34 Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice