X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Flibstrongswan%2Flibrary.h;h=1439ab8504b656aec1c7556650505d2c021a4b26;hp=7c7f087f076d30e29cd525bb83a437c30e971a62;hb=7cbe4a33e9d8604999cd2ce8f45e633af703c014;hpb=f27f6296e6ae5beece739342fd54528cf91e5394 diff --git a/src/libstrongswan/library.h b/src/libstrongswan/library.h index 7c7f087..1439ab8 100644 --- a/src/libstrongswan/library.h +++ b/src/libstrongswan/library.h @@ -26,13 +26,14 @@ /** * @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 * - * ASN1 definitions, parser and generator functions. + * ASN.1 definitions, parser and generator functions. * * @ingroup libstrongswan */ @@ -40,7 +41,7 @@ /** * @defgroup crypto crypto * - * Crypto algorithms of different kind. + * Various cryptographic algorithms. * * @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;