History log of /openssl/crypto/ec/ec_mult.c (Results 101 – 110 of 110)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL-engine-0_9_6b, OpenSSL_0_9_6b, OpenSSL_0_9_6a, OpenSSL-engine-0_9_6a
# 413a4a04 03-Apr-2001 Bodo Möller

Fix warnings.


Revision tags: OpenSSL-engine-0_9_6a-beta3, OpenSSL_0_9_6a-beta3, OpenSSL-engine-0_9_6a-beta2, OpenSSL_0_9_6a-beta2
# 26fbabf3 20-Mar-2001 Bodo Möller

Increase boundaries in EC_window_bits_for_scalar_size table.


# 37cdcb4d 19-Mar-2001 Bodo Möller

Table for window sizes.


Revision tags: OpenSSL-engine-0_9_6a-beta1, OpenSSL_0_9_6a-beta1
# 194dd046 12-Mar-2001 Bodo Möller

Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,
which indicate its purpose more clearly.


# 38374911 11-Mar-2001 Bodo Möller

Add functions EC_POINT_mul and EC_GROUP_precompute.
The latter does nothing for now, but its existence means
that applications can request precomputation when appropriate.


# 86a921af 11-Mar-2001 Bodo Möller

handle negative scalars correctly when doing point multiplication


# 6f8f4431 10-Mar-2001 Bodo Möller

comment and error code update


# 48fe4d62 10-Mar-2001 Bodo Möller

More EC stuff, including EC_POINTs_mul() for simultaneous scalar
multiplication of an arbitrary number of points.


# 38e3c581 05-Mar-2001 Bodo Möller

Add yet another (still empty) source code file that I forgot.


# 65e81670 05-Mar-2001 Bodo Möller

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".


12345