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
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
/
ec_local.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec_key_gen() is unused outside ec_key.c, so make it static
tb
2025-01-11
1
-2
/
+1
*
Move EC_KEY_METHOD_DYNAMIC next to the two methods using it
tb
2025-01-11
1
-3
/
+1
*
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
1
-2
/
+2
*
Move is_on_curve() and (point) cmp() up
tb
2025-01-11
1
-5
/
+5
*
Move compressed coordinate setting into public API
tb
2025-01-11
1
-3
/
+1
*
Neuter the EC_POINTs_* API
tb
2025-01-11
1
-10
/
+5
*
Inline ec_point_make_affine() in the public API
tb
2025-01-11
1
-2
/
+1
*
Remove stale comment about methods and members
tb
2025-01-07
1
-6
/
+1
*
Check discriminant directly in EC_GROUP_set_discriminant()
tb
2025-01-07
1
-3
/
+1
*
group_copy() is no longer a thing...
tb
2025-01-06
1
-3
/
+1
*
Remove get_order_bits() and get_degree() methods
tb
2025-01-06
1
-4
/
+1
*
Use a slightly more sensible order in ec_local.h
tb
2025-01-06
1
-36
/
+33
*
Remove indirection for coordinate blinding.
jsing
2025-01-06
1
-5
/
+1
*
Stop caching one in the Montgomery domain
tb
2025-01-06
1
-4
/
+2
*
Prepare removal accessors for Jprojective coordinates
tb
2025-01-06
1
-10
/
+1
*
Move BIGNUMs in EC_GROUP and EC_POINT to the heap
tb
2025-01-05
1
-14
/
+9
*
Garbage collect .group_finish()
tb
2025-01-01
1
-2
/
+1
*
Garbage collect .group_init()
tb
2025-01-01
1
-2
/
+1
*
Rename group->field to group->p
tb
2024-12-12
1
-10
/
+5
*
Rename ec_wNAF_mul() to ec_wnaf_mul()
tb
2024-12-06
1
-2
/
+2
*
Set nid on group decoded from EC parameters
tb
2024-12-06
1
-2
/
+2
*
Inline trivial EC point methods
tb
2024-11-30
1
-11
/
+1
*
Rename curve_name into nid
tb
2024-11-22
1
-2
/
+2
*
Simplify signature of ec_wNAF_mul()
tb
2024-11-16
1
-5
/
+4
*
Make ec_GFp_simple_* static
tb
2024-11-12
1
-40
/
+1
*
Garbage collect field_div() member.
tb
2024-11-01
1
-3
/
+1
*
Retire the oct2point and point2oct EC_METHOD members
tb
2024-10-31
1
-11
/
+1
*
Provide ec_point_from_octets()
tb
2024-10-30
1
-2
/
+4
*
Add a convenience wrapper for EC_POINT_point2oct()
tb
2024-10-30
1
-1
/
+7
*
Expose eckey_compute_key() from ec_ameth
tb
2024-10-28
1
-1
/
+2
*
Provide and use ec_group_get_field_type()
tb
2024-10-22
1
-1
/
+2
*
Enforce that EC Parameters correspond to a builtin curve
tb
2024-10-18
1
-1
/
+3
*
Provide EC_GROUP_get0_cofactor() for internal use
tb
2024-10-15
1
-1
/
+2
*
Remove the unused field_mod_func from EC_GROUP
tb
2024-10-03
1
-4
/
+1
*
Ignore ENGINE at the API boundary
tb
2023-11-29
1
-2
/
+1
*
Stop including ecdsa.h and ecdh.h internally
tb
2023-07-28
1
-2
/
+1
*
Move KDF handling to ECDH_compute_key()
tb
2023-07-28
1
-5
/
+5
*
Drop useless ossl_ prefixes
tb
2023-07-05
1
-5
/
+5
*
Provide internal-only EC_GROUP_get0_order()
tb
2023-07-03
1
-1
/
+4
*
Remove the now unused poly[] from EC_GROUP
tb
2023-06-27
1
-15
/
+2
*
Remove prototypes for EC_KEY_{get,insert}_key_method_data()
tb
2023-06-25
1
-8
/
+1
*
Move ecdh_KDF_X9_63() to ec_local.h
tb
2023-06-25
1
-1
/
+7
*
Remove EC_EXTRA_DATA
tb
2023-06-25
1
-26
/
+1
*
ec_local.h: move ec_group_simple_order_bits down a bit
tb
2023-06-25
1
-3
/
+2
*
Remove precompute_mult/have_precompute_mult from EC_METHOD.
jsing
2023-06-24
1
-3
/
+1
*
Mop up EC_GROUP precomp machinery.
jsing
2023-06-24
1
-3
/
+1
*
Mop up ec_wNAF_{,have_}precompute_mult().
jsing
2023-06-24
1
-4
/
+1
*
Remove prototypes for various ec_GF2m_* functions that no longer exist.
jsing
2023-06-12
1
-13
/
+1
*
Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h
tb
2023-04-27
1
-3
/
+10
[next]