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
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-18
/
+9
*
ec: remove TODOs
Pauli
2021-06-02
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-14
/
+15
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix incorrect use of BN_CTX API
Agustin Gianni
2021-01-13
1
-1
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-37
/
+37
*
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
Billy Brumley
2020-05-20
1
-3
/
+6
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
Billy Brumley
2020-04-07
1
-0
/
+14
*
[crypto/ec] Ladder tweaks
Billy Brumley
2020-04-01
1
-11
/
+4
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-5
/
+10
*
Don't use coordinate blinding when scalar is group order
Bernd Edlinger
2019-04-14
1
-2
/
+2
*
Separate the lookup test
Nicola Tuveri
2019-04-11
1
-1
/
+1
*
added code to validate EC named curve parameters
Shane Lontis
2019-04-11
1
-1
/
+1
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
Clear the point S before freeing in ec_scalar_mul_ladder
Bernd Edlinger
2019-03-18
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
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
[next]