summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/sql
Commit message (Expand)AuthorAgeFilesLines
* pgcrypto: Remove internal padding implementationPeter Eisentraut2022-03-221-0/+12
* pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut2021-12-0815-282/+195
* Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier2020-07-271-0/+21
* Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier2020-07-231-21/+0
* Fix corner case with PGP decompression in pgcryptoMichael Paquier2020-07-221-0/+21
* Fix typos in SQL scripts of pgcryptoMichael Paquier2019-05-282-2/+2
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-311-1/+1
* Remove dead stuff from pgcrypto.Heikki Linnakangas2016-11-302-2/+0
* pgcrypto: support changing S2K iteration countAlvaro Herrera2016-03-091-0/+9
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-053-0/+29
* pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch2015-05-181-0/+45
* Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch2015-02-021-0/+26
* Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane2014-11-111-0/+4
* Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas2014-10-011-0/+158
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-18/+18
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-101-0/+73
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-9/+9
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-1923-30/+0
* Fix some more regression tests (missed these because they're onlyTom Lane2009-08-043-0/+6
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-046-0/+13
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-0/+6
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-141-16/+16
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-0/+7
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-081-3/+3
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-133-0/+119
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-125-0/+20
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-1011-0/+989
* Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane2005-07-051-1/+1
* pgcrypto update:Neil Conway2005-03-216-0/+134
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-2111-21/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-1811-80/+105
* Add missing pgcrypto files.Bruce Momjian2001-10-0111-0/+305