summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2021-08-27Fix instances of pointer addition with the NULL pointerBernd Edlinger
2021-08-24Update copyright yearMatt Caswell
2021-07-13BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier
2020-12-08Update copyright yearMatt Caswell
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-09-22Update copyright yearMatt Caswell
2020-06-09Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-09Replace BUF_strdup() call by OPENSSL_strdup() adding failure check in bss_acpt.cDr. David von Oheimb
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-04-14BIO_do_accept: correct error return valuescott
2020-03-17Update copyright yearMatt Caswell
2020-02-20Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2020-02-20Detect EOF while reading in libsslMatt Caswell
2019-11-05BIO_s_connect: add an error state and use itRichard Levitte
2019-10-10Fix unused goto label gcc warningViktor Szakats
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-21Use the correct maximum indentKurt Roeckx
2019-09-10Update copyright yearMatt Caswell
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz
2019-07-31Fix TyposAntoine Cœur
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-11Move a fall through commentMatt Caswell
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz
2019-04-04Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-02-26Update copyright yearMatt Caswell
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2018-10-04Fix the BIO callback return code handlingMatt Caswell
2018-10-04Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-12minor fixes for WindowsViktor Szakats
2018-07-20bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger