]> git.saurik.com Git - apple/security.git/blob - OSX/shared_regressions/shared_regressions.h
Security-59306.101.1.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_28_sectrustsettings)
25 ONE_TEST(si_29_cms_chain_mode)
26 ONE_TEST(si_32_sectrust_pinning_required)
27 ONE_TEST(si_34_cms_timestamp)
28 ONE_TEST(si_35_cms_expiration_time)
29 ONE_TEST(si_44_seckey_gen)
30 ONE_TEST(si_44_seckey_rsa)
31 ONE_TEST(si_44_seckey_ec)
32 ONE_TEST(si_44_seckey_ies)
33 ONE_TEST(si_44_seckey_aks)
34 #if TARGET_OS_IOS && !TARGET_OS_SIMULATOR
35 ONE_TEST(si_44_seckey_fv)
36 #endif
37 ONE_TEST(si_44_seckey_proxy)
38 ONE_TEST(si_60_cms)
39 ONE_TEST(si_61_pkcs12)
40 ONE_TEST(si_62_csr)
41 ONE_TEST(si_64_ossl_cms)
42 ONE_TEST(si_65_cms_cert_policy)
43 ONE_TEST(si_66_smime)
44 #if !TARGET_OS_WATCH
45 ONE_TEST(si_67_sectrust_blocklist)
46 ONE_TEST(si_84_sectrust_allowlist)
47 #else
48 DISABLED_ONE_TEST(si_67_sectrust_blocklist)
49 DISABLED_ONE_TEST(si_84_sectrust_allowlist)
50 #endif
51 ONE_TEST(si_68_secmatchissuer)
52 ONE_TEST(si_70_sectrust_unified)
53 ONE_TEST(si_71_mobile_store_policy)
54 ONE_TEST(si_74_OTA_PKI_Signer)
55 ONE_TEST(si_83_seccertificate_sighashalg)
56 ONE_TEST(si_88_sectrust_valid)
57 ONE_TEST(si_89_cms_hash_agility)
58 ONE_TEST(rk_01_recoverykey)
59
60 ONE_TEST(padding_00_mmcs)