mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 13:20:48 +02:00
7802a75acd
* simplify wolfSSL_BIO_set_conn_hostname, fixing OOB read * restructure wolfSSL_BIO_ctrl_pending, fixing inverted check and * ctrlCB checking * return WOLFSSL_FAILURE in wolfSSL_BIO_up_ref when refInc fails, updated test to reflect this * check arguments for NULL in wolfSSL_BIO_ADDR_size * replace non-portable type long usigned int with size_t * wolfSSL_BIO_MEMORY_write: return WOLFSSL_BIO_ERROR on failure instead of WOLFSSL_FAILURE, return 0 when len is 0 * wolfSSL_BIO_get_fp: fix type mismatch comparing XFILE* pointer against XBADFILE * wolfSSL_BIO_ctrl: add NULL check on bio before switch * wolfSSL_BIO_pop: clear bio prev and next pointers after unlinking * wolfSSL_BIO_gets: place null terminator after actual bytes read from BIO_BIO nread
Before creating any new configure files (.conf) read the CONF_FILES_README.md