summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2005-07-18pgcrypto documentation update. Marko KreenTom Lane
2005-07-18Fortuna fixes. Marko KreenTom Lane
2005-07-18Small cleanups for pgcrypto. Marko KreenTom Lane
2005-07-18Fix C++-style comments, per Rocco Altier.Tom Lane
2005-07-12More pgcrypto fixes: handle long messages correctly, suppressTom Lane
2005-07-11Further tweaking of Win32-specific random code. Marko KreenTom Lane
2005-07-11I forgot to update win32 code when doing a renaming in random.c.Tom Lane
2005-07-11Avoid bzero/bxopy in favor of more standard library routines.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-11Add support for AES cipher with older OpenSSL libraries.Tom Lane
2005-07-10> One more failure:Bruce Momjian
2005-07-10Suppress compile warning.Tom Lane
2005-07-10Remove #include <openssl/bn.h> as compile fix.Bruce Momjian
2005-07-10As Kris Jurka found out, pgcrypto does not work withBruce Momjian
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian
2005-07-10Major pgcrypto changes:Bruce Momjian
2005-07-10- Add Fortuna PRNG to pgcrypto.Bruce Momjian
2005-07-10This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian
2005-07-08This patch updates the DDL for contrib/pgcrypto to create allNeil Conway
2005-07-06Fix incorrect PG_CPPFLAGS initialization, per Marko.Tom Lane
2005-07-05Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependencyTom Lane
2005-07-05Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane
2005-07-05Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane
2005-07-04Bruce, please apply this additional patch, that fixes theBruce Momjian
2005-07-03This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-03Fix typos in documentation.Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21* construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway
2005-03-21Remove support for libmhash/libmcrypt.Neil Conway
2005-03-12Some builds (depends on crypto engine support?) of OpenSSLNeil Conway
2004-11-23Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway
2004-10-25Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane
2004-10-05Pickup fix from upstream OpenBSD sources: mark a read-only local array asNeil Conway
2004-09-14Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane
2004-08-29Replace bcopy by memmove for more portability.Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-11-15OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. ThisBruce Momjian
2002-10-21Need sys/param.h for endianness macros.Peter Eisentraut