index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecp_nist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-3
/
+3
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
1
-0
/
+1
*
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
*
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
-6
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-129
/
+128
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-2
/
+2
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
PR2490: Remove unused local variable bn ecp_nist.c
Laszlo Papp
2014-08-20
1
-2
/
+0
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-3
/
+4
*
Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit
Andy Polyakov
2008-04-24
1
-26
/
+0
*
remove OPENSSL_NO_ASM dependency
Nils Larsch
2005-06-28
1
-3
/
+3
*
rewrite of bn_nist.c, disable support for some curves on 64 bit platforms
Nils Larsch
2005-05-03
1
-1
/
+1
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-4
/
+4
*
include limits.h for UINT_MAX etc.
Nils Larsch
2005-04-11
1
-0
/
+2
*
fix EC_GROUP_copy for EC_GFp_nist_method()
Bodo Möller
2003-02-08
1
-1
/
+7
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-2
/
+3
*
simplify
Bodo Möller
2003-01-28
1
-16
/
+2
*
remove redundant functions
Bodo Möller
2002-11-18
1
-45
/
+6
*
use consistent order of function definitions
Bodo Möller
2002-11-18
1
-20
/
+19
*
this method does not need field_data1
Bodo Möller
2002-11-15
1
-3
/
+0
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-1
/
+1
*
The #else part of the conditionals have two statements, so they need
Richard Levitte
2002-10-29
1
-0
/
+6
*
clean up new code for NIST primes
Bodo Möller
2002-10-28
1
-17
/
+17
*
fast reduction for NIST curves
Bodo Möller
2002-10-28
1
-19
/
+153
*
Rename implementations of method functions so that they match
Bodo Möller
2002-08-02
1
-6
/
+6
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-0
/
+9
*
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
-2
/
+4
*
In crypto/ec #if 0 out structures which reference (currently)
Dr. Stephen Henson
2001-03-10
1
-1
/
+2
*
Implement EC_GFp_mont_method.
Bodo Möller
2001-03-08
1
-10
/
+2
*
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
[next]