| Commit message (Expand) | Author | Age | Files | Lines |
* | remove prototypes with no matching function | jsg | 2024-05-19 | 1 | -10/+1 |
* | Remove BIO_set() | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove BIO_dump_*{cb,fp}() | tb | 2024-03-02 | 1 | -7/+3 |
* | Remove BIO_{sn,v,vsn}printf(3) | tb | 2024-03-02 | 1 | -17/+1 |
* | KNF, no assembly change | schwarze | 2023-08-25 | 1 | -13/+9 |
* | Make ASN.1 BIO internal | tb | 2023-07-28 | 1 | -16/+1 |
* | Merge bio.h patch from libressl-portable | tb | 2023-07-05 | 1 | -1/+15 |
* | Correct formatting | beck | 2023-07-05 | 1 | -17/+9 |
* | Make BIO_info_cb() identical to bio_info_cb() | tb | 2022-09-11 | 1 | -2/+3 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 1 | -10/+19 |
* | Make structs in bio.h opaque | tb | 2022-01-14 | 1 | -59/+2 |
* | 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 |
* | Prepare to provide BIO_set_retry_reason() | tb | 2022-01-05 | 1 | -1/+4 |
* | Prepare to provide BIO_set_next(). | tb | 2022-01-05 | 1 | -1/+4 |
* | 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 | 1 | -4/+7 |
* | Add const to the argument of the following callback getters: | tb | 2018-06-02 | 1 | -9/+9 |
* | Add a const qualifier to the return value of BIO_s_file(). | tb | 2018-05-30 | 1 | -2/+2 |
* | const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and | tb | 2018-05-12 | 1 | -4/+4 |
* | Add const qualifiers to the return values of BIO_s_mem() and | tb | 2018-05-12 | 1 | -3/+3 |
* | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | tb | 2018-05-01 | 1 | -14/+14 |
* | 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 | 1 | -1/+2 |
* | Provide BIO_meth_{g,s}et_callback_ctrl() | tb | 2018-02-20 | 1 | -1/+5 |
* | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() | tb | 2018-02-20 | 1 | -1/+7 |
* | Zap an 'int' that snuck in. | tb | 2018-02-20 | 1 | -3/+2 |
* | Provide BIO_{g,s}et_shutdown(). | tb | 2018-02-20 | 1 | -1/+3 |
* | Provide BIO_get_new_index(). | jsing | 2018-02-20 | 1 | -1/+8 |
* | Provide BIO_meth_set_gets(). | tb | 2018-02-18 | 1 | -1/+2 |
* | Provide BIO_{g,s}et_data() and BIO_set_init(). | tb | 2018-02-18 | 1 | -1/+4 |
* | Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() | tb | 2018-02-17 | 1 | -1/+12 |
* | trailing ; on end of macro definition is wrong; ok guenther | deraadt | 2017-04-06 | 1 | -4/+4 |
* | Fix warning on vax due to old gcc. | doug | 2015-06-20 | 1 | -4/+4 |
* | Jettison SCTP support in BIO dgram. | jsing | 2015-02-09 | 1 | -58/+1 |
* | Mark the format string argument to BIO_*printf as not being allowed to be NULL | guenther | 2014-07-20 | 1 | -5/+7 |
* | unbreak build this needed to be an and.. | beck | 2014-07-13 | 1 | -2/+2 |
* | Take out __bounded__ in the include files we use it in when not on OpenBSD. | beck | 2014-07-13 | 1 | -2/+4 |
* | In BIO_get_port(), use strol() with appropriate range checks rather than | jsing | 2014-06-22 | 1 | -1/+2 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | miod | 2014-06-01 | 1 | -10/+4 |
* | remove CONST_STRICT. ok beck deraadt | tedu | 2014-05-30 | 1 | -7/+0 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -6/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
* | mark BIO_snprintf as deprecated, so warnings will be generated for it's | beck | 2014-05-22 | 1 | -2/+2 |
* | tag some functions with bounded. idea and ok djm | tedu | 2014-04-17 | 1 | -3/+6 |
* | - Why do we hide from the OpenSSL police, dad? | miod | 2014-04-16 | 1 | -5/+0 |
* | > As I walk through the valley of the shadow of death | tedu | 2014-04-16 | 1 | -9/+0 |