Age | Commit message (Expand) | Author |
2023-08-25 | KNF, no assembly change | Ingo Schwarze |
2023-08-07 | Fix two leaks in BIO_dup_chain() | Theo Buehler |
2023-08-07 | Add missing space before = | Theo Buehler |
2023-07-29 | reinstate KNF for comment | Theo Buehler |
2023-07-28 | Drop BIO_n{read,write}{,0}() | Theo Buehler |
2023-07-28 | Make ASN.1 BIO internal | Theo Buehler |
2023-07-10 | BIO_indent: use %*s rather than puts in a loop | Theo Buehler |
2023-07-07 | Unbreak the namespace build after a broken mk.conf and tool misfire had | Bob Beck |
2023-07-05 | Hide symbols in asn1 and bio | Bob Beck |
2023-07-05 | Merge bio.h patch from libressl-portable | Theo Buehler |
2023-07-05 | Correct formatting | Bob Beck |
2023-05-14 | Send the linebuffer BIO to the attic | Theo Buehler |
2023-03-15 | Streaming BIOs assume they can write to NULL BIOs | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-22 | in case of failure, always report the error with BIOerror(); | Ingo Schwarze |
2022-12-16 | Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42). | Ingo Schwarze |
2022-12-07 | Improve the implementation of BIO_push(3) such that it changes nothing | Ingo Schwarze |
2022-12-06 | Make sure BIO_push(3) always preserves all invariants of the prev_bio | Ingo Schwarze |
2022-12-06 | Improve the poorly designed BIO_set_next(3) API to always preserve all | Ingo Schwarze |
2022-12-02 | Revert bio_prev removal | Theo Buehler |
2022-11-30 | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | Joel Sing |
2022-11-28 | Retire prev_bio | Theo Buehler |
2022-10-17 | Avoid potential divide by zero in BIO_dump_indent_cb() | Joel Sing |
2022-09-11 | Make BIO_info_cb() identical to bio_info_cb() | Theo Buehler |
2022-08-15 | Initialize readbytes in BIO_gets() | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-02-19 | Reduce memmoves in memory BIOs. | Joel Sing |
2022-02-19 | Provide a struct bio_mem for memory BIO specific data. | Joel Sing |
2022-02-18 | Clean up and simplify memory BIO code. | Joel Sing |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | Theo Buehler |
2022-01-14 | Make structs in bio.h opaque | Theo Buehler |
2022-01-14 | Remove BIO_s_file_internal | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_next(). | Theo Buehler |
2021-12-09 | Fix an issue that might possibly turn into a DOS depending on | Ingo Schwarze |
2021-11-29 | Hide BIO_s_file_internal() from internal view. | Theo Buehler |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-24 | Prepare to provide BIO_get_init() | Theo Buehler |
2021-07-11 | While the traditional OpenSSL return value and behaviour of BIO_dump(3) | Bob Beck |
2021-03-25 | Avoid mangled output in BIO_debug_callback | Theo Buehler |
2019-06-28 | failed to detect asprintf() error by observing return of -1, instead the | Theo de Raadt |
2019-04-14 | Add input validation to BIO_read()/BIO_write(). | Joel Sing |
2018-06-02 | Add const to the argument of the following callback getters: | Theo Buehler |
2018-05-30 | Add a const qualifier to the return value of BIO_s_file(). | Theo Buehler |
2018-05-12 | const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and | Theo Buehler |
2018-05-12 | Add const qualifiers to the return values of BIO_s_mem() and | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |