Load the config file by default
[openssl.git] / crypto / objects / obj_dat.c
2019-08-01 Matt CaswellLoad the config file by default
2019-05-08 Richard Levitteossl_bsearch(): New generic internal binary search...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-03-20 Matt CaswellUpdate copyright year
2018-03-12 Matt CaswellFree the correct type in OBJ_add_object()
2017-12-08 FdaSilvaYYFix an incoherent test.
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-22 Matt CaswellFix OBJ_create() to tolerate a NULL sn and ln
2017-04-11 Frank MorgnerAdded error checking for OBJ_create
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2016-08-22 Matt CaswellSanity check an ASN1_object_size result
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-19 Ben Laurieok was uninitialised on failure.
2016-05-18 Dr. Stephen HensonOID code tidy up.
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-04-13 Dr. Stephen HensonRemove check_defer()
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-06-08 Dr. Stephen Hensonreturn correct NID for undefined object
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-13 Gunnar KudrjavetsFix the heap corruption in libeay32!OBJ_add_object.
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-28 Rich Salzremove malloc casts
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-06 Emilia KasperFix OID handling:
2014-07-08 Andy PolyakovPlease Clang's sanitizer, addendum.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2009-11-10 Dr. Stephen HensonPR: 2091
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-14 Ben LaurieType-safe OBJ_bsearch_ex.
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-09-18 Andy PolyakovConstify obj_dat.[ch], as well as minimize linker reloc...
2006-03-29 Dr. Stephen HensonFix typo.
2006-03-28 Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2006-02-15 Dr. Stephen HensonFix from stable branch.
2005-11-20 Dr. Stephen HensonExtensive OID code enhancement and fixes.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-05 Nils Larschsome const fixes and cleanup
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-04-29 Richard LevitteSome variables were uninitialised...
2003-04-29 Richard LevitteAdd an extended variant of OBJ_bsearch() that can be...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-14 Dr. Stephen HensonFix typo in OBJ_txt2obj which incorrectly passed the...
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-04-18 Lutz JänickeOptimize: better shortcut evaluation ("Howard Chu"...
2002-04-11 Richard LevitteCheck error code from a2d_ASN1_OBJECT().
2001-09-13 Bodo Mölleravoid "statement not reached" warning
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
1999-12-19 Andy PolyakovMacOS updates.
1999-07-27 Dr. Stephen HensonNew function OBJ_obj2txt()
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-10 Bodo MöllerThe various character predicates (isspace and the like...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-02-14 Dr. Stephen HensonAdd support for raw extensions. This means that you...
1999-01-12 Dr. Stephen HensonFix OBJ_txt2nid(): old function was broken when input...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
next