summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAgeFilesLines
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-114-0/+8
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-082-6/+6
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-35/+35
* Patch from Marko Kreen:Neil Conway2006-02-181-32/+70
* Fix fallout from psql line-wrapping patch.Tom Lane2006-02-101-26/+26
* There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane2006-01-031-9/+9
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-222-10/+10
* pgcrypto documentation polishing from Marko Kreen, and a small amountTom Lane2005-11-031-25/+29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1536-1211/+1509
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-246-48/+61
* Remove API file.Bruce Momjian2005-08-131-163/+0
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-1323-278/+808
* pgcrypto documentation update. Marko KreenTom Lane2005-07-181-292/+605
* Fortuna fixes. Marko KreenTom Lane2005-07-185-88/+193
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-186-14/+29
* Fix C++-style comments, per Rocco Altier.Tom Lane2005-07-182-4/+4
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-1212-11/+104
* Further tweaking of Win32-specific random code. Marko KreenTom Lane2005-07-111-3/+2
* I forgot to update win32 code when doing a renaming in random.c.Tom Lane2005-07-111-2/+2
* Avoid bzero/bxopy in favor of more standard library routines.Tom Lane2005-07-111-32/+27
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-1129-90/+99
* Add support for AES cipher with older OpenSSL libraries.Tom Lane2005-07-111-14/+41
* > One more failure:Bruce Momjian2005-07-101-3/+3
* Suppress compile warning.Tom Lane2005-07-101-2/+3
* Remove #include <openssl/bn.h> as compile fix.Bruce Momjian2005-07-101-3/+1
* As Kris Jurka found out, pgcrypto does not work withBruce Momjian2005-07-101-18/+38
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-1044-0/+10539
* Major pgcrypto changes:Bruce Momjian2005-07-105-17/+408
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-105-77/+284
* This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian2005-07-102-4/+209
* This patch updates the DDL for contrib/pgcrypto to create allNeil Conway2005-07-081-14/+14
* Fix incorrect PG_CPPFLAGS initialization, per Marko.Tom Lane2005-07-061-2/+2
* Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependencyTom Lane2005-07-051-2/+2
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-54/+26
* Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane2005-07-053-7/+7
* Bruce, please apply this additional patch, that fixes theBruce Momjian2005-07-041-3/+4
* This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8Bruce Momjian2005-07-031-1/+4
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-253-63/+63
* Fix typos in documentation.Neil Conway2005-05-031-5/+5
* pgcrypto update:Neil Conway2005-03-2113-1/+418
* pgcrypto update:Neil Conway2005-03-214-16/+48
* pgcrypto update:Neil Conway2005-03-212-4/+235
* pgcrypto update:Neil Conway2005-03-219-66/+122
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-217-148/+74
* Remove support for libmhash/libmcrypt.Neil Conway2005-03-213-375/+2
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-121-1/+8
* Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway2004-11-231-7/+7
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-252-6/+6
* Pickup fix from upstream OpenBSD sources: mark a read-only local array asNeil Conway2004-10-051-1/+1