}
+/*
+ * Public API for use by the unit tests.
+ */
+
+void
+SAML_FreeCertArray(int num,
+ gchar **certs)
+{
+ FreeCertArray(num, certs);
+}
+
+
/*
******************************************************************************
* FindAttrValue -- */ /**
}
+/*
+ * Public API for use by the unit tests.
+ */
+
+gboolean
+SAML_VerifySignature(xmlDocPtr doc,
+ int *numCerts,
+ gchar ***certChain)
+{
+ return VerifySignature(doc,
+ numCerts,
+ certChain);
+}
+
+
/*
******************************************************************************
* VerifySAMLToken -- */ /**