summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-48/+48
* pgindent run for 8.3.Bruce Momjian2007-11-151-31/+37
* Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane2007-09-291-36/+111
* pgindent run for 8.2.Bruce Momjian2006-10-041-22/+27
* Silence compiler warnings about incompatible function pointer types.Tom Lane2006-09-051-2/+4
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-4/+36
* Patch from Marko Kreen:Neil Conway2006-02-181-32/+70
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+17
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-121-5/+13
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-2/+2
* Add support for AES cipher with older OpenSSL libraries.Tom Lane2005-07-111-14/+41
* As Kris Jurka found out, pgcrypto does not work withBruce Momjian2005-07-101-18/+38
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-101-1/+59
* Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane2005-07-051-2/+2
* 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
* pgcrypto update:Neil Conway2005-03-211-1/+233
* pgcrypto update:Neil Conway2005-03-211-3/+3
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-211-48/+23
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-121-1/+8
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-38/+41
* OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. ThisBruce Momjian2002-11-151-168/+248
* Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian2001-11-201-6/+6
* pgcrypto uses non-standard type uint, which causes compileBruce Momjian2001-11-201-22/+22
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-7/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-97/+145
* Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian2001-09-231-2/+1
* /contrib/pgcrypto:Bruce Momjian2001-08-211-30/+358
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-24/+24
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-311-0/+84