index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-4
/
+1
*
Replace overrides.
Dr. Stephen Henson
2016-03-01
1
-5
/
+12
*
Add group_order_bits to EC_METHOD.
Dr. Stephen Henson
2016-02-28
1
-0
/
+2
*
Extended EC_METHOD customisation support.
Dr. Stephen Henson
2016-02-28
1
-10
/
+16
*
Fix BN_gcd errors for some curves
Billy Brumley
2016-02-04
1
-2
/
+7
*
Zero newly allocated points
Dr. Stephen Henson
2016-01-31
1
-1
/
+1
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-5
/
+29
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Call single parent free_comp routine.
Rich Salz
2016-01-14
1
-3
/
+3
*
Add missing #ifdef's to fix build break
Rich Salz
2016-01-13
1
-0
/
+4
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-162
/
+61
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-6
/
+6
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-14
/
+2
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
EC_POINT_is_on_curve does not return a boolean
Matt Caswell
2015-06-10
1
-0
/
+7
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-5
/
+5
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-6
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-9
/
+5
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-24
/
+12
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-10
/
+3
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-13
/
+8
*
Use named curve parameter encoding by default.
Dr. Stephen Henson
2015-02-19
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-962
/
+922
*
Build fixes
Emilia Kasper
2014-12-17
1
-1
/
+1
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-21
/
+25
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-1
/
+0
*
Reserve option to use BN_mod_exp_mont_consttime in ECDSA.
Andy Polyakov
2014-09-12
1
-0
/
+71
*
"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".
Billy Brumley
2014-07-21
1
-1
/
+1
*
Fix overly lenient comparisons:
Bodo Moeller
2013-09-16
1
-5
/
+5
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+1
*
Reorganise ECC code for inclusion in FIPS module.
Dr. Stephen Henson
2011-02-14
1
-68
/
+2
*
New option to disable characteristic two fields in EC code.
Dr. Stephen Henson
2011-02-12
1
-8
/
+8
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-1
/
+1
*
remove unnecessary check
Nils Larsch
2006-02-08
1
-1
/
+1
*
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller
2006-01-08
1
-1
/
+1
*
fix function name in error
Nils Larsch
2005-09-03
1
-1
/
+1
*
fix typo, add prototype
Nils Larsch
2005-05-21
1
-1
/
+1
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-30
/
+27
*
give EC_GROUP_*_nid functions a more meaningful name
Nils Larsch
2005-05-09
1
-4
/
+4
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-2
/
+2
*
Fix typo
Bodo Möller
2005-03-09
1
-1
/
+1
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-2
/
+2
*
new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
Bodo Möller
2003-07-21
1
-0
/
+75
*
Allow EC_GROUP objects to share precomputation for improved memory
Bodo Möller
2003-02-12
1
-55
/
+132
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-1
/
+58
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-3
/
+3
*
move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
Bodo Möller
2002-08-26
1
-39
/
+0
*
ASN1 for binary curves
Bodo Möller
2002-08-26
1
-0
/
+39
*
Rename implementations of method functions so that they match
Bodo Möller
2002-08-02
1
-62
/
+31
[next]