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
OPENBSD_7_7
OPENBSD_7_8
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec_mult.c: place this code under my ISC license
tb
2025-08-26
1
-58
/
+13
*
Implement constant time EC scalar multiplication.
jsing
2025-08-03
1
-16
/
+103
*
Remove duplicate computation for b3.
jsing
2025-08-03
1
-5
/
+1
*
Add prototype for EC_GFp_homogeneous_projective_method().
jsing
2025-08-03
1
-1
/
+2
*
Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().
jsing
2025-08-02
1
-2
/
+2
*
Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points.
jsing
2025-08-02
1
-1
/
+9
*
Provide constant time conditional selection between EC_FIELD_ELEMENTs.
jsing
2025-08-02
2
-2
/
+17
*
Fix resource leaks in ec_points_make_affine()
tb
2025-06-01
1
-1
/
+4
*
Remove bogus alias.
jsing
2025-05-25
1
-2
/
+1
*
Provide an EC method that uses homogeneous projective coordinates.
jsing
2025-05-25
2
-1
/
+868
*
Implement EC field element operations.
jsing
2025-05-25
2
-0
/
+252
*
Provide method specific functions for EC POINT infinity.
jsing
2025-05-24
3
-10
/
+27
*
Use err_local.h rather than err.h in most places
tb
2025-05-10
11
-22
/
+22
*
Remove the X9.62 prime239v{1,2,3} curves
tb
2025-05-04
1
-179
/
+1
*
Move P-256 where it belongs
tb
2025-05-04
1
-67
/
+67
*
Fix typo in curve comment: P224r2 -> P224t1
tb
2025-05-03
1
-2
/
+2
*
Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().
jsing
2025-03-24
4
-35
/
+33
*
Check group generator in EC_POINT_mul().
jsing
2025-03-24
1
-1
/
+6
*
pkey_ec_derive: fix call to ECDH_compute_key()
tb
2025-03-13
1
-2
/
+2
*
Simplify field and private key encoding
tb
2025-03-13
1
-13
/
+3
*
ec.h: remove last SunPro pragmas
tb
2025-03-10
1
-13
/
+1
*
Disambiguate curve comments
tb
2025-03-09
1
-21
/
+21
*
Remove EC_POINTs_* API
tb
2025-03-09
2
-29
/
+2
*
Remove Jprojective_coordinates API
tb
2025-03-09
2
-24
/
+2
*
Unexport EC_GROUP_*precompute_mult()
tb
2025-03-09
2
-20
/
+2
*
Unexport EC_GROUP_copy()
tb
2025-03-09
2
-5
/
+3
*
Unexport EC_METHOD and all API using it
tb
2025-03-09
4
-43
/
+9
*
pkey_ec_derive(): simplify keylen calculation
tb
2025-02-18
1
-5
/
+3
*
ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify
tb
2025-02-13
1
-20
/
+7
*
Remove #error if OPENSSL_NO_FOO is defined
tb
2025-01-25
1
-5
/
+1
*
Garbage collect field_type member of the EC methods
tb
2025-01-25
2
-6
/
+2
*
Promote a few functions from EC API to garbage bin
tb
2025-01-25
1
-36
/
+41
*
Remove now unused internal ec_group_get_field_type()
tb
2025-01-25
2
-12
/
+2
*
Remove calls to ec_group_get_field_type() from EC_GROUP_cmp()
tb
2025-01-25
1
-3
/
+1
*
Make EC_KEY_precompute_mult() return 1 directly
tb
2025-01-25
1
-2
/
+2
*
Simplify ecpk_print_explicit_parameters()
tb
2025-01-25
1
-4
/
+2
*
Simplify ec_asn1_group2fieldid()
tb
2025-01-25
1
-25
/
+3
*
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
3
-24
/
+8
*
EC_GROUP_check(): use accessor rather than reaching into the group
tb
2025-01-21
1
-3
/
+4
*
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
*
ec_key_gen() is unused outside ec_key.c, so make it static
tb
2025-01-11
2
-4
/
+3
*
Move EC_KEY_METHOD_DYNAMIC next to the two methods using it
tb
2025-01-11
2
-4
/
+4
*
Remove a weird comment
tb
2025-01-11
1
-5
/
+1
*
Rename the is_on_curve() method to point_is_on_curve()
tb
2025-01-11
3
-12
/
+13
[next]