aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/tests/suites/test_proposal.c
Commit message (Collapse)AuthorAgeFilesLines
* proposal: Copy SPI and proposal number from correct proposal in select()Tobias Brunner2017-02-061-1/+25
| | | | | | | | If charon.prefer_configured_proposals is disabled select() is called on the received proposal. This incorrectly set the SPI to 0 as the configured proposal has no SPI set. Fixes #2190.
* unit-tests: Add more tests for proposal creationTobias Brunner2016-10-051-8/+62
|
* proposal: Make DH groups mandatory in IKE proposals parsed from stringsTobias Brunner2016-10-051-17/+29
| | | | References #2051.
* proposal: Handle MODP_NONE in both directions when selecting proposalsTobias Brunner2016-06-171-0/+81