Add the possibility to build without the ENGINE framework.
[openssl.git] / crypto / ecdsa /
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-04 Bodo MöllerDon't compute timings here, we can do this elsewhere.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-14 Richard Levittemake update
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-01 Richard Levittemake update
2002-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-11 Ben LaurieFix warnings.
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllerremove unnecessary calls to EC_POINT_copy()
2002-04-20 Richard LevitteNo point constifying an int.
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-12 Bodo MöllerECDSA representation bugfixes
2002-04-09 Bodo Möllerfix ECDSA handling
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-03-25 Bodo Möllerfix warnings
2002-03-19 Bodo MöllerFix typo.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-07 Bodo MöllerAdd more curves.
2002-02-20 Richard LevitteInstead of casting a lvalue, let's constify meth.
2002-02-20 Bodo Möllersimplifications
2002-02-20 Richard LevitteComparing a pointer (data) with 0 using > is incorrect...
2002-02-16 Richard LevitteThe macro IMPLEMENT_ASN1_FUNCTIONS_const already contai...
2002-02-16 Richard LevitteLocal `time' shadows the global function `time()'....
2002-02-14 Bodo Möllermake it possible to disable memory checking for timings
2002-02-14 Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-13 Bodo MöllerECDSA support