index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
ec
/
ecp_methods.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().
jsing
9 days
1
-4
/
+5
*
Unexport EC_METHOD and all API using it
tb
2025-03-09
1
-3
/
+1
*
ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify
tb
2025-02-13
1
-20
/
+7
*
Garbage collect field_type member of the EC methods
tb
2025-01-25
1
-3
/
+1
*
Use simpler (if a bit weird) dup instead of new + copy
tb
2025-01-22
1
-5
/
+2
*
Remove the mul_generator_ct function pointer from EC_METHOD.
jsing
2025-01-22
1
-17
/
+3
*
Replace the remaining group->meth->field_{mul,sqr}
tb
2025-01-17
1
-13
/
+13
*
ecp_methods: remove p = group->p indirection
tb
2025-01-17
1
-37
/
+34
*
ecp_methods: rework field_{mul,sqr}() handling
tb
2025-01-17
1
-93
/
+83
*
Fix another awful comment in ec_point_cmp()
tb
2025-01-11
1
-4
/
+3
*
Align vertical backslashes in a macro
tb
2025-01-11
1
-2
/
+2
*
ec_point_cmp: tidy up an ugly comment
tb
2025-01-11
1
-7
/
+5
*
Rename the is_on_curve() method to point_is_on_curve()
tb
2025-01-11
1
-7
/
+8
*
Move is_on_curve() and (point) cmp() up
tb
2025-01-11
1
-196
/
+196
*
Move compressed coordinate setting into public API
tb
2025-01-11
1
-97
/
+1
*
Rework ec_point_set_compressed_coordinates()
tb
2025-01-11
1
-18
/
+14
*
Move ec_points_make_affine() to the right place
tb
2025-01-11
1
-135
/
+135
*
Neuter the EC_POINTs_* API
tb
2025-01-11
1
-4
/
+4
*
Inline ec_point_make_affine() in the public API
tb
2025-01-11
1
-35
/
+1
*
Check discriminant directly in EC_GROUP_set_discriminant()
tb
2025-01-07
1
-60
/
+1
*
Inline the last two uses of ec_mont_group_clear()
tb
2025-01-06
1
-14
/
+11
*
Remove get_order_bits() and get_degree() methods
tb
2025-01-06
1
-11
/
+1
*
Inline the copy handlers in EC_GROUP_copy()
tb
2025-01-06
1
-44
/
+1
*
Revise comments to note that these are Jacobian projective coordinates.
jsing
2025-01-06
1
-3
/
+6
*
Remove indirection for coordinate blinding.
jsing
2025-01-06
1
-4
/
+2
*
Stop caching one in the Montgomery domain
tb
2025-01-06
1
-48
/
+12
*
Prepare removal accessors for Jprojective coordinates
tb
2025-01-06
1
-69
/
+10
*
Move BIGNUMs in EC_GROUP and EC_POINT to the heap
tb
2025-01-05
1
-133
/
+133
*
Garbage collect .group_finish()
tb
2025-01-01
1
-18
/
+1
*
Garbage collect .group_init()
tb
2025-01-01
1
-24
/
+1
*
Use the shorthand p rather than &group->p in one more place
tb
2025-01-01
1
-2
/
+2
*
Rename group->field to group->p
tb
2024-12-12
1
-27
/
+27
*
Rename ec_wNAF_mul() to ec_wnaf_mul()
tb
2024-12-06
1
-2
/
+2
*
Inline trivial EC point methods
tb
2024-11-30
1
-59
/
+1
*
Get BNs Z coordinates from the BN_CTX
tb
2024-11-30
1
-8
/
+3
*
Improve ec_points_make_affine()
tb
2024-11-30
1
-119
/
+93
*
Minor simplifications in ec_cmp()
tb
2024-11-17
1
-11
/
+9
*
Simplify signature of ec_wNAF_mul()
tb
2024-11-16
1
-2
/
+2
*
Garbage collect a reference to ecp_mont.c, rewrap comment
tb
2024-11-12
1
-7
/
+6
*
ecp_methods.c: rewrap some lines
tb
2024-11-12
1
-25
/
+25
*
Lose the ugly GFp_simple_ and GFp_mont_ infixes
tb
2024-11-12
1
-127
/
+117
*
Make ec_GFp_simple_* static
tb
2024-11-12
1
-31
/
+31
*
Merge ecp_mont.c into ecp_methods.c
tb
2024-11-12
1
-1
/
+205
*
KNF nit for end of comment marker
tb
2024-11-12
1
-2
/
+2
*
Rename ecp_smpl.c to ecp_methods.c
tb
2024-11-12
1
-0
/
+1656