postgresql/contrib/pgcrypto/sql
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen:
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.
2006-07-13 04:15:25 +00:00
..
3des.sql More pgcrypto fixes: handle long messages correctly, suppress 2005-07-12 20:27:45 +00:00
blowfish.sql More pgcrypto fixes: handle long messages correctly, suppress 2005-07-12 20:27:45 +00:00
cast5.sql More pgcrypto fixes: handle long messages correctly, suppress 2005-07-12 20:27:45 +00:00
crypt-blowfish.sql
crypt-des.sql
crypt-md5.sql
crypt-xdes.sql
des.sql More pgcrypto fixes: handle long messages correctly, suppress 2005-07-12 20:27:45 +00:00
hmac-md5.sql
hmac-sha1.sql
init.sql
md5.sql
pgp-armor.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
pgp-compression.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
pgp-decrypt.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
pgp-encrypt-DISABLED.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
pgp-encrypt.sql Update /contrib regression tests for escape_string_warning. 2006-03-08 03:51:52 +00:00
pgp-info.sql The large one adds support for RSA keys and reorganizes 2005-08-13 02:06:21 +00:00
pgp-pubkey-decrypt.sql The large one adds support for RSA keys and reorganizes 2005-08-13 02:06:21 +00:00
pgp-pubkey-DISABLED.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
pgp-pubkey-encrypt.sql The large one adds support for RSA keys and reorganizes 2005-08-13 02:06:21 +00:00
pgp-zlib-DISABLED.sql Add missing pgcrypto files from previous commit. 2005-07-10 13:46:29 +00:00
rijndael.sql More pgcrypto fixes: handle long messages correctly, suppress 2005-07-12 20:27:45 +00:00
sha1.sql
sha2.sql "Annual" pgcrypto update from Marko Kreen: 2006-07-13 04:15:25 +00:00