[patch 0/7] more patches for pgcrypto

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: [patch 0/7] more patches for pgcrypto
Date: 2005-08-01 21:15:00
Message-ID: 20050801211500.381225000@grue
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here are couple of small and one large patch for pgcrypto.

The large one adds support for RSA keys and reorganizes
the pubkey functions a bit. The actual RSA-specific code
there is tiny, most of the patch consists of reorg of the
pubkey code, as lots of it was written as elgamal-only.

--
marko

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2005-08-01 21:15:01 [patch 1/7] remove unnecessary libs
Previous Message Tom Lane 2005-08-01 20:32:42 Re: Implementing SELECT FOR UPDATE [NOWAIT]