summaryrefslogtreecommitdiff
path: root/src/common/cryptohash_openssl.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-01-12Fix comment related to pg_cryptohash_error()Michael Paquier
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-07Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-02Fix compilation warnings in cryptohash_openssl.cMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier