aboutsummaryrefslogtreecommitdiff
path: root/src/common/cryptohash_openssl.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Update copyright for 2023Bruce Momjian2023-01-02
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson2022-05-06
* 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
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Fix compilation warnings in cryptohash_openssl.cMichael Paquier2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02