aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-223/+73
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz1-2/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz5-19/+19
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie1-1/+2
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-3/+3
2015-11-05Rebuild error source files.Dr. Stephen Henson1-11/+11
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-2/+0
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte1-11/+20
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov1-1/+1
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov1-1/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov3-20/+20
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+54
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell1-1/+8
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse1-3/+10
2015-09-03remove 0 assignments.Rich Salz3-12/+4
2015-09-02Add and use OPENSSL_zallocRich Salz3-24/+8
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx1-1/+13
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx1-10/+29
2015-06-23More secure storage of key material.Rich Salz1-4/+32
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-5/+5
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell1-2/+5