summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
2018-04-17Update copyright yearRichard Levitte
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-22bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov
2018-03-21Convert _meth_get_ functions to const gettersJack Bates