summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add const to the argument of the following callback getters:tb2018-06-022-18/+18
* Add a const qualifier to the return value of BIO_s_file().tb2018-05-302-5/+5
* const qualifiers for BIO_new_mem_buf(), BIO_new_connect() andtb2018-05-124-11/+11
* Add const qualifiers to the return values of BIO_s_mem() andtb2018-05-123-9/+9
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-0112-47/+47
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-1/+3
* Make BIO_meth_get_write() public. Omission spotted by schwarze.tb2018-03-171-1/+2
* Provide BIO_up_ref().jsing2018-02-222-2/+10
* whitespace nittb2018-02-201-2/+2
* Provide BIO_meth_{g,s}et_callback_ctrl()tb2018-02-202-2/+22
* Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()tb2018-02-202-2/+50
* Zap an 'int' that snuck in.tb2018-02-201-3/+2
* Provide BIO_{g,s}et_shutdown().tb2018-02-202-2/+16
* Provide BIO_get_new_index().jsing2018-02-202-2/+23
* Provide BIO_meth_set_gets().tb2018-02-182-2/+10
* Provide BIO_{g,s}et_data() and BIO_set_init().tb2018-02-182-2/+23
* Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb2018-02-172-1/+94
* Restore the old behavior when a port number without a host name isbluhm2018-02-071-10/+12
* Do not call freeaddrinfo() with a NULL parameter.bluhm2018-02-061-2/+3
* No original OpenSSL code remains in this file. Relicensebeck2017-04-301-54/+13
* Make BIO_get_host_ip just yet another getaddrinfo wrapperbeck2017-04-301-27/+20
* Rework BIO_accept to be more like modern code.beck2017-04-301-54/+19
* Microsoft Windows hates BIO_get_accept_socket in portable. Fix it tobeck2017-04-301-115/+35
* trailing ; on end of macro definition is wrong; ok guentherderaadt2017-04-061-4/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-2910-115/+75
* Delete completely useless crap and just use getaddrinfo. Fix man pagebeck2016-12-201-44/+7
* remove NULL-checks before free()mmcc2015-12-231-5/+3
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-301-1/+2
* Correct #if/else logic in BIO's dgram_ctrl.doug2015-07-201-3/+3
* Drop stupid (int) casts for the arguments of malloc() and friends. This ismiod2015-07-192-6/+6
* Fix Coverity 72742 - ret is overwritten immediately after this.beck2015-07-191-2/+1
* Dead code, Coverity 78798beck2015-07-181-3/+1
* Fix warning on vax due to old gcc.doug2015-06-201-4/+4
* Do not need to buf[0] = 0 before strlcpy(buf, ...deraadt2015-04-231-2/+1
* Fix indentation that incorrectly implies a different control flow.doug2015-03-211-2/+2
* If you do not support POSIX I/O then you're not tall enough to ride...jsing2015-02-121-8/+1
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-3/+1
* Jettison SCTP support in BIO dgram.jsing2015-02-092-1052/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-11/+4
* Fix a memory leak in bss_dgram.doug2015-01-121-3/+13
* Fix incorrect OPENSSL_assert() usage.doug2015-01-031-24/+53
* Use platform-defined method of printing a pointer.bcook2014-12-081-2/+2
* Move Windows OS-specific functions to make porting easier.bcook2014-12-032-24/+89
* We're not supporting 16-bit Windows, remove cast.bcook2014-12-031-3/+2
* remove superflous gettimeofday wrapper.bcook2014-11-261-9/+2
* memset like a normal human.bcook2014-11-261-10/+10
* normalize set/getsockopt usage.bcook2014-11-263-45/+27
* Linux has had IP_MTU since 2005, don't force it.bcook2014-11-261-8/+4
* MPE support, begone. ok teduderaadt2014-11-211-2/+2
* f{read,write} take a number of items and an item size as arguments, andmiod2014-11-112-14/+7