| Commit message (Expand) | Author | Age | Files | Lines |
* | Streaming BIOs assume they can write to NULL BIOs | tb | 2023-03-15 | 1 | -5/+4 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | in case of failure, always report the error with BIOerror(); | schwarze | 2022-12-22 | 1 | -4/+14 |
* | Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42). | schwarze | 2022-12-16 | 1 | -7/+1 |
* | Improve the implementation of BIO_push(3) such that it changes nothing | schwarze | 2022-12-07 | 1 | -1/+7 |
* | Make sure BIO_push(3) always preserves all invariants of the prev_bio | schwarze | 2022-12-06 | 1 | -3/+10 |
* | Improve the poorly designed BIO_set_next(3) API to always preserve all | schwarze | 2022-12-06 | 1 | -3/+18 |
* | Revert bio_prev removal | tb | 2022-12-02 | 2 | -2/+12 |
* | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | jsing | 2022-11-30 | 1 | -7/+21 |
* | Retire prev_bio | tb | 2022-11-28 | 2 | -12/+2 |
* | Avoid potential divide by zero in BIO_dump_indent_cb() | jsing | 2022-10-17 | 1 | -8/+7 |
* | Make BIO_info_cb() identical to bio_info_cb() | tb | 2022-09-11 | 1 | -2/+3 |
* | Initialize readbytes in BIO_gets() | tb | 2022-08-15 | 1 | -2/+2 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
* | Reduce memmoves in memory BIOs. | jsing | 2022-02-19 | 1 | -22/+38 |
* | Provide a struct bio_mem for memory BIO specific data. | jsing | 2022-02-19 | 1 | -47/+58 |
* | Clean up and simplify memory BIO code. | jsing | 2022-02-18 | 1 | -124/+139 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 10 | -130/+251 |
* | Make structs in bio.h opaque | tb | 2022-01-14 | 2 | -60/+60 |
* | Remove BIO_s_file_internal | tb | 2022-01-14 | 1 | -4/+1 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
* | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 17 | -16/+114 |
* | Prepare to provide BIO_set_retry_reason() | tb | 2022-01-05 | 2 | -2/+11 |
* | Prepare to provide BIO_set_next(). | tb | 2022-01-05 | 2 | -2/+11 |
* | Fix an issue that might possibly turn into a DOS depending on | schwarze | 2021-12-09 | 1 | -3/+3 |
* | Hide BIO_s_file_internal() from internal view. | tb | 2021-11-29 | 1 | -2/+4 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -3/+1 |
* | Prepare to provide BIO_get_init() | tb | 2021-10-24 | 2 | -5/+14 |
* | While the traditional OpenSSL return value and behaviour of BIO_dump(3) | beck | 2021-07-11 | 1 | -5/+10 |
* | 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 |