Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zap HMAC_Init | tb | 2024-08-31 | 1 | -2/+1 |
| | | | | | | Long deprecated, last users have been fixed. ok beck jsing | ||||
* | upstream hidden file #include_next workaround for MS C compilers | bcook | 2023-07-05 | 1 | -1/+5 |
| | | | | ok beck@, tb@ | ||||
* | Add support for symbol hiding disabled by default. | beck | 2022-11-11 | 1 | -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@ |