pgp encrypt v4

Started by Marko Kreenabout 21 years ago3 messagespatches
Jump to latest
#1Marko Kreen
markokr@gmail.com

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

Attachments:

pgp-v4.diff.gzapplication/octet-streamDownload
#2Bruce Momjian
bruce@momjian.us
In reply to: Marko Kreen (#1)
Re: pgp encrypt v4

Patch applied. Thanks.

---------------------------------------------------------------------------

Marko Kreen wrote:

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, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Marko Kreen
markokr@gmail.com
In reply to: Bruce Momjian (#2)
Re: pgp encrypt v4

On Sat, Jul 09, 2005 at 11:58:14PM -0400, Bruce Momjian wrote:

Patch applied. Thanks.

Great!

Small problem with the 3 patches: you forgot to 'cvs add' new files?

--
marko