]> 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:08:36 +0000 (20:08 +0200)
commitdf3d609030bdb0868d1ccca14227bb6829ad954c
tree1bdb1edf977a34842da50f964b38673e158b7fdc
parent0d0791eedff7f0747503d816184810aa093f523e
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)
test/pemtest.c