pgcrypto: PGP signatures

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема pgcrypto: PGP signatures
Дата
Msg-id 53E223B0.90506@joh.to
обсуждение исходный текст
Ответы Re: pgcrypto: PGP signatures  (Marko Tiikkaja <marko@joh.to>)
Re: pgcrypto: PGP signatures  (Joel Jacobson <joel@trustly.com>)
Список pgsql-hackers
Hi hackers,

Attached is a patch to add support for PGP signatures in encrypted
messages into pgcrypto.

Currently, the list of limitations is the following:

     - It only knows how to generate one signature per message.  I don't
see that as a problem.
     - If a message has been signed with multiple keys which have the
same keyid as the one specified to verify the message, an error is
returned.  Naively, it seems that we should try all of them and return
"OK" if even one of them matches, but that seems icky.
     - Only RSA signatures are supported.  It wouldn't be too hard for
someone familiar with DSA to add it in, but I'm not volunteering to do
it.  Personally I think supporting RSA is better than no support at all.

As per usual, I'll also add this to the upcoming commitfest.  Any
feedback appreciated before that, of course.


.marko

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pg_receivexlog add synchronous mode
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: A worst case for qsort