summaryrefslogtreecommitdiff
path: root/src/common/hmac_openssl.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-04-02Unwind #if spaghetti in hmac_openssl.c a bit.Tom Lane
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-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-13Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-03Refactor HMAC implementationsMichael Paquier