summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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-05-09Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-14BIO_do_accept: correct error return valuescott
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2020-02-05Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2020-02-04Detect EOF while reading in libsslMatt Caswell
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte
2019-12-18crypto/bio/build.info: split the source files in categoriesRichard Levitte
2019-11-10bss_dgram.c: fix unaligned accessPatrick Steuer
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-02BIO_s_connect: add an error state and use itRichard Levitte
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-10-10Fix unused goto label gcc warningViktor Szakats
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-21Use the correct maximum indentKurt Roeckx
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
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-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Fix TyposAntoine Cœur
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
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-03Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
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
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
2018-12-07bio: Linux TLS OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte