aboutsummaryrefslogtreecommitdiff
path: root/src/common/cryptohash.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Improve/correct commentsPeter Eisentraut2023-03-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix comment related to pg_cryptohash_error()Michael Paquier2022-01-12
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-15
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve some code around cryptohash functionsMichael Paquier2020-12-14
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02