aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* remove unused assignmentsPauli2020-12-031-1/+1
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+1
* Update copyright yearMatt Caswell2020-11-264-4/+4
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* BIO: Undefine UNICODE in b_addr.c to get POSIX declaration of gai_strerror()Richard Levitte2020-11-131-0/+10
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-134-21/+18
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1316-113/+113
* Update copyright yearMatt Caswell2020-11-051-1/+1
* Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte2020-10-211-0/+9
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler2020-10-031-0/+4
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+7
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-052-14/+2
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-052-15/+8
* Update copyright yearMatt Caswell2020-08-061-1/+1
* DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2020-08-011-3/+22
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-162-49/+69
* Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb2020-06-161-2/+4
* Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb2020-06-161-7/+18
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-3/+6
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Revert the check for NaN in %f formatBernd Edlinger2020-06-011-3/+1
* Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb2020-06-011-1/+10
* bio printf: Avoid using rounding errors in range checkBernd Edlinger2020-05-291-1/+7
* Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb2020-05-091-0/+2
* Update copyright yearMatt Caswell2020-04-2312-12/+12
* BIO_do_accept: correct error return valuescott2020-04-141-6/+7
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin2020-03-162-2/+64
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-212-86/+98
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-102-2/+122
* Author: Ross Kinsey <RossIKinsey@gmail.com>Ross Kinsey2020-02-054-32/+4
* Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell2020-02-043-1/+16
* Detect EOF while reading in libsslMatt Caswell2020-02-041-0/+5
* BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte2019-12-182-1/+208
* crypto/bio/build.info: split the source files in categoriesRichard Levitte2019-12-181-5/+15
* bss_dgram.c: fix unaligned accessPatrick Steuer2019-11-101-6/+9
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-3/+3
* BIO_s_connect: add an error state and use itRichard Levitte2019-11-021-1/+8
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-0/+8
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-172-2/+2
* Fix unused goto label gcc warningViktor Szakats2019-10-101-0/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* 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