Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set OPENSSL_NO_ENGINE, remove engine code | tb | 2023-07-28 | 1 | -124/+0 |
| | | | | | | | | | | 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 | ||||
* | $OpenBSD$ | tb | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -0/+123 |
This commit adds init/free, support for signing, setting and getting the method, engine support as well as extra data. from markus |