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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop including ech_local.h
tb
2023-06-25
1
-2
/
+1
*
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
4
-230
/
+4
*
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
2
-26
/
+4
*
Mop up EC_GROUP precomp machinery.
jsing
2023-06-24
3
-252
/
+10
*
Mop up ec_wNAF_{,have_}precompute_mult().
jsing
2023-06-24
2
-206
/
+2
*
Fix return check for BN_hex2bn()
tb
2023-06-23
1
-2
/
+2
*
Consolidate elliptic curve cofactor handling
tb
2023-06-20
1
-49
/
+41
*
Remove prototypes for various ec_GF2m_* functions that no longer exist.
jsing
2023-06-12
1
-13
/
+1
*
Rewrite ECParameters_dup()
tb
2023-05-04
1
-7
/
+12
*
Use size_t instead of int in EC_POINT_point2oct()
tb
2023-05-04
1
-2
/
+2
*
Fix line wrapping
tb
2023-05-04
1
-3
/
+3
*
Fix function name in doc comment
tb
2023-05-04
1
-2
/
+2
*
Fix a few KNF/whitespace issues
tb
2023-05-03
1
-9
/
+5
*
Rename P into generator
tb
2023-05-02
1
-6
/
+6
*
Simplify EC_GROUP_new_by_curve_name()
tb
2023-05-02
1
-20
/
+14
*
stray whitespace
tb
2023-05-01
1
-2
/
+2
*
Add a missing pair of braces.
tb
2023-05-01
1
-2
/
+3
*
Use uppercase for the CURVE_LIST_LENGTH macro
tb
2023-05-01
1
-6
/
+6
*
Consistently use lowercase hex digits for curve parameters
tb
2023-05-01
1
-749
/
+749
*
Now that we have C99 initializers, garbage collect some comments
tb
2023-05-01
1
-299
/
+299
*
Rework the curve list to use actual structs instead of a custom
tb
2023-05-01
1
-742
/
+1530
*
Drop the now unnecessary and unused field_type from the curve data
tb
2023-05-01
1
-54
/
+4
*
Convert EC_CURVE_DATA to C99 initializers
tb
2023-05-01
1
-51
/
+192
*
Simplify ec_group_new_from_data() further
tb
2023-05-01
1
-16
/
+55
*
Drop some dead code
tb
2023-05-01
1
-11
/
+2
*
Remove pointless/wrong .meth = 0 entries from curves_list[]
tb
2023-05-01
1
-55
/
+1
*
Mechanically convert curve_list[] to C99 initializers
tb
2023-05-01
1
-55
/
+325
*
Clean up handling of nist_curves[]
tb
2023-05-01
1
-18
/
+14
*
Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h
tb
2023-04-27
2
-10
/
+12
*
Nuke doxygen noise
tb
2023-04-27
1
-421
/
+37
*
Clean up ec.h a little.
tb
2023-04-26
1
-186
/
+31
*
GF2m bites the dust. It won't be missed.
tb
2023-04-25
9
-3320
/
+9
*
Remove prototype of EC_GFp_nist_method()
tb
2023-04-25
1
-8
/
+1
*
Move EC_KEY_{insert,set}_key_method_data() to internal-only
tb
2023-04-25
2
-18
/
+7
*
Remove the horror show that is bn_nist and ecp_nist
tb
2023-04-25
1
-177
/
+0
*
Wire up truncated SHA-2, SHA-3 and related things
tb
2023-04-25
1
-2
/
+7
*
Use NULL, not 0 for pointers and use an explicit comparison against NULL.
tb
2023-04-18
1
-3
/
+3
*
Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128
tb
2023-04-18
1
-18
/
+1
*
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
tb
2023-04-18
1
-3
/
+1
*
Mark public bn_nist and ec_nist API for removal
tb
2023-04-16
1
-1
/
+3
*
Mark EC_KEY_{get,insert}_method_data() for removal
tb
2023-04-16
1
-1
/
+5
*
ec_lib.c: fix a few NULL misspellings
tb
2023-04-13
1
-6
/
+6
*
Fix various early return issues spotted by coverity
tb
2023-04-13
1
-13
/
+13
*
Handle BN_CTX at the EC API boundary.
jsing
2023-04-11
11
-491
/
+553
*
Clean up unused BIGNUM.
jsing
2023-04-11
1
-4
/
+1
*
Replace the remaining BN_copy() with bn_copy()
tb
2023-03-27
6
-70
/
+70
*
Return the signature length after successful signing operation
tb
2023-03-15
1
-1
/
+3
[next]