Bodo Möller
|
1dc94d4dcc
|
mask old error codes so that mkerr.pl does not re-add them
|
2003-02-14 14:43:31 +00:00 |
|
Bodo Möller
|
98eab43915
|
EC_GROUP_get_extra_data() should not set an error when it returns NULL.
(NB: this is not an API change because this internal function is unused
in 0.9.7. 0.9.8-dev will use it, and will contain a similar change).
|
2003-02-06 18:00:20 +00:00 |
|
Richard Levitte
|
75e3026a14
|
Cleanse memory using the new OPENSSL_cleanse() function.
I've covered all the memset()s I felt safe modifying, but may have missed some.
|
2002-11-28 08:09:03 +00:00 |
|
Bodo Möller
|
dca142029c
|
accept NULL in 'free' functions
|
2002-05-21 09:00:54 +00:00 |
|
Bodo Möller
|
48fe4d6233
|
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
multiplication of an arbitrary number of points.
|
2001-03-10 23:18:35 +00:00 |
|
Bodo Möller
|
bb62a8b0c5
|
More method functions for elliptic curves,
and an ectest.c that actually tests something.
|
2001-03-08 19:14:52 +00:00 |
|
Bodo Möller
|
91f29a38a0
|
Let EC_POINT_copy do nothing if dest==src
|
2001-03-08 11:18:06 +00:00 |
|
Bodo Möller
|
1d5bd6cf71
|
More 'TODO' items.
|
2001-03-08 11:16:33 +00:00 |
|
Bodo Möller
|
226cc7ded4
|
More method functions for EC_GFp_simple_method.
|
2001-03-08 01:23:28 +00:00 |
|
Bodo Möller
|
e869d4bd32
|
More method functions.
|
2001-03-07 20:56:48 +00:00 |
|
Bodo Möller
|
2e0db07627
|
Optimized EC_METHODs need specific 'set_curve' and 'free' functions.
|
2001-03-07 09:48:38 +00:00 |
|
Bodo Möller
|
df9cc1535e
|
extra_data 'mixin'.
(This will be used for Lim/Lee precomputation data.)
|
2001-03-07 09:03:32 +00:00 |
|
Bodo Möller
|
c4b36ff474
|
Oops ...
|
2001-03-07 01:41:20 +00:00 |
|
Bodo Möller
|
f418f8c17c
|
In clear_free, clear the complete structure just in case
the method misses something.
|
2001-03-07 01:37:54 +00:00 |
|
Bodo Möller
|
0657bf9c14
|
Implement dispatcher for EC_GROUP and EC_POINT method functions.
Initial EC_GROUP_new_curve_GFp implementation.
|
2001-03-07 01:17:05 +00:00 |
|
Bodo Möller
|
38e3c5815c
|
Add yet another (still empty) source code file that I forgot.
|
2001-03-05 20:31:49 +00:00 |
|
Bodo Möller
|
65e8167079
|
Move ec.h to ec2.h because it is not compatible with what we will use.
Add EC vaporware: change relevant Makefiles and add some empty source
files.
"make update".
|
2001-03-05 20:13:37 +00:00 |
|