summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/internal.c
Commit message (Expand)AuthorAgeFilesLines
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-051-585/+0
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-151-2/+2
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-231-20/+14
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-081-3/+6
* Improve some code around cryptohash functionsMichael Paquier2020-12-141-4/+0
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-101-12/+13
* Remove custom memory allocation layer in pgcryptoMichael Paquier2020-09-251-19/+13
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+3
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-19/+0
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-63/+0
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-181-24/+16
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-171-16/+24
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-9/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-171-5/+5
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-37/+37
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway2007-03-281-11/+13
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-217/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-37/+38
* Fortuna fixes. Marko KreenTom Lane2005-07-181-6/+39
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-181-1/+12
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-3/+2
* Suppress compile warning.Tom Lane2005-07-101-2/+3
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-101-1/+64
* This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian2005-07-101-1/+205
* pgcrypto update:Neil Conway2005-03-211-10/+10
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-211-33/+19
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-251-5/+5
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* > > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-LynneBruce Momjian2002-01-031-5/+5
* Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian2001-11-201-11/+11
* pgcrypto uses non-standard type uint, which causes compileBruce Momjian2001-11-201-10/+10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-115/+165
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-2/+2
* /contrib/pgcrypto:Bruce Momjian2001-08-211-39/+471
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-26/+26
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-311-0/+114