| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the pkey_{,public_,param_}check() handlers | tb | 2024-08-29 | 1 | -40/+1 |
| * | Implement X509_get_signature_info() | tb | 2024-08-28 | 1 | -1/+21 |
| * | replace atoi(3) usage with strtonum(3); ok/tweaks tb@ | op | 2024-08-26 | 1 | -4/+10 |
| * | The EC_KEY method should use the EC_KEY index, not RSA | tb | 2024-08-03 | 1 | -2/+2 |
| * | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -6/+7 |
| * | unwrap a line | tb | 2024-05-19 | 1 | -3/+2 |
| * | Add missing EC_KEY_free() | tb | 2024-05-10 | 1 | -1/+3 |
| * | One empty line is enough | tb | 2024-04-23 | 1 | -18/+1 |
| * | Add some more comments explaining shortcomings of the API | tb | 2024-04-18 | 1 | -2/+9 |
| * | Use X509_ALGOR_get0() in ecdh_cms_set_shared_info() | tb | 2024-04-18 | 1 | -6/+14 |
| * | Test and assign in ecdh_cms_set_shared_info() | tb | 2024-04-18 | 1 | -9/+7 |
| * | Turn ecdh_cms_set_shared_info() into single exit | tb | 2024-04-18 | 1 | -7/+9 |
| * | Remove comments from captain obvious and drop useless prototypes | tb | 2024-04-17 | 1 | -43/+1 |
| * | Shuffle EVP_PKEY_CTX setting together | tb | 2024-04-17 | 1 | -5/+3 |
| * | ecdh_cms_encrypt(): tweak wrap_algor construction | tb | 2024-04-17 | 1 | -15/+23 |
| * | ecdh_cms_encrypt: tweak handling of ecdh_nid | tb | 2024-04-17 | 1 | -4/+3 |
| * | ecdh_cms_encrypt: handle kdf_md in one go | tb | 2024-04-17 | 1 | -3/+3 |
| * | ecdh_cms_encrypt: simplify setting the KDF type | tb | 2024-04-17 | 1 | -13/+6 |
| * | Use error checked X509_ALGOR_set0_by_nid | tb | 2024-04-17 | 1 | -5/+5 |
| * | ecdh_cms_encrypt: simplify handling of pkey | tb | 2024-04-17 | 1 | -15/+6 |
| * | Transfer ownership before setting unused bits | tb | 2024-04-17 | 1 | -2/+4 |
| * | Turn ecdh_cms_encrypt() into single exit | tb | 2024-04-17 | 1 | -7/+7 |
| * | Fix error check in ecdh_cms_encrypt() | tb | 2024-04-17 | 1 | -2/+2 |
| * | More X9.62 stuff was never used outside of ec_asn1.c | tb | 2024-04-15 | 1 | -35/+5 |
| * | EC_PRIVATEKEY becomes internal-only, too | tb | 2024-04-15 | 1 | -10/+10 |
| * | Unexport the ECPKPARAMETERS API | tb | 2024-04-15 | 2 | -14/+12 |
| * | Make ECPARAMETERS_{new,free,it} internal-only | tb | 2024-04-15 | 1 | -5/+5 |
| * | Fix indent | tb | 2024-04-14 | 1 | -3/+3 |
| * | Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl() | tb | 2024-04-13 | 1 | -3/+8 |
| * | Hide deprecated functions in ec.h | beck | 2024-04-10 | 3 | -11/+12 |
| * | Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid() | tb | 2024-04-02 | 1 | -5/+3 |
| * | Implement Ed25519 signatures for CMS (RFC 8419) | tb | 2024-03-29 | 1 | -1/+62 |
| * | Unify *_up_ref() implementations | tb | 2024-03-27 | 1 | -3/+2 |
| * | Bye bye gost, bye, bye turdiness | tb | 2024-03-24 | 1 | -668/+1 |
| * | Replace .pkey_base_id with a .base_method pointer | tb | 2024-01-04 | 2 | -5/+5 |
| * | eckey: adjust some variable names and unwrap function definitions | tb | 2023-12-29 | 1 | -11/+8 |
| * | Clean up old_ec_priv_decode() | tb | 2023-12-29 | 1 | -10/+17 |
| * | Clean up eckey_param_decode() | tb | 2023-12-29 | 1 | -9/+16 |
| * | Rework eckey_priv_decode() | tb | 2023-12-29 | 1 | -49/+53 |
| * | Move a call to X509_ALGOR_get0() down a line | tb | 2023-12-29 | 1 | -2/+2 |
| * | Clean up pkey_ec_paramgen() | tb | 2023-12-28 | 1 | -10/+17 |
| * | Fix pkey_ec_keygen() | tb | 2023-12-28 | 1 | -13/+20 |
| * | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 2 | -4/+3 |
| * | ec_print.c: Unwrap a line | tb | 2023-11-21 | 1 | -3/+2 |
| * | Inline a better version of print_bin() in only caller | tb | 2023-11-21 | 1 | -42/+27 |
| * | Fix a <= 5-byte buffer overwrite in print_bin() | tb | 2023-11-21 | 1 | -2/+3 |
| * | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 2 | -43/+2 |
| * | Convert ecx_item_sign() to X509_ALGOR_set0_by_nid() | tb | 2023-11-09 | 1 | -8/+5 |
| * | Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters() | tb | 2023-09-24 | 1 | -4/+7 |
| * | Refactor eckey_{param2type,type2param}() | tb | 2023-09-24 | 1 | -92/+139 |