index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
sql
Commit message (
Expand
)
Author
Age
*
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Robert Haas
2018-01-31
*
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-10-05
*
pgcrypto: Report errant decryption as "Wrong key or corrupt data".
Noah Misch
2015-05-18
*
Fix buffer overrun after incomplete read in pullf_read_max().
Noah Misch
2015-02-02
*
Loop when necessary in contrib/pgcrypto's pktreader_pull().
Tom Lane
2014-11-11
*
Add functions for dealing with PGP armor header lines to pgcrypto.
Heikki Linnakangas
2014-10-01
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Fix pgp_pub_decrypt() so it works for secret keys with passwords.
Tom Lane
2013-05-10
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Fix some more regression tests (missed these because they're only
Tom Lane
2009-08-04
*
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Tom Lane
2009-08-04
*
Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane
2007-11-13
*
In PGP public key tests, encrypt the secret key with AES not CAST5,
Tom Lane
2006-07-14
*
"Annual" pgcrypto update from Marko Kreen:
Neil Conway
2006-07-13
*
Update /contrib regression tests for escape_string_warning.
Bruce Momjian
2006-03-08
*
The large one adds support for RSA keys and reorganizes
Bruce Momjian
2005-08-13
*
More pgcrypto fixes: handle long messages correctly, suppress
Tom Lane
2005-07-12
*
Add missing pgcrypto files from previous commit.
Bruce Momjian
2005-07-10
*
Fix initialization bug in pgcrypto openssl code. Marko Kreen
Tom Lane
2005-07-05
*
pgcrypto update:
Neil Conway
2005-03-21
*
SET autocommit no longer needed in /contrib because pg_regress.sh does
Bruce Momjian
2002-10-21
*
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-10-18
*
Add missing pgcrypto files.
Bruce Momjian
2001-10-01