summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecx_methods.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaks in ecx_set_{priv,pub}_key()tb2022-11-231-9/+9
| | | | | | | | When ecx_key_set_{priv,pub}() fails, ecx_key is leaked. CID 377014 From jsing
* whitespacetb2022-11-191-2/+2
|
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-0/+862
ok beck@ tb@