Peter Eisentraut
814e1d9ff7
pgcrypto: Remove explicit hex encoding/decoding from tests
...
This was from before the hex format was available in bytea. Now we
can remove the extra explicit encoding/decoding calls and rely on the
default output format.
Discussion: https://www.postgresql.org/message-id/flat/17dcb4f7-7ac1-e2b6-d5f7-2dfba06cd9ee%40enterprisedb.com
2021-12-08 06:06:22 +01:00
Alvaro Herrera
188f359d39
pgcrypto: support changing S2K iteration count
...
pgcrypto already supports key-stretching during symmetric encryption,
including the salted-and-iterated method; but the number of iterations
was not configurable. This commit implements a new s2k-count parameter
to pgp_sym_encrypt() which permits selecting a larger number of
iterations.
Author: Jeff Janes
2016-03-09 14:31:07 -03:00
Peter Eisentraut
001e114b8d
Fix whitespace issues found by git diff --check, add gitattributes
...
Set per file type attributes in .gitattributes to fine-tune whitespace
checks. With the associated cleanups, the tree is now clean for git
2013-11-10 14:48:29 -05:00
Peter Eisentraut
3f11971916
Remove extra newlines at end and beginning of files, add missing newlines
...
at end of files.
2010-08-19 05:57:36 +00:00
Tom Lane
bcba09e27c
Ooops, missed that a couple of contrib modules have calls to byteacmp.
...
Add bytea.h inclusions as needed. Some of the contrib regression tests
need to be de-hexified, too. Per buildfarm.
2009-08-04 18:49:50 +00:00
Bruce Momjian
daab4a101f
Update /contrib regression tests for escape_string_warning.
2006-03-08 03:51:52 +00:00
Bruce Momjian
e94dd6ab91
Add missing pgcrypto files from previous commit.
2005-07-10 13:46:29 +00:00