aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some const fixes and cleanupNils Larsch2005-04-051-9/+9
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-5/+7
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-4/+6
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* Some variables were uninitialised...Richard Levitte2003-04-291-1/+1
* Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte2003-04-291-8/+27
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-4/+3
* Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson2002-08-141-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-1/+1