aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/proposal.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typos, courtesy of codespellTobias Brunner2017-11-151-1/+1
|
* proposal: Copy SPI and proposal number from correct proposal in select()Tobias Brunner2017-02-061-2/+7
| | | | | | | | 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.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
|
* proposal: Use an additional "default" constructor specific to AEAD algorithmsMartin Willi2014-05-161-0/+8
| | | | | This allows a caller to create a separated proposal for supported AEAD algorithms, as required by RFC 5996.
* proposal_t.strip_dh() takes a DH group to keep, using MODP_NONE will remove allTobias Brunner2012-10-241-1/+3
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
|
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-131-1/+1
|
* Added support for IKEv1 IPComp proposals in proposal substructure.Tobias Brunner2012-05-241-0/+1
|
* Fixed common misspellings.Tobias Brunner2011-07-201-4/+4
| | | | Mostly found by 'codespell'.
* Added proposal keywords for ESN supportMartin Willi2011-04-201-13/+0
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-1/+9
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+226