Fix pgp_pub_decrypt() so it works for secret keys with passwords.
Tom Lane <tgl@sss.pgh.pa.us>
Fix pgp_pub_decrypt() so it works for secret keys with passwords. Per report from Keith Fiske. Marko Kreen
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/expected/pgp-pubkey-decrypt.out | modified | +76 −0 |
| contrib/pgcrypto/pgp-pubkey.c | modified | +4 −4 |
| contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql | modified | +73 −0 |