]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: add some unit tests for the property to string functions
authorPauli <pauli@openssl.org>
Tue, 21 Dec 2021 00:44:49 +0000 (11:44 +1100)
committerPauli <ppzgs1@gmail.com>
Sat, 1 Jan 2022 01:23:38 +0000 (12:23 +1100)
commit9f6841e9d8964943cf5f616543750cee85c4911c
treee6a4c181bab5f396865aca802f2f3012254f93be
parent2e3c59356f847a76a90f9f837d4983428df6eb19
test: add some unit tests for the property to string functions

That is: ossl_property_name_str and ossl_property_value_str.

These only have high level tests during the creation of child library
contexts.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17325)
test/property_test.c