aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_int.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx1-1/+1
2016-11-12Cast to an unsigned type before negatingKurt Roeckx1-1/+1
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY1-1/+1
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx1-6/+6
2016-05-25Avoid creating an illegal pointerKurt Roeckx1-4/+4
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-08RT3993: Fix error found by VS2008David Woodhouse1-1/+1
2015-06-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson1-2/+2
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson1-0/+40
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson1-181/+359
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-4/+3
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson1-2/+4
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson1-0/+1
2015-03-24free NULL cleanupRich Salz1-2/+2
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-7/+7
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson1-2/+0
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-356/+359
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+1
2014-08-15RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli1-8/+7
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson1-1/+1
2012-01-11asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov1-2/+2
2010-06-12Fix warnings.Ben Laurie1-2/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-9/+9
2008-11-01size_tification.Ben Laurie1-9/+9
2006-03-04make some parameters constNils Larsch1-5/+5
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-1/+1
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-2/+2
2004-08-10Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson1-1/+20
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-0/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-4/+6
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-3/+4
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-2/+4
2002-06-11Fix warnings.Ben Laurie1-1/+1
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+10
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson1-0/+6
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson1-2/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-54/+0
2000-08-22Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson1-1/+1
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson1-1/+1
2000-07-27Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson1-0/+1
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson1-1/+1
2000-07-07New ASN1 functions that just deal withDr. Stephen Henson1-25/+59
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-9/+9
2000-05-17Typesafety Thought Police part 5.Ben Laurie1-0/+3