aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/bio.h
Commit message (Expand)AuthorAgeFilesLines
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-1/+1
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-281-4/+7
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-281-2/+2
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-2/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+6
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+13
* bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats2016-09-131-3/+3
* Move BIO index lock creationRich Salz2016-08-211-0/+1
* Add BIO_get_new_index()Rich Salz2016-08-191-28/+30
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-251-2/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Replace all #define's in pod pages.Rich Salz2016-07-081-8/+5
* RT3925: Remove trailing semi from macroDr. Matthias St. Pierre2016-06-201-3/+3
* Remove unused error/function codes.Rich Salz2016-05-231-21/+6
* Copyright consolidation 03/10Rich Salz2016-05-171-54/+6
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-3/+4
* Change 'struct bio_st' in all public header where applicableRichard Levitte2016-04-291-5/+4
* make updateRichard Levitte2016-04-291-0/+1
* Fix no-sock on WindowsMatt Caswell2016-04-201-40/+50
* Fix no-dgram on WindowsMatt Caswell2016-04-201-14/+11
* Fix explicit de-init macrosMatt Caswell2016-04-131-1/+1
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+3
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-021-2/+4
* Fix build compilation failuresMatt Caswell2016-03-301-2/+0
* Make BIO opaqueMatt Caswell2016-03-291-56/+38
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-21/+19
* GH36: Add casts to match the documentationAlex Gaynor2016-03-191-4/+4
* Remove Netware and OS/2Rich Salz2016-03-171-2/+0
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-0/+2
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-0/+1
* Add a BIO_ADDR_clear functionMatt Caswell2016-02-051-0/+1
* make updateRichard Levitte2016-02-031-0/+5
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-031-29/+33
* make updateRichard Levitte2016-02-031-0/+1
* make updateRichard Levitte2016-02-031-0/+14
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-14/+30
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-0/+6
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-0/+32
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-1/+1
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-2/+0
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-5/+2
* Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte2015-11-021-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-1/+1
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-11-021-1/+5
* Remove PROXY controls that aren't used anywhereRichard Levitte2015-11-021-19/+4
* Remove dummy argument from BIO_get_bind_modeRichard Levitte2015-11-021-1/+1