summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-05Silence compiler warnings about incompatible function pointer types.Tom Lane
2006-09-05Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane
2006-08-05Fix references to the Options section in the pgcrypto documentation.Neil Conway
2006-07-19pgcrypto merge cleanup:Neil Conway
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-15Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane
2006-07-14In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane
2006-07-13Fix C++-style comment.Neil Conway
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
2006-06-08Add missing 3rd argument to open().Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian
2006-05-21Fix errors in fortuna PRNG reseeding logic that could cause a predictableTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-18Patch from Marko Kreen:Neil Conway
2006-02-10Fix fallout from psql line-wrapping patch.Tom Lane
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-03pgcrypto documentation polishing from Marko Kreen, and a small amountTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-08-13Remove API file.Bruce Momjian
2005-08-13The large one adds support for RSA keys and reorganizesBruce Momjian
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