-
- Downloads
/contrib/pgcrypto:
* remove support for encode() as it is in main tree now * remove krb5.c * new 'PX library' architecture * remove BSD license from my code to let the general PostgreSQL one to apply * md5, sha1: ANSIfy, use const where appropriate * various other formatting and clarity changes * hmac() * UN*X-like crypt() - system or internal crypt * Internal crypt: DES, Extended DES, MD5, Blowfish crypt-des.c, crypt-md5.c from FreeBSD crypt-blowfish.c from Solar Designer * gen_salt() for crypt() - Blowfish, MD5, DES, Extended DES * encrypt(), decrypt(), encrypt_iv(), decrypt_iv() * Cipher support in mhash.c, openssl.c * internal: Blowfish, Rijndael-128 ciphers * blf.[ch], rijndael.[ch] from OpenBSD * there will be generated file rijndael-tbl.inc. Marko Kreen
Showing
- contrib/pgcrypto/Makefile 19 additions, 10 deletionscontrib/pgcrypto/Makefile
- contrib/pgcrypto/README.pgcrypto 163 additions, 35 deletionscontrib/pgcrypto/README.pgcrypto
- contrib/pgcrypto/internal.c 471 additions, 39 deletionscontrib/pgcrypto/internal.c
- contrib/pgcrypto/md5.c 7 additions, 18 deletionscontrib/pgcrypto/md5.c
- contrib/pgcrypto/md5.h 2 additions, 3 deletionscontrib/pgcrypto/md5.h
- contrib/pgcrypto/mhash.c 280 additions, 29 deletionscontrib/pgcrypto/mhash.c
- contrib/pgcrypto/openssl.c 358 additions, 30 deletionscontrib/pgcrypto/openssl.c
- contrib/pgcrypto/pgcrypto.c 422 additions, 48 deletionscontrib/pgcrypto/pgcrypto.c
- contrib/pgcrypto/pgcrypto.h 14 additions, 17 deletionscontrib/pgcrypto/pgcrypto.h
- contrib/pgcrypto/pgcrypto.sql.in 46 additions, 10 deletionscontrib/pgcrypto/pgcrypto.sql.in
- contrib/pgcrypto/sha1.c 6 additions, 15 deletionscontrib/pgcrypto/sha1.c
- contrib/pgcrypto/sha1.h 3 additions, 3 deletionscontrib/pgcrypto/sha1.h
Loading
Please register or sign in to comment