aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
Commit message (Expand)AuthorAgeFilesLines
* Rearrange OBJ_create_objects()topic/fix-config-parse-oid_sectionKazuki Yamaguchi2017-06-211-31/+45
* Added error checking for OBJ_createFrank Morgner2017-04-111-0/+2
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0
* Sanity check an ASN1_object_size resultMatt Caswell2016-08-231-0/+2
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-2/+2
* ok was uninitialised on failure.Ben Laurie2016-05-191-1/+1
* OID code tidy up.Dr. Stephen Henson2016-05-181-20/+26
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove check_defer()Dr. Stephen Henson2016-04-131-16/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add lh_doall inliningDr. Stephen Henson2016-01-111-7/+3
* Add lh_new() inliningDr. Stephen Henson2016-01-111-5/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-111-4/+4
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Call of memcmp with null pointers in obj_cmp()Hanno Böck2015-05-131-0/+2
* Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets2015-05-131-4/+4
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-041-7/+4
* free null cleanup finaleRich Salz2015-05-011-6/+3
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* remove malloc castsRich Salz2015-04-281-8/+6
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-0/+15
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-14/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-662/+646
* Fix OID handling:Emilia Kasper2014-08-061-7/+9
* Please Clang's sanitizer, addendum.Andy Polyakov2014-07-081-1/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* PR: 2091Dr. Stephen Henson2009-11-101-4/+7
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-11/+9
* size_tification.Ben Laurie2008-11-011-9/+11
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-12/+9
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-6/+6
* Type-safe OBJ_bsearch_ex.Ben Laurie2008-10-141-3/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-37/+39
* LHASH revamp. make depend.Ben Laurie2008-05-261-27/+25
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* Constify obj_dat.[ch], as well as minimize linker relocations.Andy Polyakov2007-09-181-23/+27
* Fix typo.Dr. Stephen Henson2006-03-291-1/+1
* Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson2006-03-281-0/+18
* Fix from stable branch.Dr. Stephen Henson2006-02-151-4/+20
* Extensive OID code enhancement and fixes.Dr. Stephen Henson2005-11-201-45/+125
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1