- use BN_set_negative and BN_is_negative instead of BN_set_sign
[openssl.git] / crypto / ecdsa / ecs_ossl.c
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-02-22 Geoff ThorpeA cleanup of the ecs_ossl.c code and some (doxygen...
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-06-10 Bodo Möllerremove unnecessary calls to EC_POINT_copy()
2002-02-20 Bodo Möllersimplifications
2002-02-13 Bodo MöllerECDSA support