]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/bio_ndef.c
Stop raising ERR_R_MALLOC_FAILURE in most places
[thirdparty/openssl.git] / crypto / asn1 / bio_ndef.c
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-07-02  Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-03-11  Matt CaswellUpdate copyright year
2021-02-26  Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
2020-12-03  Pauliremove unused return value assignments
2020-11-26  Matt CaswellUpdate copyright year
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-07-11  PauliCoverity #1451596: check dirlen for being negative
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2016-05-28  FdaSilvaYYAdd more zalloc
2016-05-28  FdaSilvaYYFix some missing inits
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-02-27  FdaSilvaYYGH753: More spelling fix
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-25  Rich Salzfree NULL cleanup
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2011-04-30  Dr. Stephen Hensonno need to include memory.h
2008-12-26  Ben Laurie!a && !a->b is clearly wrong! Changed to !a || !a-...
2008-03-12  Dr. Stephen HensonAnd so it begins...