]> git.saurik.com Git - apple/security.git/blobdiff - OSX/shared_regressions/shared_regressions.h
Security-57740.60.18.tar.gz
[apple/security.git] / OSX / shared_regressions / shared_regressions.h
index 64686bad45415fd4922b30a3d2d4634c1bfef4da..537de38658d66d675bd43a1ed8fff07093bdc8d7 100644 (file)
@@ -1,10 +1,10 @@
 /* To add a test:
  1) add it here
  2) Add it as command line argument for SecurityTest.app/SecurityTestOSX.app in the Release, Debug schemes, and World schemes
- 3) Add any resource your test needs in to the SecurityTest.app and SecurityTestOSX.app targets.
+ 3) Add any resource your test needs in to the SecurityTest.app, SecurityDevTest.app, and SecurityTestOSX.app targets.
 
  This file contains iOS/OSX shared tests that are built in libSharedRegression.a
- For iOS only tests see Security_regressions.h
+ For iOS-only tests see Security_regressions.h
  */
 #include <test/testmore.h>
 
@@ -24,17 +24,23 @@ ONE_TEST(si_24_sectrust_nist)
 ONE_TEST(si_24_sectrust_diginotar)
 ONE_TEST(si_24_sectrust_digicert_malaysia)
 ONE_TEST(si_24_sectrust_passbook)
+ONE_TEST(si_25_cms_skid)
 ONE_TEST(si_26_sectrust_copyproperties)
 ONE_TEST(si_27_sectrust_exceptions)
 ONE_TEST(si_28_sectrustsettings)
+ONE_TEST(si_29_sectrust_sha1_deprecation)
 ONE_TEST(si_44_seckey_gen)
 ONE_TEST(si_44_seckey_rsa)
 ONE_TEST(si_44_seckey_ec)
 ONE_TEST(si_44_seckey_ies)
+ONE_TEST(si_62_csr)
+ONE_TEST(si_66_smime)
 #if !TARGET_OS_WATCH
 ONE_TEST(si_67_sectrust_blacklist)
+ONE_TEST(si_84_sectrust_allowlist)
 #else
 DISABLED_ONE_TEST(si_67_sectrust_blacklist)
+DISABLED_ONE_TEST(si_84_sectrust_allowlist)
 #endif
 ONE_TEST(si_70_sectrust_unified)
 ONE_TEST(si_71_mobile_store_policy)
@@ -45,3 +51,4 @@ ONE_TEST(si_83_seccertificate_sighashalg)
 ONE_TEST(si_85_sectrust_ssl_policy)
 ONE_TEST(si_87_sectrust_name_constraints)
 ONE_TEST(si_97_sectrust_path_scoring)
+ONE_TEST(rk_01_recoverykey)