summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-13Remove redundant memset call following palloc0Daniel Gustafsson
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14pgcrypto: Remove unused codeDaniel Gustafsson
2022-07-10Tidy up claimed supported CPUs and OSes.Thomas Munro
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06pgcrypto: remove questionmark from error messageDaniel Gustafsson
2022-05-06pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson
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