aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/proposal/proposal_keywords.c
Commit message (Collapse)AuthorAgeFilesLines
* proposal: Use proper list to get function pointer when adding custom parserThomas Egerer2016-08-291-1/+1
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* proposal: Add possibility to register custom proposal keyword parserThomas Egerer2014-01-201-2/+53
| | | | | | | | | If a proposal string cannot be matched to a token using strcmp (e.g. if you want to register a whole class of algorithms containing their ID, like my_alg_2342), you can use the provided function to register a parser that transforms the given string into a proposal token. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-3/+117
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-2/+2
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-131-0/+32
Added new proposal keywords with function to reference the static keywords.