aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/proposal/proposal_keywords.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-4/+4
|
* proposal: Add possibility to register custom proposal keyword parserThomas Egerer2014-01-201-0/+13
| | | | | | | | | 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>
* Fix Doxygen comment for proposal_keywords_tTobias Brunner2012-09-181-1/+1
| | | | Two dots seem to mark the end of a list.
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-8/+54
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-2/+1
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-131-21/+57
| | | | Added new proposal keywords with function to reference the static keywords.
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-1/+1
|
* moved definition of proposal_token from proposal.c to proposal_keywords.hAndreas Steffen2009-05-191-0/+9
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-151-0/+25