index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecp_mont.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-2
/
+2
*
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
-66
/
+67
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-7
/
+7
*
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
*
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
-2
/
+3
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
1
-0
/
+49
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
EC GFp ladder
Billy Brumley
2018-07-26
1
-3
/
+3
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-1
/
+4
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-1
/
+3
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
fix memory leaks
Miroslav Franc
2016-07-16
1
-0
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-53
/
+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
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-40
/
+20
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-236
/
+219
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-3
/
+4
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-2
/
+2
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-2
/
+3
*
use consistent order of function definitions
Bodo Möller
2002-11-18
1
-60
/
+60
*
Rename implementations of method functions so that they match
Bodo Möller
2002-08-02
1
-8
/
+11
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-0
/
+9
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-0
/
+1
*
Change internals of the EC library so that the functions
Bodo Möller
2002-05-08
1
-4
/
+0
*
New function EC_GROUP_check_discriminant().
Bodo Möller
2002-03-20
1
-1
/
+1
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-0
/
+1
*
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
Bodo Möller
2001-03-11
1
-32
/
+87
*
Implement EC_GFp_mont_method.
Bodo Möller
2001-03-08
1
-16
/
+126
*
More method functions for elliptic curves,
Bodo Möller
2001-03-08
1
-2
/
+5
*
More 'TODO' items.
Bodo Möller
2001-03-08
1
-1
/
+5
*
More method functions for EC_GFp_simple_method.
Bodo Möller
2001-03-08
1
-1
/
+4
*
Some actual method functions (not enough yet to use the EC library, though),
Bodo Möller
2001-03-07
1
-3
/
+44
*
..._init functions are method-specific too
Bodo Möller
2001-03-07
1
-1
/
+1
*
Optimized EC_METHODs need specific 'set_curve' and 'free' functions.
Bodo Möller
2001-03-07
1
-3
/
+3
*
The next bunch of vaporware.
Bodo Möller
2001-03-07
1
-4
/
+24
*
Implement dispatcher for EC_GROUP and EC_POINT method functions.
Bodo Möller
2001-03-07
1
-0
/
+11
*
Add yet another (still empty) source code file that I forgot.
Bodo Möller
2001-03-05
1
-2
/
+0
*
Add more EC vaporware (empty source code files I missed in my
Bodo Möller
2001-03-05
1
-0
/
+59