Print this page
9697 Add digest tests to crypto test framework
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.

  16 #
  17 
  18 set name=pkg.fmri value=pkg:/system/test/cryptotest@$(PKGVERS)
  19 set name=pkg.description value="Miscellaneous KCF/PKCS Unit Tests"
  20 set name=pkg.summary value="KCF/PKCS Unit Test Suite"
  21 set name=info.classification \
  22     value=org.opensolaris.category.2008:Development/System
  23 set name=variant.arch value=$(ARCH)
  24 dir path=opt/crypto-tests
  25 dir path=opt/crypto-tests/bin
  26 dir path=opt/crypto-tests/runfiles
  27 dir path=opt/crypto-tests/tests



  28 dir path=opt/crypto-tests/tests/kcf
  29 dir path=opt/crypto-tests/tests/kcf/aes
  30 dir path=opt/crypto-tests/tests/pkcs
  31 dir path=opt/crypto-tests/tests/pkcs/aes
  32 file path=opt/crypto-tests/README mode=0444
  33 file path=opt/crypto-tests/bin/cryptotest mode=0555
  34 file path=opt/crypto-tests/runfiles/default.run mode=0444








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