]> git.saurik.com Git - apple/security.git/blob - OSX/sec/Security/Regressions/Security_regressions.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / sec / Security / Regressions / Security_regressions.h
1 /* To add a test:
2 1) add it here
3 2) Add it as command line argument for SecurityTest.app in the Release and Debug schemes
4 3) Add any resources your test use to the SecurityTest.app.
5
6 This file contains iOS only tests that are built in libSecurityRegression.a
7 For test shared between OSX and iOS, see shared_regressions.h
8 */
9 #include <test/testmore.h>
10
11 ONE_TEST(pbkdf2_00_hmac_sha1)
12 ONE_TEST(spbkdf_00_hmac_sha1)
13 ONE_TEST(spbkdf_01_hmac_sha256)
14
15 ONE_TEST(si_00_find_nothing)
16 ONE_TEST(si_05_add)
17 ONE_TEST(si_10_find_internet)
18 ONE_TEST(si_11_update_data)
19 ONE_TEST(si_12_item_stress)
20 ONE_TEST(si_13_item_system)
21 ONE_TEST(si_14_dateparse)
22 ONE_TEST(si_15_delete_access_group)
23 ONE_TEST(si_17_item_system_bluetooth)
24 DISABLED_ONE_TEST(si_30_keychain_upgrade) //obsolete, needs updating
25 DISABLED_ONE_TEST(si_31_keychain_bad)
26 DISABLED_ONE_TEST(si_31_keychain_unreadable)
27 ONE_TEST(si_33_keychain_backup)
28 ONE_TEST(si_40_seckey)
29 ONE_TEST(si_40_seckey_custom)
30 ONE_TEST(si_41_sececkey)
31 ONE_TEST(si_42_identity)
32 ONE_TEST(si_43_persistent)
33 ONE_TEST(si_50_secrandom)
34 ONE_TEST(si_60_cms)
35 ONE_TEST(si_61_pkcs12)
36 ONE_TEST(si_63_scep)
37 ONE_TEST(si_64_ossl_cms)
38 ONE_TEST(si_65_cms_cert_policy)
39 ONE_TEST(si_68_secmatchissuer)
40 ONE_TEST(si_69_keydesc)
41 ONE_TEST(si_72_syncableitems)
42 ONE_TEST(si_73_secpasswordgenerate)
43 #if TARGET_OS_IPHONE
44 #if TARGET_IPHONE_SIMULATOR
45 OFF_ONE_TEST(si_76_shared_credentials)
46 #else
47 ONE_TEST(si_76_shared_credentials)
48 #endif
49 ONE_TEST(si_77_SecAccessControl)
50 #else
51 DISABLED_ONE_TEST(si_76_shared_credentials)
52 DISABLED_ONE_TEST(si_77_SecAccessControl)
53 #endif
54 ONE_TEST(si_78_query_attrs)
55 ONE_TEST(si_80_empty_data)
56 ONE_TEST(si_82_token_ag)
57 ONE_TEST(si_89_cms_hash_agility)
58 ONE_TEST(si_90_emcs)
59 ONE_TEST(si_95_cms_basic)
60
61 ONE_TEST(vmdh_40)
62 ONE_TEST(vmdh_41_example)
63 ONE_TEST(vmdh_42_example2)
64
65 ONE_TEST(otr_00_identity)
66 ONE_TEST(otr_30_negotiation)
67 ONE_TEST(otr_otrdh)
68 ONE_TEST(otr_packetdata)
69 ONE_TEST(otr_40_edgecases)
70 ONE_TEST(otr_50_roll)
71 ONE_TEST(otr_60_slowroll)
72
73 #if TARGET_OS_IPHONE
74 ONE_TEST(so_01_serverencryption)
75 #else
76 DISABLED_ONE_TEST(so_01_serverencryption)
77 #endif