Re: pgp encrypt v4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgp encrypt v4
Date: 2005-07-10 03:58:14
Message-ID: 200507100358.j6A3wEM14938@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-07-10 04:56:03 Re: regexp_replace
Previous Message Bruce Momjian 2005-07-10 03:55:36 Re: [patch 2/2] Fortuna PRNG