Commit Graph

40 Commits (8898082a5d3e94eef073f0e08124137e096e78ef)

Author SHA1 Message Date
Daniel Gustafsson ba185d318d Remove redundant memset call following palloc0 3 years ago
Daniel Gustafsson ee97d46cdb pgcrypto: remove questionmark from error message 4 years ago
Daniel Gustafsson 0250a167a0 pgcrypto: report init errors as PXE_CIPHER_INIT 4 years ago
Peter Eisentraut f5576a21b0 pgcrypto: Remove internal padding implementation 4 years ago
Tom Lane 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. 4 years ago
Peter Eisentraut 3f649663a4 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut abe81ee084 pgcrypto: Remove unused error code 4 years ago
Peter Eisentraut 22e1943f13 pgcrypto: Check for error return of px_cipher_decrypt() 5 years ago
Michael Paquier aecaa04418 Add error code for encryption failure in pgcrypto 5 years ago
Michael Paquier ca7f8e2b86 Remove custom memory allocation layer in pgcrypto 5 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Heikki Linnakangas bf723a274c Forbid gen_random_uuid() with --disable-strong-random 9 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
Peter Eisentraut ab0a23c7c9 Fix typo 9 years ago
Noah Misch 85270ac7a2 pgcrypto: Report errant decryption as "Wrong key or corrupt data". 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 9fe55259fd pgcrypto: fix memset() calls that might be optimized away 12 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Tom Lane e997758cb6 More pgcrypto fixes: avoid bogus alignment assumptions in sha2, 21 years ago
Bruce Momjian 73e2431817 Major pgcrypto changes: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian 60f777606f Duh, my regexp's missed bunch of them. Here's next batch, this 24 years ago
Bruce Momjian 540155b777 pgcrypto uses non-standard type uint, which causes compile 24 years ago
Bruce Momjian 149d13de74 When given oversized key, encrypt/decrypt corrupted 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 74dde13e2c This makes encrypt() parser more strict. 25 years ago
Bruce Momjian df24cb73f6 Add missing pgcrypto file. 25 years ago