typo
[openssl.git] / crypto / ec / ec_err.c
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo Mölleradd support for elliptic curves over binary fields
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18 Bodo MöllerFix bugs and typos.
2002-02-13 Bodo MöllerECDSA support
2002-02-13 Bodo Möllersome modifications to named curve support
2002-02-13 Bodo Mölleradd support for named curves
2001-11-15 Bodo MöllerImprove EC efficiency.
2001-03-15 Bodo MöllerCompletely remove mont2 stuff.
2001-03-13 Richard Levittemake update.
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08 Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08 Bodo MöllerMore method functions for elliptic curves,
2001-03-08 Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07 Bodo Möllerextra_data 'mixin'.
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...