aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects/obj_dat.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-11Add lh_doall inliningDr. Stephen Henson1-7/+3
2016-01-11Add lh_new() inliningDr. Stephen Henson1-5/+1
2016-01-11Inline LHASH_OFDr. Stephen Henson1-4/+4
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-06-08return correct NID for undefined objectDr. Stephen Henson1-0/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck1-0/+2
2015-05-13Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets1-4/+4
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz1-7/+4
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-04-28remove malloc castsRich Salz1-8/+6
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-0/+15
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-14/+1
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-662/+646
2014-08-06Fix OID handling:Emilia Kasper1-7/+9
2014-07-08Please Clang's sanitizer, addendum.Andy Polyakov1-1/+1
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2009-11-10PR: 2091Dr. Stephen Henson1-4/+7
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-11/+9
2008-11-01size_tification.Ben Laurie1-9/+11
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson1-12/+9
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson1-6/+6
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie1-3/+5
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-37/+39
2008-05-26LHASH revamp. make depend.Ben Laurie1-27/+25
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+1
2007-09-18Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov1-23/+27
2006-03-29Fix typo.Dr. Stephen Henson1-1/+1
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson1-0/+18
2006-02-15Fix from stable branch.Dr. Stephen Henson1-4/+20
2005-11-20Extensive OID code enhancement and fixes.Dr. Stephen Henson1-45/+125
2005-04-07make sure error queue is totally emptiedNils Larsch1-1/+1
2005-04-05some const fixes and cleanupNils Larsch1-9/+9
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-5/+7
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-4/+6
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2003-04-29Some variables were uninitialised...Richard Levitte1-1/+1
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte1-8/+27
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-4/+3
2002-08-14Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson1-1/+1
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-1/+1
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+1
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke1-2/+1
2002-04-11Check error code from a2d_ASN1_OBJECT().Richard Levitte1-0/+2
2001-09-13avoid "statement not reached" warningBodo Möller1-1/+0
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1