Commit Graph

31 Commits (REL_14_STABLE)

Author SHA1 Message Date
Michael Paquier a3ab7a707d Fix corner case with 16kB-long decompression in pgcrypto, take 2 5 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 5 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 5 years ago
Michael Paquier af94ea7406 Fix typos in SQL scripts of pgcrypto 6 years ago
Robert Haas d40d97d6c7 pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Heikki Linnakangas b2cc748b09 Remove dead stuff from pgcrypto. 9 years ago
Alvaro Herrera 188f359d39 pgcrypto: support changing S2K iteration count 10 years ago
Noah Misch 1d812c8b05 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Noah Misch 85270ac7a2 pgcrypto: Report errant decryption as "Wrong key or corrupt data". 10 years ago
Noah Misch 1dc7551586 Fix buffer overrun after incomplete read in pullf_read_max(). 11 years ago
Tom Lane f2ad2bdd0a Loop when necessary in contrib/pgcrypto's pktreader_pull(). 11 years ago
Heikki Linnakangas 32984d8fc3 Add functions for dealing with PGP armor header lines to pgcrypto. 11 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Tom Lane 477b5a0e24 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Tom Lane c83d1fb155 Fix some more regression tests (missed these because they're only 16 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Tom Lane e2f7eb36d6 In PGP public key tests, encrypt the secret key with AES not CAST5, 19 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 19 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 20 years ago
Tom Lane 807bbe6051 More pgcrypto fixes: handle long messages correctly, suppress 20 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 20 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 20 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Bruce Momjian 43cadb9231 Add missing pgcrypto files. 24 years ago