pgsql: In PGP public key tests, encrypt the secret key with AES not

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In PGP public key tests, encrypt the secret key with AES not
Date: 2006-07-14 17:47:40
Message-ID: 20060714174740.363389FB33C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In PGP public key tests, encrypt the secret key with AES not CAST5,
so that the test passes with or without OpenSSL. Marko Kreen

Modified Files:
--------------
pgsql/contrib/pgcrypto/expected:
pgp-pubkey-decrypt.out (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/pgp-pubkey-decrypt.out.diff?r1=1.2&r2=1.3)
pgsql/contrib/pgcrypto/sql:
pgp-pubkey-decrypt.sql (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-14 19:05:52 pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris
Previous Message Tom Lane 2006-07-14 16:59:19 pgsql: Fix another passel of include-file breakage.