]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/a_enum.c
- use BN_set_negative and BN_is_negative instead of BN_set_sign
[thirdparty/openssl.git] / crypto / asn1 / a_enum.c
2005-04-22  Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-06-11  Ben LaurieFix warnings.
2002-05-30  Richard LevitteCheck the return values where memory allocation failure...
2001-01-04  Dr. Stephen HensonFix typo in OCSP nonce extension.
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-08-30  Dr. Stephen HensonFix typo in i2d_ASN1_ENUMERATED
2000-08-22  Dr. Stephen HensonFix ASN1_INTEGER_to_BN properly this time...
2000-07-27  Dr. Stephen HensonFix a bug in the new i2d_{ENUMERATED,INTEGER} that
2000-07-07  Dr. Stephen HensonNew ASN1 functions that just deal with
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-01-30  Ulf MöllerSeek out and destroy another evil cast.
1999-12-13  Dr. Stephen HensonFix a typo in a_enum.c.
1999-12-10  Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-10-23  Ben LaurieDon't return stuff from void functions.
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-05-14  Dr. Stephen HensonThe encoding of negative ASN1 INTEGERs and the conversi...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-02-09  Dr. Stephen HensonOops... forgot to add new ENUMERATED file...