]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for PEM_read_bio_Parameters()
authorMatt Caswell <matt@openssl.org>
Mon, 31 Jul 2023 11:56:47 +0000 (12:56 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Aug 2023 18:10:03 +0000 (20:10 +0200)
commit1f2dce172bb76168dd6829934a1015a5e2b35c02
tree00e0c1a2f649e7b37d72e518f4f65b25b309eb50
parent5ac7a04471370da6010bd653af83fec5559ca202
Add a test for PEM_read_bio_Parameters()

We must not ask for a password when attempting to read parameters.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21603)

(cherry picked from commit df3d609030bdb0868d1ccca14227bb6829ad954c)
test/pemtest.c