]> git.ipfire.org Git - thirdparty/openssl.git/commit
convert users of build time defaults to use new defaults api
authorNeil Horman <nhorman@openssl.org>
Thu, 6 Jun 2024 18:38:43 +0000 (14:38 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Jul 2024 08:01:44 +0000 (04:01 -0400)
commite6c77f26855661ec4bfe0a91fcf1c718ac48967f
treee478126a7506d7037540135ab15135f9b0064141
parentdd2b22d88c9c974f4ca6bce2550f89ac7fb76839
convert users of build time defaults to use new defaults api

Now that we can query for install time registry keys on windows, convert
users of these macros to use the api instead

Add a unit test to validate the functionality of our reg key lookups

Add a test to check to make sure our registry key lookups work.  note
this test only runs on windows (clearly), but also only if the registry
keys are set via an installer or some other manual process (to be done
in the CI workflow)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
apps/version.c
crypto/cversion.c
crypto/engine/eng_list.c
crypto/info.c
crypto/provider_core.c
crypto/x509/x509_def.c
doc/man1/openssl-version.pod.in
include/openssl/crypto.h.in