strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use symbolic shell variables in library paths
[strongswan.git]
/
src
/
libstrongswan
/
library.h
diff --git
a/src/libstrongswan/library.h
b/src/libstrongswan/library.h
index
7c7f087
..
1439ab8
100644
(file)
--- a/
src/libstrongswan/library.h
+++ b/
src/libstrongswan/library.h
@@
-26,13
+26,14
@@
/**
* @defgroup libstrongswan libstrongswan
*
/**
* @defgroup libstrongswan libstrongswan
*
- * libstrongswan: library with various crypto related things.
+ * libstrongswan: library with various cryptographic, X.509 trust chain and
+ * identity management functions.
*/
/**
* @defgroup asn1 asn1
*
*/
/**
* @defgroup asn1 asn1
*
- * ASN1 definitions, parser and generator functions.
+ * ASN
.
1 definitions, parser and generator functions.
*
* @ingroup libstrongswan
*/
*
* @ingroup libstrongswan
*/
@@
-40,7
+41,7
@@
/**
* @defgroup crypto crypto
*
/**
* @defgroup crypto crypto
*
- *
Crypto algorithms of different kind
.
+ *
Various cryptographic algorithms
.
*
* @ingroup libstrongswan
*/
*
* @ingroup libstrongswan
*/
@@
-234,6
+235,15
@@
enum status_t {
};
/**
};
/**
+ * used by strict_crl_policy
+ */
+typedef enum {
+ STRICT_NO,
+ STRICT_YES,
+ STRICT_IFURI
+} strict_t;
+
+/**
* enum_names for type status_t.
*/
extern enum_name_t *status_names;
* enum_names for type status_t.
*/
extern enum_name_t *status_names;