openssl/crypto/bio
Matt Caswell b0ee1de9ab Create libcrypto support for BIO_new_from_core_bio()
Previously the concept of wrapping an OSSL_CORE_BIO in a real BIO was an
internal only concept for our own providers. Since this is likely to be
generally useful, we make it a part of the public API.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15072)
2021-05-04 12:00:21 +01:00
..
b_addr.c Update copyright year 2021-04-08 13:04:41 +01:00
b_dump.c
b_print.c Update copyright year 2021-04-22 14:38:44 +01:00
b_sock2.c Update copyright year 2021-03-11 13:27:36 +00:00
b_sock.c
bf_buff.c Update copyright year 2021-04-22 14:38:44 +01:00
bf_lbuf.c Removed dead code in linebuffer_ctrl() 2021-04-22 16:45:57 +02:00
bf_nbio.c
bf_null.c
bf_prefix.c
bf_readbuff.c Fix DER reading from stdin for BIO_f_readbuffer 2021-03-22 09:07:36 +10:00
bio_cb.c
bio_err.c
bio_lib.c Create libcrypto support for BIO_new_from_core_bio() 2021-05-04 12:00:21 +01:00
bio_local.h Create libcrypto support for BIO_new_from_core_bio() 2021-05-04 12:00:21 +01:00
bio_meth.c
bss_acpt.c
bss_bio.c
bss_conn.c Update copyright year 2021-03-11 13:27:36 +00:00
bss_core.c Create libcrypto support for BIO_new_from_core_bio() 2021-05-04 12:00:21 +01:00
bss_dgram.c
bss_fd.c Update copyright year 2021-03-11 13:27:36 +00:00
bss_file.c Update copyright year 2021-04-22 14:38:44 +01:00
bss_log.c Update copyright year 2021-04-22 14:38:44 +01:00
bss_mem.c
bss_null.c
bss_sock.c Update copyright year 2021-03-11 13:27:36 +00:00
build.info Create libcrypto support for BIO_new_from_core_bio() 2021-05-04 12:00:21 +01:00
core_bio.c