summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/sql
AgeCommit message (Expand)Author
2025-04-05Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera
2025-02-14pgcrypto: Add support for CFB mode in AES encryptionDaniel Gustafsson
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-16pgcrypto: Split off pgp-encrypt-md5 testPeter Eisentraut
2022-03-22pgcrypto: Remove internal padding implementationPeter Eisentraut
2021-12-08pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2019-05-28Fix typos in SQL scripts of pgcryptoMichael Paquier
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2016-11-30Remove dead stuff from pgcrypto.Heikki Linnakangas
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-02-02Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch
2014-11-11Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2009-08-04Fix some more regression tests (missed these because they're onlyTom Lane
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2006-07-14In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2005-08-13The large one adds support for RSA keys and reorganizesBruce Momjian
2005-07-12More pgcrypto fixes: handle long messages correctly, suppressTom Lane
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian
2005-07-05Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane
2005-03-21pgcrypto update:Neil Conway
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2001-10-01Add missing pgcrypto files.Bruce Momjian