pgp encrypt v4

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: pgp encrypt v4
Date: 2005-07-08 18:17:36
Message-ID: 20050708181736.GA19675@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgp-v4.diff.gz application/octet-stream 52.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruno Wolff III 2005-07-08 19:10:47 Re: [patch 0/2] Add Fortuna PRNG to pgcrypto
Previous Message Marko Kreen 2005-07-08 17:54:42 [patch 2/2] Fortuna PRNG