summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* d2i_ECPrivateKey: move the version setting where it belongstb2024-10-261-2/+2
* d2i_ECPrivateKey: minor cleanup for entry and exit pathtb2024-10-261-13/+13
* a and ret aren't great names for EC_KEYstb2024-10-261-26/+26
* Mechanically rename priv_key to ec_privatekeytb2024-10-261-27/+27
* Cosmetic tweak to make point2oct and oct2point more symmetrictb2024-10-251-7/+12
* ec_asn1: make two helpers statictb2024-10-251-3/+3
* Minor cosmetic tweaks for EC_GROUP_set_seed()tb2024-10-251-9/+8
* ec_asn1: fix some NULL misspellingstb2024-10-251-4/+4
* Add missing error check for CBB_init_fixed()tb2024-10-241-4/+5
* EC_POINT_point2oct() need to special case the point at infinitytb2024-10-231-4/+10
* EC_get_builtin_curves(): the most appropriate name for a list of curves...tb2024-10-231-5/+5
* Move a check for hybrid point encoding into a helper functiontb2024-10-221-7/+14
* Rewrite ec_GFp_simple_point2oct() using CBBtb2024-10-221-63/+90
* Rewrite ec_GFp_simple_oct2point() using CBStb2024-10-221-57/+86
* Start cleaning up oct2point and point2octtb2024-10-221-5/+41
* ecp_oct.c: add missing includestb2024-10-221-1/+5
* Provide and use ec_group_get_field_type()tb2024-10-224-8/+17
* Inline a use of EC_GROUP_method_of()tb2024-10-221-2/+2
* ec_ameth.c: fix includestb2024-10-201-3/+9
* ec_asn1: add missing includestb2024-10-201-2/+6
* ec_curve: add missing includestb2024-10-201-1/+5
* zap an empty linetb2024-10-201-2/+1
* Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closelytb2024-10-191-11/+14
* EC_GROUP_check(): zap useless commentstb2024-10-191-4/+3
* Move EC_GROUP_check() to ec_lib.ctb2024-10-192-113/+56
* Simplify EC_get_builtin_curves().tb2024-10-181-4/+5
* Use better naming in ec_curve.ctb2024-10-181-33/+33
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-183-3/+227
* Move EC_GROUP_new_curve_GFp() into ec_lib.ctb2024-10-182-97/+22
* Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()tb2024-10-181-12/+5
* Split ec_asn1_parameters2group() into digestible piecestb2024-10-171-96/+144
* Unindent error check in EC_GROUP_set_generator()tb2024-10-151-5/+5
* Switch ec_asn1_group2parameters() to get0_{order,cofactor}()tb2024-10-151-11/+14
* Provide EC_GROUP_get0_cofactor() for internal usetb2024-10-152-2/+9
* Make NULL checks in ec_asn1_group2curve() explicittb2024-10-141-3/+5
* Fix field element encoding for elliptic curve coefficientstb2024-10-141-45/+36
* Drop an obvious comment and fix indent for setting the seedtb2024-10-141-4/+3
* In ec_asn1_group2curve() rename ok to ret, per usualtb2024-10-141-4/+4
* Use a and b for the curve coefficientstb2024-10-111-10/+11
* Clean up ec_asn1_group2fieldid()tb2024-10-111-32/+28
* Fix a long-standing bug in ec_asn1_group2pkparameters()tb2024-10-111-2/+2
* Use defines for the CHOICE variants of ECPKPARAMETERStb2024-10-111-7/+10
* Remove NULL check in ec_asn1_pkparameters2group()tb2024-10-111-5/+1
* Use better variable names in ec_asn1_pkparameters2group()tb2024-10-111-10/+13
* First cleanup pass over ec_asn1_group2pkparameters()tb2024-10-111-27/+25
* Remove params argument from ec_asn1_group2parameters()tb2024-10-111-13/+8
* Simplify ec_asn1_group2pkparameters()tb2024-10-111-15/+8
* Spell NULL in a simpler fashiontb2024-10-111-3/+5
* Clean up i2d_ECPKParameters()tb2024-10-111-10/+13
* Remove the unused field_mod_func from EC_GROUPtb2024-10-031-4/+1