| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid mangled output in BIO_debug_callback |  tb | 2021-03-25 | 1 | -4/+12 |
| * | failed to detect asprintf() error by observing return of -1, instead the |  deraadt | 2019-06-28 | 1 | -6/+3 |
| * | Add input validation to BIO_read()/BIO_write(). |  jsing | 2019-04-14 | 1 | -4/+14 |
| * | Add const to the argument of the following callback getters: |  tb | 2018-06-02 | 2 | -18/+18 |
| * | Add a const qualifier to the return value of BIO_s_file(). |  tb | 2018-05-30 | 2 | -5/+5 |
| * | const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and |  tb | 2018-05-12 | 4 | -11/+11 |
| * | Add const qualifiers to the return values of BIO_s_mem() and |  tb | 2018-05-12 | 3 | -9/+9 |
| * | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of |  tb | 2018-05-01 | 12 | -47/+47 |
| * | Bring in compatibility for OpenSSL 1.1 style init functions. |  beck | 2018-03-17 | 1 | -1/+3 |
| * | Make BIO_meth_get_write() public. Omission spotted by schwarze. |  tb | 2018-03-17 | 1 | -1/+2 |
| * | Provide BIO_up_ref(). |  jsing | 2018-02-22 | 2 | -2/+10 |
| * | whitespace nit |  tb | 2018-02-20 | 1 | -2/+2 |
| * | Provide BIO_meth_{g,s}et_callback_ctrl() |  tb | 2018-02-20 | 2 | -2/+22 |
| * | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() |  tb | 2018-02-20 | 2 | -2/+50 |
| * | Zap an 'int' that snuck in. |  tb | 2018-02-20 | 1 | -3/+2 |
| * | Provide BIO_{g,s}et_shutdown(). |  tb | 2018-02-20 | 2 | -2/+16 |
| * | Provide BIO_get_new_index(). |  jsing | 2018-02-20 | 2 | -2/+23 |
| * | Provide BIO_meth_set_gets(). |  tb | 2018-02-18 | 2 | -2/+10 |
| * | Provide BIO_{g,s}et_data() and BIO_set_init(). |  tb | 2018-02-18 | 2 | -2/+23 |
| * | Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() |  tb | 2018-02-17 | 2 | -1/+94 |
| * | Restore the old behavior when a port number without a host name is |  bluhm | 2018-02-07 | 1 | -10/+12 |
| * | Do not call freeaddrinfo() with a NULL parameter. |  bluhm | 2018-02-06 | 1 | -2/+3 |
| * | No original OpenSSL code remains in this file. Relicense |  beck | 2017-04-30 | 1 | -54/+13 |
| * | Make BIO_get_host_ip just yet another getaddrinfo wrapper |  beck | 2017-04-30 | 1 | -27/+20 |
| * | Rework BIO_accept to be more like modern code. |  beck | 2017-04-30 | 1 | -54/+19 |
| * | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to |  beck | 2017-04-30 | 1 | -115/+35 |
| * | trailing ; on end of macro definition is wrong; ok guenther |  deraadt | 2017-04-06 | 1 | -4/+4 |
| * | Send the function codes from the error functions to the bit bucket, |  beck | 2017-01-29 | 10 | -115/+75 |
| * | Delete completely useless crap and just use getaddrinfo. Fix man page |  beck | 2016-12-20 | 1 | -44/+7 |
| * | remove NULL-checks before free() |  mmcc | 2015-12-23 | 1 | -5/+3 |
| * | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of |  miod | 2015-10-30 | 1 | -1/+2 |
| * | Correct #if/else logic in BIO's dgram_ctrl. |  doug | 2015-07-20 | 1 | -3/+3 |
| * | Drop stupid (int) casts for the arguments of malloc() and friends. This is |  miod | 2015-07-19 | 2 | -6/+6 |
| * | Fix Coverity 72742 - ret is overwritten immediately after this. |  beck | 2015-07-19 | 1 | -2/+1 |
| * | Dead code, Coverity 78798 |  beck | 2015-07-18 | 1 | -3/+1 |
| * | Fix warning on vax due to old gcc. |  doug | 2015-06-20 | 1 | -4/+4 |
| * | Do not need to buf[0] = 0 before strlcpy(buf, ... |  deraadt | 2015-04-23 | 1 | -2/+1 |
| * | Fix indentation that incorrectly implies a different control flow. |  doug | 2015-03-21 | 1 | -2/+2 |
| * | If you do not support POSIX I/O then you're not tall enough to ride... |  jsing | 2015-02-12 | 1 | -8/+1 |
| * | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last |  jsing | 2015-02-10 | 1 | -3/+1 |
| * | Jettison SCTP support in BIO dgram. |  jsing | 2015-02-09 | 2 | -1052/+2 |
| * | Delete a lot of #if 0 code in libressl. |  doug | 2015-02-07 | 1 | -11/+4 |
| * | Fix a memory leak in bss_dgram. |  doug | 2015-01-12 | 1 | -3/+13 |
| * | Fix incorrect OPENSSL_assert() usage. |  doug | 2015-01-03 | 1 | -24/+53 |
| * | Use platform-defined method of printing a pointer. |  bcook | 2014-12-08 | 1 | -2/+2 |
| * | Move Windows OS-specific functions to make porting easier. |  bcook | 2014-12-03 | 2 | -24/+89 |
| * | We're not supporting 16-bit Windows, remove cast. |  bcook | 2014-12-03 | 1 | -3/+2 |
| * | remove superflous gettimeofday wrapper. |  bcook | 2014-11-26 | 1 | -9/+2 |
| * | memset like a normal human. |  bcook | 2014-11-26 | 1 | -10/+10 |
| * | normalize set/getsockopt usage. |  bcook | 2014-11-26 | 3 | -45/+27 |