mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 08:50:51 +02:00
056ed9e52e
- Route BIO_ctrl_pending, BIO_reset, and BIO_get_mem_data through the custom method's ctrlCb when set, enabling fully custom BIO types to handle these operations. - Add test_wolfSSL_BIO_custom_method that exercises a custom BIO with all callbacks (create, destroy, read, write, puts, gets, ctrl) and verifies each callback is invoked via bitfield tracking.
Before creating any new configure files (.conf) read the CONF_FILES_README.md