Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename EC_KEY from r to key like in the rest of the file | tb | 2023-07-10 | 1 | -4/+4 |
| | |||||
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+17 |
| | | | | | | (part 2 of commit) ok jsing@ | ||||
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 1 | -17/+15 |
| | | | | ok jsing | ||||
* | One more ECDSAerror goes. | tb | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | ECDHerror() and ECDSAerror will go away | tb | 2023-07-05 | 1 | -37/+37 |
| | | | | | | Move some trivial ones to ECerror(). discussed with jsing | ||||
* | Drop an incorrect part from a comment | tb | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | Missing . in comment | tb | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | Fix #includes | tb | 2023-07-05 | 1 | -2/+6 |
| | |||||
* | Remove local prototypes for public API (?!) | tb | 2023-07-05 | 1 | -6/+1 |
| | |||||
* | Improve BN_bn2bin() error check for readability | tb | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | Move ECDSA_size() to a more sensible place in this file | tb | 2023-07-05 | 1 | -28/+28 |
| | |||||
* | Merge ECDSA code that will stay into ecdsa.c | tb | 2023-07-05 | 1 | -0/+821 |
discussed with jsing |