Re: pgcrypto: PGP signatures - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: pgcrypto: PGP signatures
Date
Msg-id 54076F56.4060000@joh.to
Whole thread Raw
In response to Re: pgcrypto: PGP signatures  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: pgcrypto: PGP signatures  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
On 2014-09-03 9:36 PM, Jeff Janes wrote:
> I wanted to start simple so I have a file which is signed, but not
> encrypted.  I can't figure out what to do with it.  All of the functions
> seem to require that it also be encrypted.  I tried providing an empty
> password for  pgp_sym_signatures but it didn't work.

Right.  This patch only adds support for signing data when encrypting it 
at the same time.  There's no support for detached signatures, nor is 
there support for anything other than signatures of encrypted data.  I 
should have been more clear on that in my initial email. :-(


.marko



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: pgcrypto: PGP signatures
Next
From: Robert Haas
Date:
Subject: Re: On partitioning