VirtualBox

Changeset 102360 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Nov 28, 2023 12:47:27 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160496
Message:

IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this didn't work on Windows. Now we're using so #ifdef ugliness in UnattendedScript to get a reproducible salt for the testcases. bugref:10551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp

    r102356 r102360  
    191191        else
    192192        {
    193             rc = RTCrShaCryptGenerateSaltWeak(szSalt, RT_SHACRYPT_MAX_SALT_LEN);
     193            rc = RTCrShaCryptGenerateSalt(szSalt, RT_SHACRYPT_MAX_SALT_LEN);
    194194            RTTEST_CHECK_RC_OK(hTest, rc);
    195195            pszSalt = szSalt;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette