#
acf64401 |
| 05-Jul-2023 |
beck <beck@openbsd.org> |
Hide symbols in asn1 and bio
ok jsing@
|
#
818427c5 |
| 14-Jan-2022 |
tb <tb@openbsd.org> |
Implement new-style OpenSSL BIO callbacks
This provides support for new-style BIO callbacks in BIO_{read,write,gets,puts}() and a helper function to work out whether it should call the new or the ol
Implement new-style OpenSSL BIO callbacks
This provides support for new-style BIO callbacks in BIO_{read,write,gets,puts}() and a helper function to work out whether it should call the new or the old style callback. It also adds a few typedefs and minor code cleanup as well as the BIO_{get,set}_callback_ex()
from jsing, ok tb
show more ...
|
#
94b1984e |
| 07-Jan-2022 |
tb <tb@openbsd.org> |
Add a new, mostly empty, bio_local.h and include it in the files that will need it in the upcoming bump.
discussed with jsing
|
#
8625b501 |
| 02-Jun-2018 |
tb <tb@openbsd.org> |
Add const to the argument of the following callback getters: BIO_meth_get_callback_ctrl, BIO_meth_get_create, BIO_meth_get_ctrl, BIO_meth_get_destroy, BIO_meth_get_gets, BIO_meth_get_puts, BIO_meth_g
Add const to the argument of the following callback getters: BIO_meth_get_callback_ctrl, BIO_meth_get_create, BIO_meth_get_ctrl, BIO_meth_get_destroy, BIO_meth_get_gets, BIO_meth_get_puts, BIO_meth_get_read, and BIO_meth_get_write.
ok jsing
show more ...
|
#
455cbb17 |
| 20-Feb-2018 |
tb <tb@openbsd.org> |
whitespace nit
|
#
5fd87cb9 |
| 20-Feb-2018 |
tb <tb@openbsd.org> |
Provide BIO_meth_{g,s}et_callback_ctrl()
with & ok jsing
|
#
57f42a4c |
| 20-Feb-2018 |
tb <tb@openbsd.org> |
Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()
ok jsing
|
#
f02021dd |
| 18-Feb-2018 |
tb <tb@openbsd.org> |
Provide BIO_meth_set_gets().
ok jsing
|
#
97c7ad8e |
| 17-Feb-2018 |
tb <tb@openbsd.org> |
Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() and BIO_meth_set_{puts,read,write}().
ok jsing
|