aboutsummaryrefslogtreecommitdiff
path: root/src/common/cryptohash_openssl.c
Commit message (Expand)AuthorAge
* 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