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.
 
 
 
 
 
 
postgres/contrib/pgcrypto
Amit Kapila fce3f7d267 Add missing period to HINT messages. 3 weeks ago
..
expected pgcrypto: Tweak error message for incorrect session key length 3 months ago
scripts pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 months ago
sql Fix test "NUL byte in text decrypt" for --without-zlib builds. 3 months ago
.gitignore
Makefile pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 months ago
crypt-blowfish.c Remove support for HPPA (a/k/a PA-RISC) architecture. 2 years ago
crypt-des.c Replace remaining StrNCpy() by strlcpy() 6 years ago
crypt-gensalt.c Fix incorrect format placeholder 1 year ago
crypt-md5.c pgcrypto: Remove static storage class from variables 1 year ago
crypt-sha.c Add missing period to HINT messages. 3 weeks ago
mbuf.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
mbuf.h Harmonize parameter names in contrib code. 4 years ago
meson.build pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 months ago
openssl.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgcrypto--1.0--1.1.sql
pgcrypto--1.1--1.2.sql
pgcrypto--1.2--1.3.sql
pgcrypto--1.3--1.4.sql pgcrypto: Add function to check FIPS mode 1 year ago
pgcrypto--1.3.sql
pgcrypto.c Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 1 year ago
pgcrypto.control pgcrypto: Add function to check FIPS mode 1 year ago
pgcrypto.h
pgp-armor.c Add some const qualifiers 3 years ago
pgp-cfb.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgp-compress.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgp-decrypt.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgp-encrypt.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgp-info.c Use fallthrough attribute instead of comment 3 months ago
pgp-mpi-openssl.c Make the order of the header file includes consistent in contrib modules. 7 years ago
pgp-mpi.c Remove custom memory allocation layer in pgcrypto 6 years ago
pgp-pgsql.c Require PGP-decrypted text to pass encoding validation. 3 months ago
pgp-pubdec.c pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 months ago
pgp-pubenc.c Remove custom memory allocation layer in pgcrypto 6 years ago
pgp-pubkey.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
pgp-s2k.c Make the order of the header file includes consistent in contrib modules. 7 years ago
pgp.c pgcrypto: Remove unused code 4 years ago
pgp.h Add trailing commas to enum definitions 3 years ago
px-crypt.c Add modern SHA-2 based password hashes to pgcrypto. 1 year ago
px-crypt.h Add modern SHA-2 based password hashes to pgcrypto. 1 year ago
px-hmac.c Use more palloc_object() and palloc_array() in contrib/ 5 months ago
px.c pgcrypto: Tweak error message for incorrect session key length 3 months ago
px.h pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 3 months ago