/* 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>
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)
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)