Age | Commit message (Expand) | Author |
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 |
2018-03-17 | Make BIO_meth_get_write() public. Omission spotted by schwarze. | Theo Buehler |
2018-02-22 | Provide BIO_up_ref(). | Joel Sing |
2018-02-20 | whitespace nit | Theo Buehler |
2018-02-20 | Provide BIO_meth_{g,s}et_callback_ctrl() | Theo Buehler |
2018-02-20 | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() | Theo Buehler |
2018-02-20 | Zap an 'int' that snuck in. | Theo Buehler |
2018-02-20 | Provide BIO_{g,s}et_shutdown(). | Theo Buehler |
2018-02-20 | Provide BIO_get_new_index(). | Joel Sing |
2018-02-18 | Provide BIO_meth_set_gets(). | Theo Buehler |
2018-02-18 | Provide BIO_{g,s}et_data() and BIO_set_init(). | Theo Buehler |
2018-02-17 | Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() | Theo Buehler |
2018-02-07 | Restore the old behavior when a port number without a host name is | Alexander Bluhm |
2018-02-06 | Do not call freeaddrinfo() with a NULL parameter. | Alexander Bluhm |
2017-04-30 | No original OpenSSL code remains in this file. Relicense | Bob Beck |
2017-04-30 | Make BIO_get_host_ip just yet another getaddrinfo wrapper | Bob Beck |
2017-04-30 | Rework BIO_accept to be more like modern code. | Bob Beck |
2017-04-30 | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | Bob Beck |
2017-04-06 | trailing ; on end of macro definition is wrong; ok guenther | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-12-20 | Delete completely useless crap and just use getaddrinfo. Fix man page | Bob Beck |
2015-12-23 | remove NULL-checks before free() | Michael McConville |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-07-20 | Correct #if/else logic in BIO's dgram_ctrl. | Doug Hogan |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-19 | Fix Coverity 72742 - ret is overwritten immediately after this. | Bob Beck |
2015-07-18 | Dead code, Coverity 78798 | Bob Beck |