summaryrefslogtreecommitdiff
path: root/include/xmlsec/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/strings.h')
-rw-r--r--include/xmlsec/strings.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/include/xmlsec/strings.h b/include/xmlsec/strings.h
index 42f5117c..ceaa3d18 100644
--- a/include/xmlsec/strings.h
+++ b/include/xmlsec/strings.h
@@ -1,7 +1,7 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
- * All the string constans.
+ * All the string constants.
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
@@ -11,14 +11,14 @@
#ifndef __XMLSEC_STRINGS_H__
#define __XMLSEC_STRINGS_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <libxml/tree.h>
#include <xmlsec/xmlsec.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/*************************************************************************
*
* Global Namespaces
@@ -113,6 +113,15 @@ XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefAes192Cbc[];
XMLSEC_EXPORT_VAR const xmlChar xmlSecNameAes256Cbc[];
XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefAes256Cbc[];
+XMLSEC_EXPORT_VAR const xmlChar xmlSecNameAes128Gcm[];
+XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefAes128Gcm[];
+
+XMLSEC_EXPORT_VAR const xmlChar xmlSecNameAes192Gcm[];
+XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefAes192Gcm[];
+
+XMLSEC_EXPORT_VAR const xmlChar xmlSecNameAes256Gcm[];
+XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefAes256Gcm[];
+
XMLSEC_EXPORT_VAR const xmlChar xmlSecNameKWAes128[];
XMLSEC_EXPORT_VAR const xmlChar xmlSecHrefKWAes128[];