summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the is_on_curve() method to point_is_on_curve()tb2025-01-111-3/+3
* Move compressed coordinate setting into public APItb2025-01-111-8/+81
* Move the EC_POINTs API into the garbage bintb2025-01-111-20/+20
* Neuter the EC_POINTs_* APItb2025-01-111-61/+5
* Remove a pointless check about Z == 1tb2025-01-111-7/+1
* Inline ec_point_make_affine() in the public APItb2025-01-111-7/+20
* ec_lib.c: zap stray empty line at end of filetb2025-01-091-2/+1
* check_discriminant: make the assumptions on p, a, b more explicittb2025-01-091-2/+3
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-071-5/+45
* ec_lib: create a garbage bin at the end, throw Jprojective stuff in theretb2025-01-061-19/+24
* Remove get_order_bits() and get_degree() methodstb2025-01-061-13/+3
* More dest -> dst renaming missed in previoustb2025-01-061-8/+8
* Rename dest into dsttb2025-01-061-21/+21
* Inline the copy handlers in EC_GROUP_copy()tb2025-01-061-7/+18
* Remove indirection for coordinate blinding.jsing2025-01-061-19/+1
* Stop caching one in the Montgomery domaintb2025-01-061-4/+2
* Prepare removal accessors for Jprojective coordinatestb2025-01-061-71/+5
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-051-39/+58
* Garbage collect .group_finish()tb2025-01-011-3/+7
* Garbage collect .group_init()tb2025-01-011-11/+1
* Rewrite a comment to use p rather than qtb2024-12-121-10/+10
* Rename group->field to group->ptb2024-12-121-8/+7
* Inline trivial EC point methodstb2024-11-301-25/+21
* Rename curve_name into nidtb2024-11-221-4/+4
* ec_lib: zap a useless commenttb2024-11-171-3/+1
* Rewrite EC_GROUP_cmp()tb2024-11-171-51/+75
* Relocate ECParameters_dup() to ec_asn1tb2024-11-081-23/+1
* Ugh. Don't return the group after freeing ittb2024-11-081-2/+2
* EC_GROUP_set_seed(): flip order of seed and len null checkstb2024-11-061-2/+2
* Treat the curls in EC_GROUP_dup() with a flatirontb2024-11-061-9/+17
* Clean up EC_GROUP_copy()tb2024-11-061-27/+15
* Switch EC_GROUP_new() to calloc()tb2024-11-061-21/+20
* EC_POINT_is_at_infinity() returns a booleantb2024-11-051-2/+2
* Rewrite EC_POINT_new() and EC_POINT_dup()tb2024-11-041-27/+34
* Move point at infinity check to API boundarytb2024-11-031-2/+7
* Fix includes in ec_lib and ecp_smpltb2024-11-021-1/+5
* Merge compressed coordinate setting back into ecp_smpl and ec_libtb2024-11-021-1/+40
* Minor cosmetic tweaks for EC_GROUP_set_seed()tb2024-10-251-9/+8
* Provide and use ec_group_get_field_type()tb2024-10-221-3/+11
* EC_GROUP_check(): zap useless commentstb2024-10-191-4/+3
* Move EC_GROUP_check() to ec_lib.ctb2024-10-191-1/+56
* Move EC_GROUP_new_curve_GFp() into ec_lib.ctb2024-10-181-1/+22
* Unindent error check in EC_GROUP_set_generator()tb2024-10-151-5/+5
* Provide EC_GROUP_get0_cofactor() for internal usetb2024-10-151-1/+7
* One empty line is enoughtb2024-04-231-18/+1
* Hide deprecated functions in ec.hbeck2024-04-101-1/+9
* EC_POINT_is_on_curve() error is -1, not 0.tb2023-07-251-2/+2
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-9/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+55
* Provide internal-only EC_GROUP_get0_order()tb2023-07-031-2/+7