summaryrefslogtreecommitdiff
path: root/include/xmlsec/xmldsig.h
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-09-27 21:02:42 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-11-09 13:26:47 +0900
commitd58685dc63da77fbe88da9df7f7ec13575640263 (patch)
tree3b0d23a1196b0b4560f7efdf3f0b8984c12d7d43 /include/xmlsec/xmldsig.h
parentdaf2259d9baccb7027b2037175f6e85badc1e426 (diff)
downloadxmlsec1-d58685dc63da77fbe88da9df7f7ec13575640263.tar.gz
xmlsec1-d58685dc63da77fbe88da9df7f7ec13575640263.tar.bz2
xmlsec1-d58685dc63da77fbe88da9df7f7ec13575640263.zip
Add flag and logic on xmldsig for proxy-validator
* Added flag : XMLSEC_DSIG_FLAGS_SKIP_PROXY Change-Id: I868067b163c83acfa52e5ad9486f73dd781f0cbc Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Diffstat (limited to 'include/xmlsec/xmldsig.h')
-rw-r--r--include/xmlsec/xmldsig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xmlsec/xmldsig.h b/include/xmlsec/xmldsig.h
index 886bba98..21f629a4 100644
--- a/include/xmlsec/xmldsig.h
+++ b/include/xmlsec/xmldsig.h
@@ -109,6 +109,13 @@ typedef enum {
#define XMLSEC_DSIG_FLAGS_CHECK_PROXY 0x00000040
/** TIZEN CUSTUMIZED
+ * XMLSEC_DSIG_FLAGS_SKIP_PROXY:
+ *
+ * If this flag is set then xmlSecProxyCtx will not be processed.
+ */
+#define XMLSEC_DSIG_FLAGS_SKIP_PROXY 0x00000080
+
+/** TIZEN CUSTUMIZED
* @cache: the cache include reference uri for supporting partial mode.
* cache represented uri will be check on processing references.
* @next: the pointer to indicate linked node (xmlSecProxyCtx).