summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
AgeCommit message (Expand)Author
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-08-23Sanity check an ASN1_object_size resultMatt Caswell
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-19ok was uninitialised on failure.Ben Laurie
2016-05-18OID code tidy up.Dr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-13Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
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-28remove malloc castsRich Salz
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-06Fix OID handling:Emilia Kasper
2014-07-08Please Clang's sanitizer, addendum.Andy Polyakov
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2009-11-10PR: 2091Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-14Type-safe OBJ_bsearch_ex.Ben Laurie
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-09-18Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov
2006-03-29Fix typo.Dr. Stephen Henson
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson
2006-02-15Fix from stable branch.Dr. Stephen Henson
2005-11-20Extensive OID code enhancement and fixes.Dr. Stephen Henson
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-04-05some const fixes and cleanupNils Larsch
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson