summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-06pgcrypto: Remove static storage class from variablesDaniel Gustafsson
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2025-01-24pgcrypto: Add function to check FIPS modeDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-07-25pgcrypto: Remove unused binary from clean targetDaniel Gustafsson
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-02-13pgcrypto: Fix incorrect argument vs PG_GETARG*() mappingsMichael Paquier
2024-01-30pgcrypto: Fix check for buffer sizeDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-17pgcrypto: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut
2023-11-16pgcrypto: Split off pgp-encrypt-md5 testPeter Eisentraut
2023-11-08Change pgcrypto to use the new ResourceOwner mechanism.Heikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-26Add some const qualifiersPeter Eisentraut
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
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