]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use BIO_f_readbuffer() in the decoder to support stdin.
authorShane Lontis <shane.lontis@oracle.com>
Tue, 9 Mar 2021 07:27:55 +0000 (17:27 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 10 Mar 2021 21:57:36 +0000 (07:57 +1000)
commit7a45d51ce3268d16409405b9d54d7b4bb77a7fc3
tree3ed6e0451af6ed350eec65183113788b0797d7cd
parenta30823c80f8c1f4ac22fb358cab65ce4e81a5046
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 <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14407)
crypto/encode_decode/decoder_lib.c
providers/implementations/storemgmt/file_store.c
test/recipes/20-test_dhparam.t
util/libcrypto.num