[patch 0/7] more patches for pgcrypto - Mailing list pgsql-patches

From Marko Kreen
Subject [patch 0/7] more patches for pgcrypto
Date
Msg-id 20050801211500.381225000@grue
Whole thread Raw
Responses Re: [patch 0/7] more patches for pgcrypto
List 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


pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: [patch 2/7] remove last pieces of system crypt()
Next
From: Tom Lane
Date:
Subject: Re: [PERFORM] COPY FROM performance improvements