summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-13Fix (incorrect) uninitialised variable warning.Ben Laurie
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-06-28Check dgram_sctp_write() return value.Kurt Roeckx
2015-06-28Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx
2015-06-23More secure storage of key material.Rich Salz
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-02Fix compilation failure for some tool chainsMatt Caswell