"Annual" pgcrypto update from Marko Kreen:
authorNeil Conway <neilc@samurai.com>
Thu, 13 Jul 2006 04:15:25 +0000 (04:15 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 13 Jul 2006 04:15:25 +0000 (04:15 +0000)
commit1abf76e82cbb5c09f5517d155ea404727f67a507
tree8d286cfb4963dc8e13bbb322569e36d8a008e797
parent99ac1e69ba750c40cc83e344a1eb65aaa325a296
"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.
22 files changed:
contrib/pgcrypto/Makefile
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/crypt-des.c
contrib/pgcrypto/crypt-gensalt.c
contrib/pgcrypto/crypt-md5.c
contrib/pgcrypto/expected/sha2.out
contrib/pgcrypto/fortuna.c
contrib/pgcrypto/imath.c [new file with mode: 0644]
contrib/pgcrypto/imath.h [new file with mode: 0644]
contrib/pgcrypto/internal-sha2.c [new file with mode: 0644]
contrib/pgcrypto/internal.c
contrib/pgcrypto/misc.c [deleted file]
contrib/pgcrypto/openssl.c
contrib/pgcrypto/pgcrypto.c
contrib/pgcrypto/pgcrypto.h
contrib/pgcrypto/pgcrypto.sql.in
contrib/pgcrypto/pgp-mpi-internal.c
contrib/pgcrypto/px-crypt.h
contrib/pgcrypto/sha2.c
contrib/pgcrypto/sha2.h
contrib/pgcrypto/sql/sha2.sql
contrib/pgcrypto/uninstall_pgcrypto.sql [new file with mode: 0644]