summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_object.c
AgeCommit message (Expand)Author
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
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
1999-12-10Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson
1999-07-27New function OBJ_obj2txt()Dr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-10Avoid warnings.Bodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller