VirtualBox

Changeset 102289 in vbox


Ignore:
Timestamp:
Nov 24, 2023 12:46:36 PM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160423
Message:

IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. Needed for password hashing in cloud-init-based Linux installers. bugref:10551

Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mangling.h

    r102276 r102289  
    22002200# define RTSha3t512ToString                             RT_MANGLER(RTSha3t512ToString)
    22012201# define RTSha3t512Update                               RT_MANGLER(RTSha3t512Update)
     2202# define RTShaCrypt256                                  RT_MANGLER(RTShaCrypt256)
     2203# define RTShaCrypt256ToString                          RT_MANGLER(RTShaCrypt256ToString)
     2204# define RTShaCrypt512                                  RT_MANGLER(RTShaCrypt512)
     2205# define RTShaCrypt512ToString                          RT_MANGLER(RTShaCrypt512ToString)
    22022206# define RTShMemClose                                   RT_MANGLER(RTShMemClose)
    22032207# define RTShMemDelete                                  RT_MANGLER(RTShMemDelete)
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r101609 r102289  
    144144        tstRTSemXRoads \
    145145        tstRTSg \
     146        tstRTShaCrypt \
    146147        tstRTSort \
    147148        tstRTStrAlloc \
     
    837838 tstRTSg_SOURCES = tstRTSg.cpp
    838839
     840 tstRTShaCrypt_TEMPLATE = VBoxR3TstExe
     841 tstRTShaCrypt_SOURCES = tstRTShaCrypt.cpp
     842
    839843 tstRTSort_TEMPLATE = VBoxR3TstExe
    840844 tstRTSort_SOURCES = tstRTSort.cpp
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