index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec2_mult.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c
Billy Brumley
2018-05-09
1
-404
/
+0
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-15
/
+1
*
Check return value of some BN functions.
Rich Salz
2016-11-16
1
-9
/
+11
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+9
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-280
/
+341
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-2
/
+4
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-3
/
+6
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-21
/
+22
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Fix for CVE-2014-0076
Dr. Stephen Henson
2014-03-12
1
-11
/
+16
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-0
/
+2
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-0
/
+4
*
ECC library bugfixes.
Bodo Möller
2010-08-26
1
-4
/
+9
*
ec2_mult.c readability update.
Andy Polyakov
2008-10-28
1
-9
/
+10
*
correct+extend publication info
Bodo Möller
2005-09-12
1
-7
/
+7
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-4
/
+4
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-2
/
+2
*
Correct signedness
Richard Levitte
2003-05-21
1
-1
/
+2
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-9
/
+13
*
rename some functions to improve consistency
Bodo Möller
2002-11-23
1
-16
/
+15
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-4
/
+6
*
Sun has agreed to removing the covenant language from most files.
Bodo Möller
2002-10-29
1
-13
/
+0
*
typo
Bodo Möller
2002-08-02
1
-1
/
+1
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-0
/
+387