Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish hiding symbols in rand.h | beck | 2024-04-10 | 1 | -1/+11 |
| | | | | | This removes the LIBRESSL_INTERNAL guards and marks the functions within as LCRYPTO_UNUSED | ||||
* | Set OPENSSL_NO_ENGINE, remove engine code | tb | 2023-07-28 | 1 | -2/+1 |
| | | | | | | | | | | ENGINE was special. It's horrible code even by the low standards of this library. Some ports may now try to use the stubs which will fail, but the fallout from this should be minimal. Of course there are various language bindings that expose the ENGINE API. OpenSSL 3 disabling ENGINE by default will likely help fixing this at some point. ok jsing | ||||
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -11/+1 |
| | | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@ | ||||
* | hide symbols in sm, rand, and poly1305 | beck | 2023-07-07 | 1 | -0/+44 |
ok jsing@ |