Re: pgcrypto: PGP signatures

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgcrypto: PGP signatures
Date: 2014-08-07 10:15:32
Message-ID: 53E351C4.3000202@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/6/14 2:46 PM, I wrote:
> Attached is a patch to add support for PGP signatures in encrypted
> messages into pgcrypto.

Here's v2 of the patch. I've changed the info-extracting code to not
look for signatures beyond the data, which also meant that it had to
parse one-pass signatures (which it didn't do before). This matches the
behaviour of the main decryption code.

.marko

Attachment Content-Type Size
pgcrypto_sigs.v2.patch text/plain 141.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2014-08-07 10:34:47 Wraparound limits
Previous Message Craig Ringer 2014-08-07 10:12:13 Re: PostrgeSQL vs oracle doing 1 million sqrts am I doing it wrong?