summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-03-30Fix pointer size issues on VMSRichard Levitte
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte
2016-03-30Adapt bf_lbuf for opaque BIORichard Levitte
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Remove ultrix/mips support.Rich Salz
2016-03-11Remove some dead code from 1999Matt Caswell
2016-03-11Don't clobber the last errorMatt Caswell
2016-03-09Avoid negative array index in BIO_debug_callback()Benjamin Kaduk
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini
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