diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-01 15:16:07 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-01 18:35:01 -0600 |
commit | 4921664f92bb6bd39ed7fd3dd24d58108973af25 (patch) | |
tree | 491cb08915b40708770b3b76f05eb1c98dc45691 /src/engine/msiengine.cpp | |
parent | b5553689ed1b1bd32f854654f56935c039a9b13b (diff) | |
download | wix-4921664f92bb6bd39ed7fd3dd24d58108973af25.tar.gz wix-4921664f92bb6bd39ed7fd3dd24d58108973af25.tar.bz2 wix-4921664f92bb6bd39ed7fd3dd24d58108973af25.zip |
Stop encrypting hidden variables.
They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used.
Diffstat (limited to 'src/engine/msiengine.cpp')
-rw-r--r-- | src/engine/msiengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/msiengine.cpp b/src/engine/msiengine.cpp index 47211309..066734d0 100644 --- a/src/engine/msiengine.cpp +++ b/src/engine/msiengine.cpp | |||
@@ -1402,7 +1402,6 @@ LExit: | |||
1402 | return hr; | 1402 | return hr; |
1403 | } | 1403 | } |
1404 | 1404 | ||
1405 | // The contents of psczProperties may be sensitive, should keep encrypted and SecureZeroFree. | ||
1406 | extern "C" HRESULT MsiEngineConcatProperties( | 1405 | extern "C" HRESULT MsiEngineConcatProperties( |
1407 | __in_ecount(cProperties) BURN_MSIPROPERTY* rgProperties, | 1406 | __in_ecount(cProperties) BURN_MSIPROPERTY* rgProperties, |
1408 | __in DWORD cProperties, | 1407 | __in DWORD cProperties, |