index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_mult.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Timing vulnerability in ECDSA signature generation (CVE-2018-0735)
Pauli
2018-10-28
1
-3
/
+3
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
1
-28
/
+13
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-48
/
+96
*
[crypto/ec] disable SCA mitigations for curves with incomplete parameters
Billy Brumley
2018-07-04
1
-22
/
+24
*
[crypto/ec] don't assume points are of order group->order
Billy Brumley
2018-06-21
1
-14
/
+15
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-0
/
+11
*
Improve compatibility of point and curve checks
Matt Caswell
2018-05-24
1
-2
/
+2
*
ECDSA: remove nonce padding (delegated to EC_POINT_mul)
Billy Brumley
2018-05-09
1
-2
/
+2
*
ec/ec_mult.c: get BN_CTX_start,end sequence right.
Andy Polyakov
2018-05-08
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Remove superfluous NULL checks. Add Andy's BN_FLG comment.
Billy Brumley
2018-04-23
1
-5
/
+0
*
Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity case
Nicola Tuveri
2018-04-23
1
-9
/
+9
*
Pass through
Nicola Tuveri
2018-04-23
1
-27
/
+30
*
ladder description: why it works
Billy Brumley
2018-04-23
1
-0
/
+60
*
Address code style comments
Nicola Tuveri
2018-04-23
1
-31
/
+33
*
Elliptic curve scalar multiplication with timing attack defenses
Billy Brumley
2018-04-23
1
-0
/
+182
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-6
/
+6
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Fix URL links in comment
Rich Salz
2017-05-02
1
-3
/
+7
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-3
/
+3
*
Free tempory data on error in ec_wNAF_mul()
Matt Caswell
2016-06-01
1
-0
/
+2
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-53
/
+6
*
Convert CRYPTO_LOCK_EC_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-3
/
+22
*
GH616: Remove dead code
Rich Salz
2016-03-05
1
-2
/
+0
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-5
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Call single parent free_comp routine.
Rich Salz
2016-01-14
1
-1
/
+1
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-72
/
+19
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-4
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+4
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-7
/
+3
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-4
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-6
/
+3
*
Live code cleanup: remove #if 1 stuff
Rich Salz
2015-02-06
1
-3
/
+0
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-7
/
+7
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-666
/
+644
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-6
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+4
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-142
/
+3
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Fix free of garbage pointer. PR#3595
Matt Caswell
2014-11-12
1
-3
/
+4
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-0
/
+2
[next]