| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix instances of pointer addition with the NULL pointer | Matt Caswell | 2020-11-30 | 1 | -2/+8 |
* | Update copyright year | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -17/+17 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in crypto/asn1/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -4/+4 |
* | asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf. | Andy Polyakov | 2017-04-30 | 1 | -3/+14 |
* | asn1/a_int.c: clean up asn1_get_int64. | Andy Polyakov | 2017-04-17 | 1 | -9/+20 |
* | asn1/a_int.c: don't write result if returning error. | Andy Polyakov | 2017-04-14 | 1 | -1/+0 |
* | asn1/a_int.c: simplify asn1_put_uint64. | Andy Polyakov | 2017-04-14 | 1 | -41/+29 |
* | asn1/a_int.c: remove code duplicate and optimize branches, | Andy Polyakov | 2017-04-14 | 1 | -84/+52 |
* | Implement internal ASN.1 types INT32, UINT32, INT64, UINT64 | Richard Levitte | 2017-04-04 | 1 | -1/+30 |
* | Fix 0 -> NULL, indentation | FdaSilvaYY | 2017-03-28 | 1 | -1/+1 |
* | Fix VC warnings about unary minus to an unsigned type. | Kurt Roeckx | 2017-01-15 | 1 | -1/+1 |
* | Cast to an unsigned type before negating | Kurt Roeckx | 2016-11-12 | 1 | -1/+1 |
* | Constify ASN1_INTEGER_get, ASN1_ENUMERATED_get | FdaSilvaYY | 2016-08-04 | 1 | -1/+1 |
* | Avoid creating an illegal pointer. | Kurt Roeckx | 2016-06-21 | 1 | -6/+6 |
* | Avoid creating an illegal pointer | Kurt Roeckx | 2016-05-25 | 1 | -4/+4 |
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 1 | -1/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | RT3993: Fix error found by VS2008 | David Woodhouse | 2015-09-09 | 1 | -1/+1 |
* | Encode b == NULL or blen == 0 as zero. | Dr. Stephen Henson | 2015-06-13 | 1 | -2/+2 |
* | Add functions to convert between uint64_t and ASN1_INTEGER. | Dr. Stephen Henson | 2015-05-20 | 1 | -0/+40 |
* | ASN1 INTEGER refactor. | Dr. Stephen Henson | 2015-05-18 | 1 | -181/+359 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -6/+3 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -4/+3 |
* | Fix encoding bug in i2c_ASN1_INTEGER | Dr. Stephen Henson | 2015-04-18 | 1 | -2/+4 |
* | Move more internal only functions to asn1_locl.h | Dr. Stephen Henson | 2015-03-26 | 1 | -0/+1 |
* | free NULL cleanup | Rich Salz | 2015-03-24 | 1 | -2/+2 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 1 | -7/+7 |
* | Remove obsolete IMPLEMENT_ASN1_SET_OF | Dr. Stephen Henson | 2015-02-09 | 1 | -2/+0 |
* | util/mkstack.pl now generates entire safestack.h | Rich Salz | 2015-02-06 | 1 | -2/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -356/+359 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -1/+1 |
* | RT783: Minor optimization to ASN1_INTEGER_set | Frédéric Giudicelli | 2014-08-15 | 1 | -8/+7 |
* | Encode INTEGER correctly. | Dr. Stephen Henson | 2013-03-18 | 1 | -1/+1 |
* | asn1/t_x509.c: fix serial number print, harmonize with a_int.c. | Andy Polyakov | 2012-01-11 | 1 | -2/+2 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 1 | -2/+1 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -9/+9 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -9/+9 |
* | make some parameters const | Nils Larsch | 2006-03-04 | 1 | -5/+5 |
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 1 | -1/+1 |
* | - use BN_set_negative and BN_is_negative instead of BN_set_sign | Nils Larsch | 2005-04-22 | 1 | -2/+2 |
* | Make ASN1_INTEGER_cmp() work as expected with negative integers. | Dr. Stephen Henson | 2004-08-10 | 1 | -1/+20 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 1 | -4/+6 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 1 | -3/+4 |