Improve error handling if decompression of an ec point fails, and cleanup
[openssl.git] / crypto / ec / ecp_smpl.c
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
2004-03-15 Richard LevitteMake sure we use unsigned constants, or come compilers...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2002-11-22 Bodo Mölleradd a comment
2002-11-20 Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
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-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-05-23 Richard LevitteMake sure short aliases are used where required.
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18 Bodo MöllerFix bugs and typos.
2001-05-14 Richard Levittelen is a size_t, which is an unsigned integer. Therefo...
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08 Bodo MöllerFix ec_GFp_simple_cmp.
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ö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öllerThe next bunch of vaporware.
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerAdd more EC vaporware (empty source code files I missed...