summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte
2016-02-14Make the BIO_ADDR param optional.Rich Salz
2016-02-14Make sure a socklen_t can compare with a sizeof() resultRichard Levitte
2016-02-13Defines OSSL_SSIZE_MAXRob Percival
2016-02-12Better workaround for VMS getnameinfo() bugRichard Levitte
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11GH620: second diff from rt-2275, adds error codeRich Salz
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte
2016-02-10BIO_PAIR_DEBUG did nothing; remove it.Rich Salz
2016-02-10VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte
2016-02-08Small fixesRichard Levitte
2016-02-08GH641: Don't care openssl_zmallocRich Salz
2016-02-08bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov
2016-02-08avoid crash if hostserv is with host part onlyRoumen Petrov
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05VMS lacks socklen_t, give it oneRichard Levitte
2016-02-04Update crypto/bio/build.infoRichard Levitte
2016-02-04Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx
2016-02-04bio_err.c: remove a reappeared filename commentViktor Szakats
2016-02-04Make fallback addresses static so that we can initialize itKurt Roeckx
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz