index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_lcl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-7
/
+22
*
remove unused recp method
Nils Larsch
2005-04-04
1
-10
/
+0
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
1
-0
/
+1
*
Get rid of bogus warning when compiling with Sun vendor compiler.
Andy Polyakov
2004-01-24
1
-0
/
+5
*
Allow EC_GROUP objects to share precomputation for improved memory
Bodo Möller
2003-02-12
1
-12
/
+19
*
fix EC_GROUP_copy for EC_GFp_nist_method()
Bodo Möller
2003-02-08
1
-0
/
+1
*
typo
Bodo Möller
2003-02-06
1
-1
/
+1
*
implement fast point multiplication with precomputation
Bodo Möller
2003-02-06
1
-7
/
+13
*
rename some functions to improve consistency
Bodo Möller
2002-11-23
1
-2
/
+2
*
remove redundant functions
Bodo Möller
2002-11-18
1
-4
/
+0
*
Sun has agreed to removing the covenant language from most files.
Bodo Möller
2002-10-29
1
-13
/
+0
*
clean up new code for NIST primes
Bodo Möller
2002-10-28
1
-0
/
+1
*
remove superfluous code
Bodo Möller
2002-10-28
1
-5
/
+0
*
move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
Bodo Möller
2002-08-26
1
-0
/
+5
*
optical changes
Bodo Möller
2002-08-02
1
-4
/
+4
*
Rename implementations of method functions so that they match
Bodo Möller
2002-08-02
1
-20
/
+23
*
add support for elliptic curves over binary fields
Bodo Möller
2002-08-02
1
-10
/
+103
*
Implement handling of EC parameter seeds (new functions
Bodo Möller
2002-06-18
1
-3
/
+3
*
simplify asn1_flag
Bodo Möller
2002-06-12
1
-1
/
+2
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-1
/
+1
*
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller
2002-06-10
1
-1
/
+9
*
Change internals of the EC library so that the functions
Bodo Möller
2002-05-08
1
-22
/
+15
*
New function EC_GROUP_check_discriminant().
Bodo Möller
2002-03-20
1
-2
/
+2
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-0
/
+4
*
reference counting for EC_GROUP structures is not needed (at the
Bodo Möller
2002-03-06
1
-1
/
+0
*
add support for named curves
Bodo Möller
2002-02-13
1
-0
/
+3
*
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
Bodo Möller
2001-03-11
1
-12
/
+17
*
Implement EC_GFp_mont_method.
Bodo Möller
2001-03-08
1
-4
/
+0
*
More method functions for elliptic curves,
Bodo Möller
2001-03-08
1
-8
/
+16
*
More 'TODO' items.
Bodo Möller
2001-03-08
1
-7
/
+27
*
More method functions for EC_GFp_simple_method.
Bodo Möller
2001-03-08
1
-2
/
+12
*
More method functions.
Bodo Möller
2001-03-07
1
-3
/
+3
*
Some actual method functions (not enough yet to use the EC library, though),
Bodo Möller
2001-03-07
1
-7
/
+11
*
..._init functions are method-specific too
Bodo Möller
2001-03-07
1
-0
/
+3
*
Optimized EC_METHODs need specific 'set_curve' and 'free' functions.
Bodo Möller
2001-03-07
1
-0
/
+9
*
The next bunch of vaporware.
Bodo Möller
2001-03-07
1
-5
/
+50
*
extra_data 'mixin'.
Bodo Möller
2001-03-07
1
-2
/
+23
*
Implement dispatcher for EC_GROUP and EC_POINT method functions.
Bodo Möller
2001-03-07
1
-4
/
+12
*
Add a few 'const's
Bodo Möller
2001-03-06
1
-5
/
+5
*
'is_at_infinity' tests don't need a BN_CTX.
Bodo Möller
2001-03-06
1
-1
/
+1
*
New function declarations.
Bodo Möller
2001-03-06
1
-5
/
+15
*
Add BN_CTX arguments where appropriate.
Bodo Möller
2001-03-06
1
-13
/
+30
*
Change comments.
Bodo Möller
2001-03-05
1
-2
/
+2
*
Some declarations that outline what I intend to implement.
Bodo Möller
2001-03-05
1
-0
/
+64
*
Add yet another (still empty) source code file that I forgot.
Bodo Möller
2001-03-05
1
-0
/
+2
*
Move ec.h to ec2.h because it is not compatible with what we will use.
Bodo Möller
2001-03-05
1
-0
/
+55