Implement the ability to convert a PROPERTY_LIST to a string
authorMatt Caswell <matt@openssl.org>
Fri, 7 May 2021 15:42:53 +0000 (16:42 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 08:28:38 +0000 (09:28 +0100)
commite2ed740ec4dcfd32723d849a146bfc126b95d16c
tree6b8d1e59a96b14cd7e8170c0f6ee2d260584eb04
parent87e4e9c473dd3305cb98b37c672edff8ddb436de
Implement the ability to convert a PROPERTY_LIST to a string

We have the ability to parse a string into a PROPERTY_LIST already. Now
we have the ability to go the other way.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15242)
crypto/evp/evp_fetch.c
crypto/property/property_local.h
crypto/property/property_parse.c
crypto/property/property_string.c
include/internal/property.h
include/openssl/lhash.h.in