Print this page
9697 Add digest tests to crypto test framework
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/system-test-cryptotest.mf
+++ new/usr/src/pkg/manifests/system-test-cryptotest.mf
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 14 # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
15 15 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
16 +# Copyright 2018, Joyent, Inc.
16 17 #
17 18
18 19 set name=pkg.fmri value=pkg:/system/test/cryptotest@$(PKGVERS)
19 20 set name=pkg.description value="Miscellaneous KCF/PKCS Unit Tests"
20 21 set name=pkg.summary value="KCF/PKCS Unit Test Suite"
21 22 set name=info.classification \
22 23 value=org.opensolaris.category.2008:Development/System
23 24 set name=variant.arch value=$(ARCH)
24 25 dir path=opt/crypto-tests
25 26 dir path=opt/crypto-tests/bin
26 27 dir path=opt/crypto-tests/runfiles
27 28 dir path=opt/crypto-tests/tests
29 +dir path=opt/crypto-tests/tests/digest
30 +dir path=opt/crypto-tests/tests/digest/kcf
31 +dir path=opt/crypto-tests/tests/digest/pkcs
28 32 dir path=opt/crypto-tests/tests/kcf
29 33 dir path=opt/crypto-tests/tests/kcf/aes
30 34 dir path=opt/crypto-tests/tests/pkcs
31 35 dir path=opt/crypto-tests/tests/pkcs/aes
32 36 file path=opt/crypto-tests/README mode=0444
33 37 file path=opt/crypto-tests/bin/cryptotest mode=0555
34 38 file path=opt/crypto-tests/runfiles/default.run mode=0444
39 +file path=opt/crypto-tests/tests/digest/kcf/sha1 mode=0555
40 +file path=opt/crypto-tests/tests/digest/kcf/sha256 mode=0555
41 +file path=opt/crypto-tests/tests/digest/kcf/sha384 mode=0555
42 +file path=opt/crypto-tests/tests/digest/kcf/sha512 mode=0555
43 +file path=opt/crypto-tests/tests/digest/pkcs/sha1 mode=0555
44 +file path=opt/crypto-tests/tests/digest/pkcs/sha256 mode=0555
45 +file path=opt/crypto-tests/tests/digest/pkcs/sha384 mode=0555
46 +file path=opt/crypto-tests/tests/digest/pkcs/sha512 mode=0555
35 47 file path=opt/crypto-tests/tests/kcf/aes/aes_cbc mode=0555
36 48 file path=opt/crypto-tests/tests/kcf/aes/aes_ccm mode=0555
37 49 file path=opt/crypto-tests/tests/kcf/aes/aes_cmac mode=0555
38 50 file path=opt/crypto-tests/tests/kcf/aes/aes_ctr mode=0555
39 51 file path=opt/crypto-tests/tests/kcf/aes/aes_ecb mode=0555
40 52 file path=opt/crypto-tests/tests/kcf/aes/aes_gcm mode=0555
41 53 file path=opt/crypto-tests/tests/kcf/aes/cleanup mode=0555
42 54 file path=opt/crypto-tests/tests/kcf/aes/setup mode=0555
43 55 file path=opt/crypto-tests/tests/pkcs/aes/aes_cbc mode=0555
44 56 file path=opt/crypto-tests/tests/pkcs/aes/aes_ccm mode=0555
45 57 file path=opt/crypto-tests/tests/pkcs/aes/aes_cmac mode=0555
46 58 file path=opt/crypto-tests/tests/pkcs/aes/aes_ctr mode=0555
47 59 file path=opt/crypto-tests/tests/pkcs/aes/aes_ecb mode=0555
48 60 file path=opt/crypto-tests/tests/pkcs/aes/aes_gcm mode=0555
49 61 license cr_Sun license=cr_Sun
50 62 license lic_CDDL license=lic_CDDL
51 63 depend fmri=driver/crypto/dprov type=require
52 64 depend fmri=system/test/testrunner type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX