crypto_factory algorithm enumeration API

implementation of "ipsec listalgs"
This commit is contained in:
Martin Willi
2008-08-28 09:24:42 +00:00
parent 8bbc7ca710
commit 9482208633
8 changed files with 294 additions and 102 deletions
+3 -1
View File
@@ -61,8 +61,10 @@ enum list_flag_t {
LIST_CRLS = 0x0080,
/** list all ocsp cache entries */
LIST_OCSP = 0x0100,
/** list all supported algorithms */
LIST_ALGS = 0x0200,
/** all list options */
LIST_ALL = 0x01FF,
LIST_ALL = 0x03FF,
};
typedef enum reread_flag_t reread_flag_t;