]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a unit test to validate the functionality of our reg key lookups
authorNeil Horman <nhorman@openssl.org>
Thu, 6 Jun 2024 18:39:36 +0000 (14:39 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Jul 2024 08:01:44 +0000 (04:01 -0400)
commit17309181613ae99b9a3d5cfefe76fd09e32d341b
tree1d3d7053939f2abcf2d4a11cba57897277293f07
parente6c77f26855661ec4bfe0a91fcf1c718ac48967f
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)

Also add workflow steps to set registry keys for testing

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
.github/workflows/windows.yml
test/recipes/02-test_windows_registry.t [new file with mode: 0644]