You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Noah Misch
48e24ba6b7
Import changes from IMath versions (1.3, 1.29].
...
Upstream fixed bugs over the years, but none are confirmed to have
affected pgcrypto. We're better off naively tracking upstream than
reactively maintaining a twelve-year-old snapshot of upstream. Add a
header comment describing the synchronization procedure. Discard use of
INVERT_COMPARE_RESULT(); the domain of the comparisons in question is
{-1,0,1}, controlled entirely by code in imath.c.
Andrew Gierth reviewed the Makefile change. Tom Lane reviewed the
synchronization procedure description.
Discussion: https://postgr.es/m/20190203035704.GA6226@rfd.leadboat.com
7 years ago
..
expected
Remove configure switch --disable-strong-random
7 years ago
sql
pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
8 years ago
.gitignore
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
9 years ago
Makefile
Import changes from IMath versions (1.3, 1.29].
7 years ago
blf.c
Remove cvs keywords from all files.
15 years ago
blf.h
Remove cvs keywords from all files.
15 years ago
crypt-blowfish.c
Phase 3 of pgindent updates.
9 years ago
crypt-des.c
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
8 years ago
crypt-gensalt.c
Phase 3 of pgindent updates.
9 years ago
crypt-md5.c
pgcrypto: fix memset() calls that might be optimized away
12 years ago
imath.c
Import changes from IMath versions (1.3, 1.29].
7 years ago
imath.h
Import changes from IMath versions (1.3, 1.29].
7 years ago
internal-sha2.c
Refactor SHA2 functions and move them to src/common/.
9 years ago
internal.c
Phase 2 of pgindent updates.
9 years ago
mbuf.c
Fix typos in comments.
9 years ago
mbuf.h
Phase 2 of pgindent updates.
9 years ago
md5.c
Resolve one unconstify use
7 years ago
md5.h
Phase 2 of pgindent updates.
9 years ago
openssl.c
Make capitalization of term "OpenSSL" more consistent
8 years ago
pgcrypto--1.0--1.1.sql
Add gen_random_uuid() to contrib/pgcrypto.
12 years ago
pgcrypto--1.1--1.2.sql
Add functions for dealing with PGP armor header lines to pgcrypto.
11 years ago
pgcrypto--1.2--1.3.sql
Update pgcrypto extension for parallel query.
10 years ago
pgcrypto--1.3.sql
Minor fixes in contrib installation scripts.
10 years ago
pgcrypto--unpackaged--1.0.sql
Fix typos in some error messages thrown by extension scripts when fed to psql.
11 years ago
pgcrypto.c
Remove configure switch --disable-strong-random
7 years ago
pgcrypto.control
Update pgcrypto extension for parallel query.
10 years ago
pgcrypto.h
Remove unnecessary prototypes
9 years ago
pgp-armor.c
Rename base64 routines to avoid conflict with Solaris built-in functions.
8 years ago
pgp-cfb.c
pgindent run for 9.4
12 years ago
pgp-compress.c
More unconstify use
7 years ago
pgp-decrypt.c
Fix misc typos in comments.
7 years ago
pgp-encrypt.c
Remove configure switch --disable-strong-random
7 years ago
pgp-info.c
pgindent run for 9.4
12 years ago
pgp-mpi-internal.c
Remove configure switch --disable-strong-random
7 years ago
pgp-mpi-openssl.c
Fix typos in comments.
9 years ago
pgp-mpi.c
pgindent run for 9.4
12 years ago
pgp-pgsql.c
Phase 3 of pgindent updates.
9 years ago
pgp-pubdec.c
pgindent run for 9.4
12 years ago
pgp-pubenc.c
Remove configure switch --disable-strong-random
7 years ago
pgp-pubkey.c
pgindent run for 9.4
12 years ago
pgp-s2k.c
Remove configure switch --disable-strong-random
7 years ago
pgp.c
pgcrypto: support changing S2K iteration count
10 years ago
pgp.h
Phase 2 of pgindent updates.
9 years ago
px-crypt.c
Remove configure switch --disable-strong-random
7 years ago
px-crypt.h
Phase 3 of pgindent updates.
9 years ago
px-hmac.c
pgindent run for 9.4
12 years ago
px.c
Remove configure switch --disable-strong-random
7 years ago
px.h
Phase 2 of pgindent updates.
9 years ago
rijndael.c
Fix a boatload of typos in C comments.
8 years ago
rijndael.h
Phase 2 of pgindent updates.
9 years ago
rijndael.tbl
Remove useless whitespace at end of lines
15 years ago
sha1.c
Initial pgindent run with pg_bsd_indent version 2.0.
9 years ago
sha1.h
Phase 2 of pgindent updates.
9 years ago