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
*
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
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-14
/
+178
*
Implement handling of EC parameter seeds (new functions
Bodo Möller
2002-06-18
1
-1
/
+34
*
simplify asn1_flag
Bodo Möller
2002-06-12
1
-6
/
+21
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-0
/
+52
*
accept NULL in 'free' functions
Bodo Möller
2002-05-21
1
-0
/
+8
*
Change internals of the EC library so that the functions
Bodo Möller
2002-05-08
1
-44
/
+91
*
New function EC_GROUP_check_discriminant().
Bodo Möller
2002-03-20
1
-4
/
+4
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-11
/
+23
*
reference counting for EC_GROUP structures is not needed (at the
Bodo Möller
2002-03-06
1
-18
/
+4
*
ECDSA support
Bodo Möller
2002-02-13
1
-1
/
+1
*
add support for named curves
Bodo Möller
2002-02-13
1
-1
/
+27
*
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
Bodo Möller
2001-03-11
1
-2
/
+68
*
More method functions for elliptic curves,
Bodo Möller
2001-03-08
1
-14
/
+25
*
Let EC_POINT_copy do nothing if dest==src
Bodo Möller
2001-03-08
1
-0
/
+2
*
More 'TODO' items.
Bodo Möller
2001-03-08
1
-1
/
+83
*
More method functions for EC_GFp_simple_method.
Bodo Möller
2001-03-08
1
-3
/
+51
*
More method functions.
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
-1
/
+1
*
extra_data 'mixin'.
Bodo Möller
2001-03-07
1
-0
/
+89
*
Oops ...
Bodo Möller
2001-03-07
1
-1
/
+3
*
In clear_free, clear the complete structure just in case
Bodo Möller
2001-03-07
1
-0
/
+2
*
Implement dispatcher for EC_GROUP and EC_POINT method functions.
Bodo Möller
2001-03-07
1
-1
/
+288
*
Add yet another (still empty) source code file that I forgot.
Bodo Möller
2001-03-05
1
-2
/
+0
*
Move ec.h to ec2.h because it is not compatible with what we will use.
Bodo Möller
2001-03-05
1
-0
/
+59