pgp encrypt v4 - Mailing list pgsql-patches

From Marko Kreen
Subject pgp encrypt v4
Date
Msg-id 20050708181736.GA19675@l-t.ee
Whole thread Raw
Responses Re: pgp encrypt v4
List pgsql-patches
Here is v4 of PGP encrypt.  This depends on previously sent
Fortuna-patch, as it uses the px_add_entropy function.

- New function: pgp_key_id() for finding key id's.
- Add SHA1 of user data and key into RNG pools.  We need to get
  randomness from somewhere, and it is in user best interests
  to contribute.
- Regenerate pgp-armor test for SQL_ASCII database.
- Cleanup the key handling so that the pubkey support is less
  hackish.

Seems it starts to settle down.

--
marko


Attachment

pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: [patch 1/2] Add implementation of SHA256/384/512
Next
From: Bruno Wolff III
Date:
Subject: Re: [patch 0/2] Add Fortuna PRNG to pgcrypto