aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_int.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+8
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-3/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-1/+5
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Ensure that the negative flag is correct set for ASN1 integer types.Pauli2021-04-071-2/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-181-5/+6
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-2/+8
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-17/+17
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov2017-04-301-3/+14
* asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov2017-04-171-9/+20
* asn1/a_int.c: don't write result if returning error.Andy Polyakov2017-04-141-1/+0
* asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov2017-04-141-41/+29
* asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov2017-04-141-84/+52
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-041-1/+30
* Fix 0 -> NULL, indentationFdaSilvaYY2017-03-281-1/+1
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-151-1/+1
* Cast to an unsigned type before negatingKurt Roeckx2016-11-121-1/+1
* Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY2016-08-041-1/+1
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-211-6/+6
* Avoid creating an illegal pointerKurt Roeckx2016-05-251-4/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* 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