Commit Graph

40 Commits (179c4639cf1dcbe54f3469d7f44a11f172332893)

Author SHA1 Message Date
Daniel Gustafsson ee97d46cdb pgcrypto: remove questionmark from error message 3 years ago
Peter Eisentraut f5576a21b0 pgcrypto: Remove internal padding implementation 4 years ago
Peter Eisentraut 814e1d9ff7 pgcrypto: Remove explicit hex encoding/decoding from tests 4 years ago
Daniel Gustafsson 72bbff4cd6 Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
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
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Tom Lane da616950ce Mop-up for commit feb8254518. 8 years ago
Robert Haas d40d97d6c7 pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Heikki Linnakangas bf723a274c Forbid gen_random_uuid() with --disable-strong-random 8 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 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
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 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
Tom Lane b2be41a710 Fix fallout from psql line-wrapping patch. 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