Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto_local.h: add comment to #endif | tb | 2024-11-05 | 1 | -2/+2 |
| | |||||
* | Move cryptlib.h to crypto_local.h | tb | 2024-11-05 | 1 | -65/+21 |
| | | | | discussed with jsing | ||||
* | Bye bye CRYPTO_THREADID | tb | 2024-11-02 | 1 | -11/+1 |
| | | | | | | | | After we ripped it out of RSA blinding and finally the error stack, it can go play in the attic with ENGINE and all the other abominations from this particular keyboard. ok jsing | ||||
* | Make CRYPTO_THREADID opaque | tb | 2024-03-02 | 1 | -0/+138 |
With ERR_STATE out of the way, we can make CRYPTO_THREADID opaque. The type is still accessed by used public API, but some of the public API can also go away. ok jsing |