X509_from_strings
if (!TEST_ptr(test_root = X509_from_strings(kCRLTestRoot))
|| !TEST_ptr(test_leaf = X509_from_strings(kCRLTestLeaf))
|| !TEST_ptr(test_root2 = X509_from_strings(kCRLTestRoot2))
|| !TEST_ptr(test_leaf2 = X509_from_strings(kCRLTestLeaf2)))