]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: Make load_key_certs_crls to read only what is expected
authorTomas Mraz <tomas@openssl.org>
Sat, 6 Mar 2021 13:19:14 +0000 (14:19 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 15 Mar 2021 13:15:16 +0000 (14:15 +0100)
commitd8a809db4beae9c42954689d3ccff6aa18aae8c3
tree472dda1e2ce8f060bad946d2aca83ed5895ec616
parentea51096e51571b0dfe1e9e63661ad6f62ce0d82a
apps: Make load_key_certs_crls to read only what is expected

The load_key_certs_crls tried to read the whole input stream
instead of returning once expected data is obtained.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14449)
apps/lib/apps.c