diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/pkg/manifests/system-test-cryptotest.mf | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/pkg/manifests/system-test-cryptotest.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-test-cryptotest.mf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-cryptotest.mf b/usr/src/pkg/manifests/system-test-cryptotest.mf index 2ef1c75749..3a6b0c06bb 100644 --- a/usr/src/pkg/manifests/system-test-cryptotest.mf +++ b/usr/src/pkg/manifests/system-test-cryptotest.mf @@ -14,6 +14,7 @@ # 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) @@ -25,6 +26,7 @@ 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 @@ -38,6 +40,22 @@ 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 |