summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/sha2.c
AgeCommit message (Expand)Author
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-02Update a number of broken links in comments.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-12More pgcrypto fixes: handle long messages correctly, suppressTom 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-10Add missing pgcrypto files from previous commit.Bruce Momjian