From 7a45d51ce3268d16409405b9d54d7b4bb77a7fc3 Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 9 Mar 2021 17:27:55 +1000 Subject: Use BIO_f_readbuffer() in the decoder to support stdin. Fixes #13185 Fixes #13352 Removed the existing code in file_store that was trying to figure out the input type. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/14407) --- util/libcrypto.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 309676f39b..2ca427c63b 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5313,3 +5313,4 @@ EVP_RAND_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION: EVP_RAND_CTX_settable_params ? 3_0_0 EXIST::FUNCTION: RAND_set_DRBG_type ? 3_0_0 EXIST::FUNCTION: RAND_set_seed_source_type ? 3_0_0 EXIST::FUNCTION: +BIO_f_readbuffer ? 3_0_0 EXIST::FUNCTION: -- cgit v1.2.3