Fix initialization sequence to prevent freeing of unitialized objects.
[openssl.git] / crypto / ecdsa / ecs_ossl.c
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