index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecp_smpl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-106
/
+109
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-13
/
+9
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
2020-04-22
1
-2
/
+0
*
[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
Billy Brumley
2020-04-07
1
-20
/
+22
*
[crypto/ec] Ladder tweaks
Billy Brumley
2020-04-01
1
-119
/
+146
*
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
*
Enable curve-spefific ECDSA implementations via EC_METHOD
Patrick Steuer
2019-08-15
1
-0
/
+3
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-15
/
+16
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-4
/
+2
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
1
-2
/
+47
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Replace GFp ladder implementation with ladd-2002-it-4 from EFD
Nicola Tuveri
2018-08-21
1
-30
/
+33
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-2
/
+2
*
EC GFp ladder
Billy Brumley
2018-07-26
1
-5
/
+223
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-2
/
+4
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-1
/
+57
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Improve compatibility of point and curve checks
Matt Caswell
2018-05-24
1
-0
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-1
/
+1
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-2
/
+2
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-55
/
+6
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-2
/
+11
*
Add group_order_bits to EC_METHOD.
Dr. Stephen Henson
2016-02-28
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-30
/
+15
*
Fix memory leak
Rich Salz
2015-04-11
1
-6
/
+3
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-25
/
+25
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-20
/
+20
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1225
/
+1298
*
More comments
Matt Caswell
2015-01-22
1
-3
/
+6
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-2
/
+3
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-4
/
+8
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-155
/
+169
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and
Bodo Moeller
2014-08-13
1
-2
/
+2
*
Simplify and fix ec_GFp_simple_points_make_affine
Bodo Moeller
2014-08-01
1
-98
/
+76
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-369
/
+4
*
PR: 1612
Dr. Stephen Henson
2011-01-24
1
-0
/
+3
*
oops, revert mistakenly committed EC changes
Dr. Stephen Henson
2011-01-19
1
-8
/
+3
*
Add additional parameter to dsa_builtin_paramgen to output the generated
Dr. Stephen Henson
2011-01-19
1
-3
/
+8
*
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
Nils Larsch
2006-03-14
1
-1
/
+2
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-1
/
+1
*
Using Horner's algorithm to evaluate the ec polynomial
Geoff Thorpe
2004-07-16
1
-32
/
+21
*
Improve error handling if decompression of an ec point fails, and cleanup
Geoff Thorpe
2004-07-06
1
-2
/
+5
*
Make sure we use unsigned constants, or come compilers may complain.
Richard Levitte
2004-03-15
1
-1
/
+1
[next]