]> git.saurik.com Git - apple/security.git/blob - OSX/shared_regressions/shared_regressions.h
Security-59306.11.20.tar.gz
[apple/security.git] / OSX / shared_regressions / shared_regressions.h
1 /* To add a test:
2 1) add it here
3 2) Add it as command line argument for SecurityTest.app/SecurityTestOSX.app in the Release, Debug schemes, and World schemes
4 3) Add any resource your test needs in to the SecurityTest.app, SecurityDevTest.app, and SecurityTestOSX.app targets.
5
6 This file contains iOS/OSX shared tests that are built in libSharedRegression.a
7 For iOS-only tests see Security_regressions.h
8 */
9 #include <regressions/test/testmore.h>
10
11 ONE_TEST(si_21_sectrust_asr)
12 ONE_TEST(si_22_sectrust_iap)
13 #if !TARGET_OS_WATCH
14 ONE_TEST(si_23_sectrust_ocsp)
15 #else
16 DISABLED_ONE_TEST(si_23_sectrust_ocsp)
17 #endif
18 ONE_TEST(si_24_sectrust_itms)
19 ONE_TEST(si_24_sectrust_diginotar)
20 ONE_TEST(si_24_sectrust_digicert_malaysia)
21 ONE_TEST(si_24_sectrust_passbook)
22 ONE_TEST(si_25_cms_skid)
23 ONE_TEST(si_26_sectrust_copyproperties)
24 ONE_TEST(si_27_sectrust_exceptions)
25 ONE_TEST(si_28_sectrustsettings)
26 ONE_TEST(si_29_cms_chain_mode)
27 ONE_TEST(si_32_sectrust_pinning_required)
28 ONE_TEST(si_34_cms_timestamp)
29 ONE_TEST(si_35_cms_expiration_time)
30 ONE_TEST(si_44_seckey_gen)
31 ONE_TEST(si_44_seckey_rsa)
32 ONE_TEST(si_44_seckey_ec)
33 ONE_TEST(si_44_seckey_ies)
34 ONE_TEST(si_44_seckey_aks)
35 #if TARGET_OS_IOS && !TARGET_OS_SIMULATOR
36 ONE_TEST(si_44_seckey_fv)
37 #endif
38 ONE_TEST(si_44_seckey_proxy)
39 ONE_TEST(si_60_cms)
40 ONE_TEST(si_61_pkcs12)
41 ONE_TEST(si_62_csr)
42 ONE_TEST(si_64_ossl_cms)
43 ONE_TEST(si_65_cms_cert_policy)
44 ONE_TEST(si_66_smime)
45 #if !TARGET_OS_WATCH
46 ONE_TEST(si_67_sectrust_blocklist)
47 ONE_TEST(si_84_sectrust_allowlist)
48 #else
49 DISABLED_ONE_TEST(si_67_sectrust_blocklist)
50 DISABLED_ONE_TEST(si_84_sectrust_allowlist)
51 #endif
52 ONE_TEST(si_68_secmatchissuer)
53 ONE_TEST(si_70_sectrust_unified)
54 ONE_TEST(si_71_mobile_store_policy)
55 ONE_TEST(si_74_OTA_PKI_Signer)
56 ONE_TEST(si_83_seccertificate_sighashalg)
57 ONE_TEST(si_88_sectrust_valid)
58 ONE_TEST(si_89_cms_hash_agility)
59 ONE_TEST(rk_01_recoverykey)
60
61 ONE_TEST(padding_00_mmcs)