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

From Heikki Linnakangas
Subject Re: pgcrypto: PGP signatures
Date
Msg-id 542D3B55.5080709@vmware.com
Whole thread Raw
In response to Re: pgcrypto: PGP signatures  (Marko Tiikkaja <marko@joh.to>)
Responses Re: pgcrypto: PGP signatures
List pgsql-hackers
I looked at this briefly, and was surprised that there is no support for 
signing a message without encrypting it. Is that intentional? Instead of 
adding a function to encrypt and sign a message, I would have expected 
this to just add a new function for signing, and you could then pass it 
an already-encrypted blob, or plaintext.

- Heikki




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: NEXT VALUE FOR
Next
From: Pavel Stehule
Date:
Subject: proposal: doc: simplify examples of dynamic SQL