Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ecdh.h into ec.h | tb | 2023-07-28 | 1 | -1/+3 |
| | | | | | | | The remaining two ECDH interfaces are relocated into ec.h. ecdh.h remains. It does nothing but include ec.h. ok jsing | ||||
* | Merge ecdsa.h into ec.h | tb | 2023-07-28 | 1 | -1/+18 |
| | | | | | | | | | Move the remaining ECDSA API into ec.h to match OpenSSL 1.1's interface better. In particular, the EC_KEY sign and verify method accessors are moved to the right header. Whether the rest of the ECDSA stuff belongs there is debatable, but that was upstream's choice. ok jsing | ||||
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -10/+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 hkdf, evp, err, ecdsa and ec | beck | 2023-07-07 | 1 | -0/+155 |
ok jsing@ |