..
expected
Fix corner case with 16kB-long decompression in pgcrypto, take 2
2020-07-27 15:58:32 +09:00
sql
Fix corner case with 16kB-long decompression in pgcrypto, take 2
2020-07-27 15:58:32 +09:00
.gitignore
blf.c
blf.h
crypt-blowfish.c
Get rid of trailing semicolons in C macro definitions.
2020-05-01 17:28:00 -04:00
crypt-des.c
Replace remaining StrNCpy() by strlcpy()
2020-08-10 23:20:37 +02:00
crypt-gensalt.c
crypt-md5.c
Add missing error check in pgcrypto/crypt-md5.c.
2020-10-16 11:59:13 -04:00
imath.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
imath.h
internal-sha2.c
Move SHA2 routines to a new generic API layer for crypto hashes
2020-12-02 10:37:20 +09:00
internal.c
Improve some code around cryptohash functions
2020-12-14 12:38:13 +09:00
Makefile
Refactor MD5 implementations according to new cryptohash infrastructure
2020-12-10 11:59:10 +09:00
mbuf.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
mbuf.h
openssl.c
pgcrypto: Detect errors with EVP calls from OpenSSL
2020-12-08 15:22:12 +09:00
pgcrypto--1.0--1.1.sql
pgcrypto--1.1--1.2.sql
pgcrypto--1.2--1.3.sql
pgcrypto--1.3.sql
pgcrypto.c
pgcrypto.control
pgcrypto.h
pgp-armor.c
pgp-cfb.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-compress.c
Fix some grammar and typos in comments and docs
2020-11-02 15:14:41 +09:00
pgp-decrypt.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-encrypt.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-info.c
Dial back -Wimplicit-fallthrough to level 3
2020-05-13 15:31:14 -04:00
pgp-mpi-internal.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-mpi-openssl.c
pgp-mpi.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-pgsql.c
Refactor logic to check for ASCII-only characters in string
2020-12-21 09:37:11 +09:00
pgp-pubdec.c
pgp-pubenc.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-pubkey.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp-s2k.c
pgp.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
pgp.h
px-crypt.c
px-crypt.h
px-hmac.c
Remove custom memory allocation layer in pgcrypto
2020-09-25 10:25:55 +09:00
px.c
Add error code for encryption failure in pgcrypto
2020-11-01 19:22:59 +09:00
px.h
Add error code for encryption failure in pgcrypto
2020-11-01 19:22:59 +09:00
rijndael.c
rijndael.h
rijndael.tbl
sha1.c
sha1.h