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_mult.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use err_local.h rather than err.h in most places
tb
2025-05-10
1
-2
/
+2
*
Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().
jsing
2025-03-24
1
-20
/
+16
*
Neuter the EC_POINTs_* API
tb
2025-01-11
1
-2
/
+2
*
ec_mult: use 1ULL to avoid C4334 warning on Visual Studio
tb
2024-12-19
1
-2
/
+2
*
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
1
-3
/
+3
*
ec_mult: manage wNAF data in a struct
tb
2024-12-06
1
-86
/
+131
*
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
*
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
*
Simplify signature of ec_wNAF_mul()
tb
2024-11-16
1
-49
/
+24
*
ec_mult: fix includes
tb
2024-11-15
1
-2
/
+5
*
Wrap comment badly mistreated by an autoformatter due to missing /*-
tb
2024-11-10
1
-3
/
+6
*
Garbage collect an unused variable
tb
2024-11-10
1
-3
/
+1
*
Mop up EC_GROUP precomp machinery.
jsing
2023-06-24
1
-230
/
+8
*
Mop up ec_wNAF_{,have_}precompute_mult().
jsing
2023-06-24
1
-202
/
+1
*
Handle BN_CTX at the EC API boundary.
jsing
2023-04-11
1
-17
/
+5
*
Always clear EC groups and points on free.
jsing
2023-03-08
1
-3
/
+3
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Fix an annoying quirk in the EC code
tb
2022-11-19
1
-7
/
+7
*
whitespace
tb
2022-11-19
1
-7
/
+7
*
recommit label indentation part of the backout; clearly unrelated to the
tb
2018-07-15
1
-4
/
+4
*
back out ecc constant time changes
jsg
2018-07-15
1
-4
/
+4
*
Indent labels by a space so they don't obliterate function names in diffs.
tb
2018-07-10
1
-4
/
+4
*
use freezero() instead of memset/explicit_bzero + free. Substantially
deraadt
2017-05-02
1
-3
/
+2
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
1
-30
/
+30
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
1
-3
/
+3
*
In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that
miod
2015-02-15
1
-6
/
+5
*
BN_CTX_get() can fail - consistently check its return value.
jsing
2015-02-09
1
-3
/
+2
*
Delete a lot of #if 0 code in libressl.
doug
2015-02-07
1
-4
/
+1
*
Don't free garbage in ec_wNAF_mul() if wNAF could be allocated but
guenther
2014-11-11
1
-5
/
+11
*
if (x) FOO_free(x) -> FOO_free(x).
miod
2014-07-12
1
-13
/
+7
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
malloc() result does not need a cast.
deraadt
2014-06-07
1
-1
/
+1
*
more: no need for null check before free
deraadt
2014-05-30
1
-8
/
+3
*
ok, next pass after review: when possible, put the reallocarray arguments
deraadt
2014-05-29
1
-1
/
+1
[next]