]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/property_test.c
ossl_property_list_to_string: handle quoted strings
authorPauli <pauli@openssl.org>
Sun, 24 Sep 2023 23:34:07 +0000 (09:34 +1000)
committerPauli <pauli@openssl.org>
Wed, 4 Oct 2023 21:09:13 +0000 (08:09 +1100)
commitfb20e66c6b2651067f50bab8cf098c71e2caed4b
tree61ec41e11c16b0673b6f92eb616ea6abebf7b8f6
parent456e6ca5d73972cdb4228e6c5ec9acdf19237308
ossl_property_list_to_string: handle quoted strings

ossl_property_list_to_string() didn't quote strings correctly which
could result in a generated property string being unparsable.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22182)
crypto/property/property_parse.c
test/property_test.c