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
*
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
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-3
/
+4
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-2
/
+3
*
add a comment
Bodo Möller
2002-11-22
1
-0
/
+14
*
Make ec_GFp_simple_point_get_affine_coordinates() faster
Bodo Möller
2002-11-20
1
-25
/
+26
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-1
/
+1
*
Change BN_mod_sqrt() so that it verifies that the input value is
Bodo Möller
2002-08-02
1
-2
/
+1
*
Rename implementations of method functions so that they match
Bodo Möller
2002-08-02
1
-20
/
+22
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-0
/
+15
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-0
/
+1
*
Make sure short aliases are used where required.
Richard Levitte
2002-05-23
1
-1
/
+1
*
Change internals of the EC library so that the functions
Bodo Möller
2002-05-08
1
-95
/
+0
*
New function EC_GROUP_check_discriminant().
Bodo Möller
2002-03-20
1
-45
/
+5
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-1
/
+108
*
len is a size_t, which is an unsigned integer. Therefore, some
Richard Levitte
2001-05-14
1
-1
/
+1
*
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
Bodo Möller
2001-03-11
1
-17
/
+243
*
Fix ec_GFp_simple_cmp.
Bodo Möller
2001-03-08
1
-1
/
+6
*
Implement EC_GFp_mont_method.
Bodo Möller
2001-03-08
1
-2
/
+19
*
More method functions for elliptic curves,
Bodo Möller
2001-03-08
1
-135
/
+427
*
More 'TODO' items.
Bodo Möller
2001-03-08
1
-11
/
+70
*
More method functions for EC_GFp_simple_method.
Bodo Möller
2001-03-08
1
-45
/
+412
*
More method functions.
Bodo Möller
2001-03-07
1
-7
/
+161
[next]