summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecx_methods.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement X509_get_signature_info()tb2024-08-281-1/+21
* Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()tb2024-04-021-5/+3
* Implement Ed25519 signatures for CMS (RFC 8419)tb2024-03-291-1/+62
* Replace .pkey_base_id with a .base_method pointertb2024-01-041-3/+3
* Convert ecx_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+5
* Tweak previous. Should have been 60 instead of 64tb2023-07-221-3/+3
* Adapt bn_print() for EdDSA key printingtb2023-07-221-7/+40
* don't return in a void functionbcook2023-07-051-2/+2
* Fix return values of ecx methodstb2023-07-021-5/+5
* Return the signature length after successful signing operationtb2023-03-151-1/+3
* Make internal header file names consistenttb2022-11-261-3/+3
* Fix leaks in ecx_set_{priv,pub}_key()tb2022-11-231-9/+9
* whitespacetb2022-11-191-2/+2
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-0/+862