summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
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
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-02-27Update copyright yearMatt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger