pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords
Date
Msg-id E1Uaqn9-0003Vh-5M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pgp_pub_decrypt() so it works for secret keys with passwords.

Per report from Keith Fiske.

Marko Kreen

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/53cdc3e9f061dde0e13726f3964812446834a6bf

Modified Files
--------------
contrib/pgcrypto/expected/pgp-pubkey-decrypt.out |   76 ++++++++++++++++++++++
contrib/pgcrypto/pgp-pubkey.c                    |    8 +-
contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql      |   73 +++++++++++++++++++++
3 files changed, 153 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix management of fn_extra caching during repeated GiST index sc
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords