summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/hmac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Zap HMAC_Inittb2024-08-311-2/+1
| | | | | | Long deprecated, last users have been fixed. ok beck jsing
* upstream hidden file #include_next workaround for MS C compilersbcook2023-07-051-1/+5
| | | | ok beck@, tb@
* Add support for symbol hiding disabled by default.beck2022-11-111-0/+36
Fully explained in libcrypto/README. TL;DR make sure libcrypto and libssl's function calls internally and to each other are via symbol names that won't get overridden by linking other libraries. Mostly work by guenther@, which will currently be gated behind a build setting NAMESPACE=yes. once we convert all the symbols to this method we will do a major bump and pick up the changes. ok tb@ jsing@