]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/bio_asn1.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / asn1 / bio_asn1.c
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/asn1/bio_asn1.c
2017-03-09  Jon SpillettExit the loop on failure
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-05-28  FdaSilvaYYAdd more zalloc
2016-05-28  FdaSilvaYYFix some missing inits
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-29  Matt CaswellMake BIO opaque
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
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-03-25  Rich Salzfree NULL cleanup
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-06-27  Dr. Stephen HensonMemory leak and NULL dereference fixes.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.