aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_enum.c
Commit message (Expand)AuthorAgeFilesLines
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+1
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-3/+4
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+2
* Fix warnings.Ben Laurie2002-06-111-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+11
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-041-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-54/+0
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-1/+1
* Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-221-1/+1
* Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson2000-07-271-0/+1
* New ASN1 functions that just deal withDr. Stephen Henson2000-07-071-135/+21
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Fix a typo in a_enum.c.Dr. Stephen Henson1999-12-131-1/+1
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-101-1/+6
* Don't return stuff from void functions.Ben Laurie1999-10-231-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-4/+10
* The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson1999-05-141-26/+59
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-3/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+7
* Oops... forgot to add new ENUMERATED file...Dr. Stephen Henson1999-02-091-0/+307