summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_object.c
AgeCommit message (Expand)Author
2021-04-27ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte
2021-04-14crypto: raise error on malloc failureFdaSilvaYY
2021-04-08Update copyright yearMatt Caswell
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-03-18Add ossl_asn1 symbolsShane Lontis
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
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2016-08-16Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-19Return shared OIDs when decoding.Dr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28remove malloc castsRich Salz
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-24make ASN1_OBJECT opaqueDr. 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
2014-08-06Fix OID handling:Emilia Kasper
2013-09-20More diagnostics for invalid OIDs.Ben Laurie
2011-07-14PR: 2556 (partial)Dr. Stephen Henson
2011-06-22correctly encode OIDs near 2^32Dr. Stephen Henson
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson
2009-08-06Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-02-21Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson
2005-12-05Update from stable branch.Dr. Stephen Henson
2005-11-20Extensive OID code enhancement and fixes.Dr. Stephen Henson