Print this page
12595 restructure digest crypto-tests
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Change-Id: Id850230fe9e9e0ee9eb39066b3c07e25739866f8

*** 12,21 **** --- 12,22 ---- # # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2015 Nexenta Systems, Inc. All rights reserved. # Copyright 2019 Joyent, Inc. + # Copyright 2020 Oxide Computer Company # set name=pkg.fmri value=pkg:/system/test/cryptotest@$(PKGVERS) set name=pkg.description value="Miscellaneous KCF/PKCS Unit Tests" set name=pkg.summary value="KCF/PKCS Unit Test Suite"
*** 23,32 **** --- 24,34 ---- value=org.opensolaris.category.2008:Development/System set name=variant.arch value=$(ARCH) dir path=opt/crypto-tests dir path=opt/crypto-tests/bin dir path=opt/crypto-tests/runfiles + dir path=opt/crypto-tests/share dir path=opt/crypto-tests/tests dir path=opt/crypto-tests/tests/aes group=root mode=0755 owner=root dir path=opt/crypto-tests/tests/aes/kcf group=root mode=0755 owner=root dir path=opt/crypto-tests/tests/aes/pkcs group=root mode=0755 owner=root dir path=opt/crypto-tests/tests/digest
*** 36,45 **** --- 38,63 ---- dir path=opt/crypto-tests/tests/hmac/kcf dir path=opt/crypto-tests/tests/hmac/pkcs file path=opt/crypto-tests/README mode=0444 file path=opt/crypto-tests/bin/cryptotest mode=0555 file path=opt/crypto-tests/runfiles/default.run mode=0444 + file path=opt/crypto-tests/share/MD5Msg.rsp mode=0444 + file path=opt/crypto-tests/share/README mode=0444 + file path=opt/crypto-tests/share/SHA1LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA1ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA224LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA224ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA256LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA256ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA384LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA384ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512_224LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512_224ShortMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512_256LongMsg.rsp mode=0444 + file path=opt/crypto-tests/share/SHA512_256ShortMsg.rsp mode=0444 file opt/crypto-tests/tests/aes/kcf/aes_cbc_32 \ path=opt/crypto-tests/tests/aes/kcf/aes_cbc_32 group=root mode=0555 \ owner=root file opt/crypto-tests/tests/aes/kcf/aes_cbc_64 \ path=opt/crypto-tests/tests/aes/kcf/aes_cbc_64 group=root mode=0555 \