[patch 0/9] annual pgcrypto update - Mailing list pgsql-patches

From Marko Kreen
Subject [patch 0/9] annual pgcrypto update
Date
Msg-id 20060711195733.610166000@localhost.localdomain
Whole thread Raw
Responses Re: [patch 0/9] annual pgcrypto update  (Neil Conway <neilc@samurai.com>)
Re: [patch 0/9] annual pgcrypto update  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Few cleanups and couple of new things:

 - add SHA2 algorithm to older OpenSSL
 - add BIGNUM math to have public-key cryptography work
   on non-OpenSSL build.
 - gen_random_bytes() function

The status of SHA2 algoritms and public-key encryption
can now be changed to 'always available.'

That makes pgcrypto functionally complete and unless there
will be new editions of AES, SHA2 or OpenPGP standards,
there is no major changes planned.



pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: [patch 3/9] Add support for SHA224
Next
From: Marko Kreen
Date:
Subject: [patch 4/9] Fix use of CAST5 in regtests.