Adding missing NULL pointer check
[openssl.git] / crypto / bio / b_addr.c
2021-06-15 Dr. David von OheimbBIO: Make source file names in crypto/bio/ consistent
2021-05-29 Dr. David von OheimbDOC: Slightly improve the documentation of BIO_lookup...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2020-11-13 Richard LevitteBIO: Undefine UNICODE in b_addr.c to get POSIX declarat...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-03 drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2019-10-10 Viktor SzakatsFix unused goto label gcc warning
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-06-11 Matt CaswellMove a fall through comment
2019-06-10 Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-04-03 Tomas MrazUse AI_ADDRCONFIG hint with getaddrinfo if available.
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-09 Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-03 Rich SalzSet error code on alloc failures
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21 Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-29 Ben LaurieSome interfaces may have IPv6 addresses even if an...
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-02-19 Emilia Kaspergetaddrinfo: zero the hints structure
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-16 Richard LevitteOn solaris, the variable name sun clashes, use s_un...
2016-02-12 Richard LevitteBetter workaround for VMS getnameinfo() bug
2016-02-11 Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-10 Richard LevitteVMS getnameinfo() seems to have a bug with returned...
2016-02-08 Richard LevitteSmall fixes
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-02-08 Roumen Petrovavoid crash if hostserv is with host part only
2016-02-05 Matt CaswellAdd a BIO_ADDR_clear function
2016-02-04 Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-04 Kurt RoeckxMake fallback addresses static so that we can initialize it
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al