aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke2002-04-181-2/+1
* Check error code from a2d_ASN1_OBJECT().Richard Levitte2002-04-111-0/+2
* avoid "statement not reached" warningBodo Möller2001-09-131-1/+0
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-3/+7
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-11/+12
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-6/+8
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-1/+4
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-4/+4
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-2/+4
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-14/+20
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-12/+12
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-7/+7
* MacOS updates.Andy Polyakov1999-12-191-5/+1
* New function OBJ_obj2txt()Dr. Stephen Henson1999-07-271-0/+66
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+11
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-101-5/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-7/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-54/+23
* Massive constification.Ben Laurie1999-04-171-5/+5
* Add support for raw extensions. This means that you can include the DER encodingDr. Stephen Henson1999-02-141-1/+5
* Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.Dr. Stephen Henson1999-01-121-31/+46
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-4/+21