OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / asn1 / bio_asn1.c
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
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-06-02 Pauliasn.1: remove TODOs
2021-04-22 Matt CaswellUpdate copyright year
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2020-11-26 Matt CaswellUpdate copyright year
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.