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
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
..
expected pgcrypto: remove questionmark from error message 3 years ago
sql pgcrypto: Remove internal padding implementation 3 years ago
.gitignore Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 8 years ago
Makefile pgcrypto: Remove non-OpenSSL support 4 years ago
crypt-blowfish.c Get rid of trailing semicolons in C macro definitions. 5 years ago
crypt-des.c Replace remaining StrNCpy() by strlcpy() 5 years ago
crypt-gensalt.c Phase 3 of pgindent updates. 8 years ago
crypt-md5.c Add missing error check in pgcrypto/crypt-md5.c. 5 years ago
mbuf.c Remove custom memory allocation layer in pgcrypto 5 years ago
mbuf.h Phase 2 pgindent run for v12. 6 years ago
openssl.c Pre-beta mechanical code beautification. 3 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. 9 years ago
pgcrypto--1.3.sql Minor fixes in contrib installation scripts. 9 years ago
pgcrypto.c Make the order of the header file includes consistent in contrib modules. 6 years ago
pgcrypto.control Mark some contrib modules as "trusted". 5 years ago
pgcrypto.h Remove unnecessary prototypes 9 years ago
pgp-armor.c Make the order of the header file includes consistent in contrib modules. 6 years ago
pgp-cfb.c pgcrypto: Remove internal padding implementation 3 years ago
pgp-compress.c Fix some grammar and typos in comments and docs 5 years ago
pgp-decrypt.c Remove custom memory allocation layer in pgcrypto 5 years 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 Refactor logic to check for ASCII-only characters in string 5 years 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 Remove custom memory allocation layer in pgcrypto 5 years ago
pgp.h Fix inconsistencies and typos in the tree, take 10 6 years ago
px-crypt.c Make the order of the header file includes consistent in contrib modules. 6 years ago
px-crypt.h Phase 2 pgindent run for v12. 6 years ago
px-hmac.c Remove custom memory allocation layer in pgcrypto 5 years ago
px.c pgcrypto: remove questionmark from error message 3 years ago
px.h pgcrypto: report init errors as PXE_CIPHER_INIT 3 years ago