summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-30ec_asn1_group2parameters: replace point with generatorTheo Buehler
2024-10-30ec_asn1_group2parameters: mechanically replace ret with parametersTheo Buehler
2024-10-30Provide ec_point_to_asn1_bit_string()Theo Buehler
2024-10-30Provide ec_point_to_asn1_octet_string()Theo Buehler
2024-10-30Add a convenience wrapper for EC_POINT_point2oct()Theo Buehler
2024-10-30CTL_VM defines moved from uvm_param.h to uvmexp.hJonathan Gray
2024-10-29eckey_compute_pubkey: don't leak the public keyTheo Buehler
2024-10-29ec_asn1: zap an empty lineTheo Buehler
2024-10-28Fix private key encoding in i2d_ECPrivateKey()Theo Buehler
2024-10-28d2i_ECPrivateKey: split public key setting into a helperTheo Buehler
2024-10-28Expose eckey_compute_key() from ec_amethTheo Buehler
2024-10-28d2i_ECPrivateKey: split private key setting into a helperTheo Buehler
2024-10-28d2i_ECPrivateKey: split parameter setting into a helperTheo Buehler
2024-10-28Rename the EC_KEY in i2o_ECPublicKey() to ec_keyTheo Buehler
2024-10-28Rename the EC_KEY in i2d_ECPrivateKey() to ec_keyTheo Buehler
2024-10-28ec_print.c: fix includes.Theo Buehler
2024-10-27d2i_ECParameters: clean up entry and exitTheo Buehler
2024-10-27d2i_ECParameters: rename a to out_ec_keyTheo Buehler
2024-10-27d2i_ECParameters: rename ret to ec_keyTheo Buehler
2024-10-27i2d_ECParameters: rename a to ec_keyTheo Buehler
2024-10-26d2i_ECPrivateKey: move the version setting where it belongsTheo Buehler
2024-10-26d2i_ECPrivateKey: minor cleanup for entry and exit pathTheo Buehler
2024-10-26a and ret aren't great names for EC_KEYsTheo Buehler
2024-10-26Mechanically rename priv_key to ec_privatekeyTheo Buehler
2024-10-25Cosmetic tweak to make point2oct and oct2point more symmetricTheo Buehler
2024-10-25ec_asn1: make two helpers staticTheo Buehler
2024-10-25Minor cosmetic tweaks for EC_GROUP_set_seed()Theo Buehler
2024-10-25ec_asn1: fix some NULL misspellingsTheo Buehler
2024-10-24Fix argument names: des_in -> der_in and des_out -> der_outTheo Buehler
2024-10-24Add missing error check for CBB_init_fixed()Theo Buehler
2024-10-23EC_POINT_point2oct() need to special case the point at infinityTheo Buehler
2024-10-23EC_get_builtin_curves(): the most appropriate name for a list of curves...Theo Buehler
2024-10-23remove duplicate defines; ok tb@Jonathan Gray
2024-10-22remove duplicate X509v3_asid_add_id_or_range.3 lineJonathan Gray
2024-10-22remove duplicate rcs idJonathan Gray
2024-10-22Move a check for hybrid point encoding into a helper functionTheo Buehler
2024-10-22Rewrite ec_GFp_simple_point2oct() using CBBTheo Buehler
2024-10-22Rewrite ec_GFp_simple_oct2point() using CBSTheo Buehler
2024-10-22Start cleaning up oct2point and point2octTheo Buehler
2024-10-22Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unusedTheo Buehler
2024-10-22ecp_oct.c: add missing includesTheo Buehler
2024-10-22Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unusedTheo Buehler
2024-10-22Provide and use ec_group_get_field_type()Theo Buehler
2024-10-22Inline a use of EC_GROUP_method_of()Theo Buehler
2024-10-20ec_ameth.c: fix includesTheo Buehler
2024-10-20ec_asn1: add missing includesTheo Buehler
2024-10-20ec_curve: add missing includesTheo Buehler
2024-10-20zap an empty lineTheo Buehler
2024-10-19Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelyTheo Buehler
2024-10-19Drop a useless cast in pkey_dsa_ctrl()Theo Buehler