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
*
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
*
Move EC_KEY_{insert,set}_key_method_data() to internal-only
tb
2023-04-25
1
-1
/
+6
*
Always clear EC groups and points on free.
jsing
2023-03-08
1
-5
/
+1
*
Remove EC_FLAGS_DEFAULT_OCT.
jsing
2023-03-08
1
-11
/
+1
*
Use static functions for EC_GF2m_simple_method() implementation.
jsing
2023-03-07
1
-32
/
+2
*
Use static functions for EC_GFp_nist_method() implementation.
jsing
2023-03-07
1
-8
/
+1
*
Use static functions for EC_GFp_mont_method() implementation.
jsing
2023-03-07
1
-14
/
+1
*
Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.
jsing
2023-03-05
1
-5
/
+1
*
Remove ec_GFp_nistp.* prototypes.
jsing
2023-03-05
1
-40
/
+1
*
Remove duplicate function prototypes.
jsing
2023-03-05
1
-8
/
+1
*
Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.
jsing
2023-03-04
1
-4
/
+1
*
Rename field_data1 and field_data2.
jsing
2023-03-04
1
-3
/
+5
*
Make internal header file names consistent
tb
2022-11-26
1
-0
/
+525