summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
2018-10-04Fix the BIO callback return code handlingMatt Caswell
2018-09-30Small 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