aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
...
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-7/+0
* bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov2016-04-071-2/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Don't shadow known symbols write, read, puts, getsRichard Levitte2016-04-041-8/+8
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-022-6/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-022-30/+79
* Fix pointer size issues on VMSRichard Levitte2016-03-302-0/+49
* Rearrange the use of 'proto' in BIO_lookupRichard Levitte2016-03-301-10/+11
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-302-3/+2
* Make BIO opaqueMatt Caswell2016-03-2912-13/+98
* Add functions for creating BIO_METHODsMatt Caswell2016-03-293-3/+169
* 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