Fix pgp_pub_decrypt() so it works for secret keys with passwords. Per report from Keith Fiske.
Marko Kreen Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/fd262376e9d81f77bde73ab70fa9abdcbc9c6199 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
