aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/bio.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Change 'struct bio_st' in all public header where applicableRichard Levitte1-5/+4
2016-04-29make updateRichard Levitte1-0/+1
2016-04-20Fix no-sock on WindowsMatt Caswell1-40/+50
2016-04-20Fix no-dgram on WindowsMatt Caswell1-14/+11
2016-04-13Fix explicit de-init macrosMatt Caswell1-1/+1
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell1-1/+3
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin1-2/+4
2016-03-30Fix build compilation failuresMatt Caswell1-2/+0
2016-03-29Make BIO opaqueMatt Caswell1-56/+38
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-21/+19
2016-03-19GH36: Add casts to match the documentationAlex Gaynor1-4/+4
2016-03-17Remove Netware and OS/2Rich Salz1-2/+0
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-0/+2
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-0/+1
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell1-0/+1
2016-02-03make updateRichard Levitte1-0/+5
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte1-29/+33
2016-02-03make updateRichard Levitte1-0/+1
2016-02-03make updateRichard Levitte1-0/+14
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte1-14/+30
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte1-0/+6
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte1-0/+32
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-1/+1
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-2/+0
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-5/+2
2015-11-02Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte1-2/+2
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte1-1/+1
2015-11-02Correct or add comments indicating what controls belong to whatRichard Levitte1-1/+5
2015-11-02Remove PROXY controls that aren't used anywhereRichard Levitte1-19/+4
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte1-1/+1
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte1-1/+1
2015-10-02Remove BIO_s_file_internal macro.Rich Salz1-1/+0
2015-09-29Fix no-stdio buildDavid Woodhouse1-2/+2
2015-09-23Add BIO_CTRL_DGRAM_SET_PEEK_MODEMatt Caswell1-0/+2
2015-06-23More secure storage of key material.Rich Salz1-0/+1
2015-06-16Remove one extraneous parenthesisRichard Levitte1-1/+1
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-4/+4
2015-05-13Remove some outdated #defines.Rich Salz1-15/+0
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+879