summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_int.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-04-07Ensure that the negative flag is correct set for ASN1 integer types.Pauli
2021-03-18Add ossl_asn1 symbolsShane Lontis
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov
2017-04-17asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov
2017-04-14asn1/a_int.c: don't write result if returning error.Andy Polyakov
2017-04-14asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov
2017-04-14asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-11-12Cast to an unsigned type before negatingKurt Roeckx
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx
2016-05-25Avoid creating an illegal pointerKurt Roeckx
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-08RT3993: Fix error found by VS2008David Woodhouse
2015-06-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-02-09Remove obsolete IMPLEMENT_ASN1_SET_OFDr. Stephen Henson
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-08-15RT783: Minor optimization to ASN1_INTEGER_setFrédéric Giudicelli
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2012-01-11asn1/t_x509.c: fix serial number print, harmonize with a_int.c.Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2006-03-04make some parameters constNils Larsch