-
- Downloads
"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.
Showing
- contrib/pgcrypto/Makefile 9 additions, 10 deletionscontrib/pgcrypto/Makefile
- contrib/pgcrypto/README.pgcrypto 28 additions, 14 deletionscontrib/pgcrypto/README.pgcrypto
- contrib/pgcrypto/crypt-des.c 4 additions, 1 deletioncontrib/pgcrypto/crypt-des.c
- contrib/pgcrypto/crypt-gensalt.c 2 additions, 2 deletionscontrib/pgcrypto/crypt-gensalt.c
- contrib/pgcrypto/crypt-md5.c 15 additions, 1 deletioncontrib/pgcrypto/crypt-md5.c
- contrib/pgcrypto/expected/sha2.out 31 additions, 0 deletionscontrib/pgcrypto/expected/sha2.out
- contrib/pgcrypto/fortuna.c 29 additions, 15 deletionscontrib/pgcrypto/fortuna.c
- contrib/pgcrypto/imath.c 3261 additions, 0 deletionscontrib/pgcrypto/imath.c
- contrib/pgcrypto/imath.h 212 additions, 0 deletionscontrib/pgcrypto/imath.h
- contrib/pgcrypto/internal-sha2.c 317 additions, 0 deletionscontrib/pgcrypto/internal-sha2.c
- contrib/pgcrypto/internal.c 9 additions, 217 deletionscontrib/pgcrypto/internal.c
- contrib/pgcrypto/misc.c 0 additions, 51 deletionscontrib/pgcrypto/misc.c
- contrib/pgcrypto/openssl.c 36 additions, 4 deletionscontrib/pgcrypto/openssl.c
- contrib/pgcrypto/pgcrypto.c 29 additions, 1 deletioncontrib/pgcrypto/pgcrypto.c
- contrib/pgcrypto/pgcrypto.h 2 additions, 1 deletioncontrib/pgcrypto/pgcrypto.h
- contrib/pgcrypto/pgcrypto.sql.in 5 additions, 0 deletionscontrib/pgcrypto/pgcrypto.sql.in
- contrib/pgcrypto/pgp-mpi-internal.c 244 additions, 7 deletionscontrib/pgcrypto/pgp-mpi-internal.c
- contrib/pgcrypto/px-crypt.h 1 addition, 9 deletionscontrib/pgcrypto/px-crypt.h
- contrib/pgcrypto/sha2.c 100 additions, 39 deletionscontrib/pgcrypto/sha2.c
- contrib/pgcrypto/sha2.h 10 additions, 2 deletionscontrib/pgcrypto/sha2.h
Loading
Please register or sign in to comment