aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_int.c
Commit message (Expand)AuthorAgeFilesLines
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3993: Fix error found by VS2008David Woodhouse2015-09-081-1/+1
* Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson2015-06-131-2/+2
* Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson2015-05-201-0/+40
* ASN1 INTEGER refactor.Dr. Stephen Henson2015-05-181-181/+359
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-4/+3
* Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson2015-04-181-2/+4
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-261-0/+1
* free NULL cleanupRich Salz2015-03-241-2/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-7/+7
* Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson2015-02-091-2/+0
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-356/+359
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli2014-08-151-8/+7
* Encode INTEGER correctly.Dr. Stephen Henson2013-03-181-1/+1
* asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov2012-01-111-2/+2
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-9/+9
* size_tification.Ben Laurie2008-11-011-9/+9
* make some parameters constNils Larsch2006-03-041-5/+5
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-1/+1
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2
* Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson2004-08-101-1/+20
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-4/+6
* 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/+4
* Fix warnings.Ben Laurie2002-06-111-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+10
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-0/+6
* 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 ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-221-1/+1
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-221-1/+1
* Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson2000-07-271-0/+1
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-101-1/+1
* New ASN1 functions that just deal withDr. Stephen Henson2000-07-071-25/+59
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-9/+9
* Typesafety Thought Police part 5.Ben Laurie2000-05-171-0/+3
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-3/+3
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-101-2/+9
* 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-6/+18
* Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works outDr. Stephen Henson1999-06-241-14/+6
* The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson1999-05-141-22/+155