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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Inline the copy handlers in EC_GROUP_copy()
tb
2025-01-06
2
-51
/
+19
*
Use a slightly more sensible order in ec_local.h
tb
2025-01-06
1
-36
/
+33
*
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
3
-28
/
+4
*
Stop caching one in the Montgomery domain
tb
2025-01-06
3
-56
/
+16
*
Prepare removal accessors for Jprojective coordinates
tb
2025-01-06
3
-150
/
+16
*
Move BIGNUMs in EC_GROUP and EC_POINT to the heap
tb
2025-01-05
5
-194
/
+208
*
Garbage collect .group_finish()
tb
2025-01-01
3
-23
/
+9
*
Garbage collect .group_init()
tb
2025-01-01
3
-37
/
+3
*
Use the shorthand p rather than &group->p in one more place
tb
2025-01-01
1
-2
/
+2
*
Remove disabled code supporting elliptic curves of small order
tb
2024-12-24
1
-1014
/
+1
*
ec_mult: use 1ULL to avoid C4334 warning on Visual Studio
tb
2024-12-19
1
-2
/
+2
*
Simplify ec_point_to_octets()
tb
2024-12-16
1
-8
/
+3
*
Rewrite a comment to use p rather than q
tb
2024-12-12
1
-10
/
+10
*
Rename group->field to group->p
tb
2024-12-12
4
-52
/
+46
*
ec_mult: forgot to make one helper static
tb
2024-12-07
1
-2
/
+2
*
Move initialization of sign out of the middle of bits handling
tb
2024-12-07
1
-3
/
+3
*
Rename ec_wNAF_mul() to ec_wnaf_mul()
tb
2024-12-06
3
-7
/
+7
*
ec_mult: manage wNAF data in a struct
tb
2024-12-06
1
-86
/
+131
*
ec_asn1: update a comment to match reality
tb
2024-12-06
1
-2
/
+2
*
Set nid on group decoded from EC parameters
tb
2024-12-06
3
-7
/
+14
*
Annotate WTLS7 as being wrong
tb
2024-12-04
1
-1
/
+2
*
Inline trivial EC point methods
tb
2024-11-30
3
-95
/
+23
*
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
*
Unify checking for the asn1_flag
tb
2024-11-25
2
-4
/
+4
*
Disable small builtin curves
tb
2024-11-24
1
-1
/
+23
*
Further refactoring of the wNAF code
tb
2024-11-23
1
-55
/
+65
*
Drop bn is zero special case
tb
2024-11-23
1
-5
/
+1
*
Further simplify after dropping wNAF modification
tb
2024-11-23
1
-23
/
+13
*
Ditch the wNAF modification
tb
2024-11-23
1
-10
/
+5
*
Comment tweak from jsing with another tweak by me
tb
2024-11-22
1
-2
/
+2
*
Stop using BIGNUM internals, add some clarifying comments
tb
2024-11-22
1
-4
/
+23
*
Rewrite the crazy while loop into a for loop
tb
2024-11-22
1
-5
/
+5
*
First pass over compute_wNAF()
tb
2024-11-22
1
-145
/
+80
*
Swap the order of m and n in ec_wNAF_precompute()
tb
2024-11-22
1
-10
/
+10
*
Split two helpers out of ec_wNAF_mul()
tb
2024-11-22
1
-92
/
+119
*
Rename curve_name into nid
tb
2024-11-22
2
-6
/
+6
*
Use OPENSSL_EC_EXPLICIT_CURVE rather than 0
tb
2024-11-22
1
-2
/
+2
*
Garbage collect the now unused totalnum
tb
2024-11-22
1
-5
/
+2
*
Move wNAF[], wNAF_len[], wsize[] to the stack
tb
2024-11-22
1
-32
/
+6
*
Change 0 - digit to -digit
tb
2024-11-22
1
-2
/
+2
*
Rename val_sub[] into row[] and move it to the stack
tb
2024-11-22
1
-15
/
+13
*
ec_wNAF_mul(): lose two levels of indentation
tb
2024-11-21
1
-17
/
+18
*
ec_wNAF_mul(): remove r_is_at_infinity silliness
tb
2024-11-21
1
-25
/
+20
*
ec_lib: zap a useless comment
tb
2024-11-17
1
-3
/
+1
*
Minor simplifications in ec_cmp()
tb
2024-11-17
1
-11
/
+9
*
Rewrite EC_GROUP_cmp()
tb
2024-11-17
1
-51
/
+75
*
Simplify signature of ec_wNAF_mul()
tb
2024-11-16
3
-56
/
+30
*
Merge ec_kmeth into ec_key
tb
2024-11-16
2
-329
/
+271
[prev]
[next]