summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2022-03-22pgcrypto: Remove internal padding implementationPeter Eisentraut
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-02-21pgcrypto: Remove unused error codePeter Eisentraut
2022-02-21pgcrypto: Remove unused error codePeter Eisentraut
2021-12-08pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-08-10Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-08-10Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson
2021-03-23pgcrypto: Check for error return of px_cipher_decrypt()Peter Eisentraut
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-08Fix and simplify some code related to cryptohashesMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-08pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-01Add error code for encryption failure in pgcryptoMichael Paquier
2020-10-19Fix potential memory leak in pgcryptoMichael Paquier
2020-10-16Add missing error check in pgcrypto/crypt-md5.c.Tom Lane
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2020-05-21Clear some style deviations.Noah Misch
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Fix stragglerAlvaro Herrera
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-31Remove orphaned structure member in pgcryptoMichael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-28Fix typos in SQL scripts of pgcryptoMichael Paquier