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
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 3 months ago
..
expected Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
sql Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
.gitignore Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 8 years ago
Makefile Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
crypt-blowfish.c Remove support for HPPA (a/k/a PA-RISC) architecture. 1 year ago
crypt-des.c Replace remaining StrNCpy() by strlcpy() 5 years ago
crypt-gensalt.c Fix incorrect format placeholder 3 months ago
crypt-md5.c pgcrypto: Remove static storage class from variables 5 months ago
crypt-sha.c Follow-up fixes for SHA-2 patch (commit 749a9e20c). 3 months ago
mbuf.c pgcrypto: Remove unused code 3 years ago
mbuf.h Harmonize parameter names in contrib code. 3 years ago
meson.build Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
openssl.c pgcrypto: Add support for CFB mode in AES encryption 4 months 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. 9 years ago
pgcrypto--1.3--1.4.sql pgcrypto: Add function to check FIPS mode 5 months ago
pgcrypto--1.3.sql Minor fixes in contrib installation scripts. 9 years ago
pgcrypto.c Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 3 months ago
pgcrypto.control pgcrypto: Add function to check FIPS mode 5 months ago
pgcrypto.h Remove unnecessary prototypes 9 years ago
pgp-armor.c Add some const qualifiers 2 years ago
pgp-cfb.c pgcrypto: Remove internal padding implementation 3 years ago
pgp-compress.c Improve const use in zlib-using code 2 years ago
pgp-decrypt.c pgcrypto: Fix check for buffer size 1 year ago
pgp-encrypt.c Remove custom memory allocation layer in pgcrypto 5 years ago
pgp-info.c Dial back -Wimplicit-fallthrough to level 3 5 years ago
pgp-mpi-openssl.c Make the order of the header file includes consistent in contrib modules. 6 years ago
pgp-mpi.c Remove custom memory allocation layer in pgcrypto 5 years ago
pgp-pgsql.c pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings 1 year ago
pgp-pubdec.c Make the order of the header file includes consistent in contrib modules. 6 years ago
pgp-pubenc.c Remove custom memory allocation layer in pgcrypto 5 years ago
pgp-pubkey.c Remove custom memory allocation layer in pgcrypto 5 years ago
pgp-s2k.c Make the order of the header file includes consistent in contrib modules. 6 years ago
pgp.c pgcrypto: Remove unused code 3 years ago
pgp.h Add trailing commas to enum definitions 2 years ago
px-crypt.c Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
px-crypt.h Add modern SHA-2 based password hashes to pgcrypto. 3 months ago
px-hmac.c Remove custom memory allocation layer in pgcrypto 5 years ago
px.c Remove redundant memset call following palloc0 3 years ago
px.h pg_noreturn to replace pg_attribute_noreturn() 4 months ago