[patch 0/7] more patches for pgcrypto

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема [patch 0/7] more patches for pgcrypto
Дата
Msg-id 20050801211500.381225000@grue
обсуждение исходный текст
Ответы Re: [patch 0/7] more patches for pgcrypto  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: [patch 2/7] remove last pieces of system crypt()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] COPY FROM performance improvements