]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/objects/obj_dat.c
Copyright year updates
[thirdparty/openssl.git] / crypto / objects / obj_dat.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-15  Drokov PavelFix arithmetic expression overflow
2024-01-15  Drokov PavelCheck ASN1_OBJECT_new result
2023-10-18  Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18  Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-09-07  Matt CaswellCopyright year updates
2023-08-04  Paulino_autoload: make the no-autoload-config option work...
2023-06-06  Richard LevitteRestrict the size of OBJECT IDENTIFIERs that OBJ_obj2tx...
2023-04-04  Matt CaswellDon't call OPENSSL_init_crypto from inside a RUN_ONCE
2023-03-23  Tomas MrazOBJ_nid2obj(): Return UNDEF object instead of NULL...
2022-12-13  Richard LevitteAllow OBJ_create() to create an OBJ and NID with a...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-23  Dr. David von OheimbMakefile: Generate crypto objects only as far as needed
2022-07-13  xkerneladd a check for the return of OBJ_new_nid()
2022-05-03  Matt CaswellUpdate copyright year
2022-01-13  Pauliobject: use updated tsan lock detection capabilities
2022-01-07  Peiwei HuFix: some patches related to error exiting
2021-12-07  Dr. David von OheimbOBJ_obj2txt(): fix off-by-one documentation of the...
2021-09-25  Pauliobj: make new NIDs use tsan if possible
2021-09-25  Pauliobj: make the OBJ_ calls thread safe
2021-04-08  Matt CaswellUpdate copyright year
2021-03-18  Shane LontisAdd ossl_ conf symbols
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-08-06  Matt CaswellUpdate copyright year
2020-08-04  Dr. David von OheimbCorrect misleading diagnostics of OBJ_txt2obj on unknow...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
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
next