Wrap a provider OSSL_CORE_BIO in a library BIO_s_core() BIO.
Declared in <openssl/bio.h>
BIO*
BIO_new_from_core_bio(
OSSL_LIB_CTX* libctx,
OSSL_CORE_BIO* corebio);
New core BIO, or NULL on error.
| Name | Description |
|---|---|
| libctx | Library context for the new BIO, or NULL for the default. |
| corebio | Provider core BIO to wrap (ownership rules follow the provider API). |