aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2822-25/+25
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Use the correct maximum indentKurt Roeckx2019-09-211-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz2019-08-131-6/+12
* BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz2019-08-131-9/+3
* Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok2019-08-091-6/+19
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-026-47/+70
* Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre2019-07-241-33/+28
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-226-32/+32
* Add ERR_put_func_error, and use it.Rich Salz2019-07-226-39/+32
* Regenerate mkerr filesRich Salz2019-07-161-64/+2
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-263-24/+24
* Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz2019-06-191-3/+1
* Move a fall through commentMatt Caswell2019-06-111-1/+1
* BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz2019-06-101-0/+14
* Add testing of RDONLY memory BIOsTomas Mraz2019-04-161-0/+1
* Fix for BIO_get_mem_ptr and related regressionsTomas Mraz2019-04-161-12/+28
* Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz2019-04-031-0/+6
* bio: Linux TLS Rx OffloadBoris Pismenny2019-04-011-6/+13
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-181-4/+5
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+5
* Fix a memory leak in the mem bioCorey Minyard2019-01-211-10/+14
* crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte2019-01-161-11/+13
* bio: Linux TLS OffloadBoris Pismenny2018-12-071-2/+46
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-0624-24/+24
* Refactor the computation of API version limitsRichard Levitte2018-12-061-3/+3
* Fix the BIO callback return code handlingMatt Caswell2018-10-041-2/+2
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-09-301-0/+5
* minor fixes for WindowsViktor Szakats2018-09-121-0/+2
* bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov2018-07-201-1/+1
* Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger2018-06-241-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* BIO_s_mem() write: Skip early when input length is zeroRichard Levitte2018-05-051-0/+2
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-265-3/+14
* Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte2018-04-261-2/+2
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-1/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov2018-04-091-3/+3
* Set error code on alloc failuresRich Salz2018-04-035-8/+17
* Update copyright yearMatt Caswell2018-04-032-2/+2
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-2/+2
* Allow NULL for some _free routines.Rich Salz2018-03-272-0/+4
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-272-6/+0
* bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov2018-03-221-0/+2
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-10/+10
* Fix bio callback backward compatibilityBernd Edlinger2018-03-191-11/+11
* Update copyright yearMatt Caswell2018-02-271-1/+1