pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords
Дата
Msg-id E1Uaqn9-0003Vi-6O@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pgp_pub_decrypt() so it works for secret keys with passwords.

Per report from Keith Fiske.

Marko Kreen

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a0a98837f4a42ef939544008a9270b1d82655912

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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pgp_pub_decrypt() so it works for secret keys with passwords