summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-06Fix OID handling:Emilia Kasper
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
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-04-29Some variables were uninitialised...Richard Levitte
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-14Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke
2002-04-11Check error code from a2d_ASN1_OBJECT().Richard Levitte
2001-09-13avoid "statement not reached" warningBodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
1999-12-19MacOS updates.Andy Polyakov
1999-07-27New function OBJ_obj2txt()Dr. Stephen Henson
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-10The various character predicates (isspace and the like) may not beBodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-02-14Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson