aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Remove some dead code from 1999Matt Caswell2-12/+0
2016-03-11Don't clobber the last errorMatt Caswell1-4/+8
2016-03-09Avoid negative array index in BIO_debug_callback()Benjamin Kaduk1-0/+3
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-8/+36
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini1-4/+13
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz2-2/+2
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell1-71/+116
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros1-3/+4
2016-02-22GH678: Add a few more zallocFdaSilvaYY1-6/+0
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper1-6/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz1-0/+2
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2-32/+32
2016-02-14Make the BIO_ADDR param optional.Rich Salz2-12/+7
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte1-1/+1
2016-02-13Defines OSSL_SSIZE_MAXRob Percival1-12/+4
2016-02-12Better workaround for VMS getnameinfo() bugRichard Levitte1-5/+7
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz2-9/+4
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz1-0/+32
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte1-2/+18
2016-02-10BIO_PAIR_DEBUG did nothing; remove it.Rich Salz1-14/+0
2016-02-10VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte1-0/+11
2016-02-08Small fixesRichard Levitte1-1/+1
2016-02-08GH641: Don't care openssl_zmallocRich Salz1-3/+4
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov1-12/+0
2016-02-08avoid crash if hostserv is with host part onlyRoumen Petrov1-1/+1
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell1-0/+7
2016-02-05GH601: Various spelling fixes.FdaSilvaYY3-4/+4
2016-02-05VMS lacks socklen_t, give it oneRichard Levitte1-0/+4
2016-02-04Update crypto/bio/build.infoRichard Levitte1-2/+2
2016-02-04Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte1-2/+9
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx1-0/+8
2016-02-04bio_err.c: remove a reappeared filename commentViktor Szakats1-1/+0
2016-02-04Make fallback addresses static so that we can initialize itKurt Roeckx1-8/+11
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-130/+43
2016-02-03make updateRichard Levitte1-1/+8
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte3-269/+424
2016-02-03make updateRichard Levitte1-0/+2
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte1-435/+90
2016-02-03make updateRichard Levitte1-0/+15
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte3-0/+18
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte3-2/+345
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte1-1/+9
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte3-6/+2
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte4-10/+878
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+9
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-2/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz20-20/+0