aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2115-37/+37
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove Netware and OS/2Rich Salz2016-03-173-43/+4
* Remove ultrix/mips support.Rich Salz2016-03-171-2/+0
* Remove some dead code from 1999Matt Caswell2016-03-112-12/+0
* Don't clobber the last errorMatt Caswell2016-03-111-4/+8
* Avoid negative array index in BIO_debug_callback()Benjamin Kaduk2016-03-091-0/+3
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-8/+36
* Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini2016-03-081-4/+13
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-072-2/+2
* Fix memory issues in BIO_*printf functionsMatt Caswell2016-02-251-71/+116
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-3/+4
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-6/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* getaddrinfo: zero the hints structureEmilia Kasper2016-02-191-6/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-0/+2
* On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2016-02-162-32/+32
* Make the BIO_ADDR param optional.Rich Salz2016-02-142-12/+7
* Make sure a socklen_t can compare with a sizeof() resultRichard Levitte2016-02-141-1/+1
* Defines OSSL_SSIZE_MAXRob Percival2016-02-131-12/+4
* Better workaround for VMS getnameinfo() bugRichard Levitte2016-02-121-5/+7
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-112-9/+4
* GH620: second diff from rt-2275, adds error codeRich Salz2016-02-111-0/+32
* Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte2016-02-111-2/+18
* BIO_PAIR_DEBUG did nothing; remove it.Rich Salz2016-02-101-14/+0
* VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte2016-02-101-0/+11
* Small fixesRichard Levitte2016-02-081-1/+1
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-3/+4
* bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov2016-02-081-12/+0
* avoid crash if hostserv is with host part onlyRoumen Petrov2016-02-081-1/+1
* Add a BIO_ADDR_clear functionMatt Caswell2016-02-051-0/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-4/+4
* VMS lacks socklen_t, give it oneRichard Levitte2016-02-051-0/+4
* Update crypto/bio/build.infoRichard Levitte2016-02-041-2/+2
* Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte2016-02-041-2/+9
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-041-0/+8
* bio_err.c: remove a reappeared filename commentViktor Szakats2016-02-041-1/+0
* Make fallback addresses static so that we can initialize itKurt Roeckx2016-02-041-8/+11
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-130/+43
* make updateRichard Levitte2016-02-031-1/+8
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-033-269/+424
* make updateRichard Levitte2016-02-031-0/+2
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* make updateRichard Levitte2016-02-031-0/+15
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-033-0/+18
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-033-2/+345
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-1/+9
* Refactoring BIO: Small adjustmentsRichard Levitte2016-02-033-6/+2
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-034-10/+878