aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/config/proposal.c
Commit message (Expand)AuthorAgeFilesLines
* proposal: Fix equals()Tobias Brunner2014-09-121-5/+5
* proposal: Don't return a default IKE proposal without encryption/AEAD algsMartin Willi2014-05-161-3/+23
* proposal: Use an additional "default" constructor specific to AEAD algorithmsMartin Willi2014-05-161-0/+23
* proposal: Don't include AEAD algorithms in the default proposalMartin Willi2014-05-161-61/+66
* proposal: Don't fail DH proposal matching if peer includes NONETobias Brunner2014-03-311-4/+19
* Added NTRU key exchange to default IKE proposalAndreas Steffen2013-11-271-0/+4
* proposal: Add ECC Brainpool DH groups to the default proposalTobias Brunner2013-10-171-0/+4
* proposal: Strip redundant integrity algos for ESP proposals onlyMartin Willi2013-10-111-16/+19
* proposal: correctly enumerate registered AEADs to build default IKE proposalMartin Willi2013-07-191-6/+22
* proposal: use array to store proposal listMartin Willi2013-07-171-25/+18
* proposal: use a single list to store all transformsMartin Willi2013-07-171-308/+174
* proposal_t.strip_dh() takes a DH group to keep, using MODP_NONE will remove allTobias Brunner2012-10-241-3/+10
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Only add an implicit PRF based on the MAC alg if no PRF given in proposalMartin Willi2012-10-241-38/+38
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+2
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-24/+23
* Add DH group 15 (MODP-3072) to IKE proposalAdrian-Ken Rueegsegger2012-08-061-0/+1
* Pass opaque data to printf hooks and print_in_hook()Martin Willi2012-07-131-14/+14
* Added support for IKEv1 IPComp proposals in proposal substructure.Tobias Brunner2012-05-241-1/+2
* Make AES-CMAC actually usable for IKEv2.Tobias Brunner2012-04-041-0/+5
* Add NO_EXT_SEQ_NUMBER to proposal only if it has not been specified in stringMartin Willi2011-04-201-4/+10
* Added proposal keywords for ESN supportMartin Willi2011-04-201-5/+0
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-4/+5
* check for malformed IKE and ESP proposalsAndreas Steffen2010-12-011-0/+1
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-5/+20
* Migrated proposal_t to INIT/METHOD macrosMartin Willi2010-10-281-80/+54
* Include CCM/GCM algorithms in IKEv2 proposals, if supportedMartin Willi2010-08-191-9/+10
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-191-24/+2
* Support Camellia XCBC algorithms in proposalMartin Willi2010-08-131-0/+3
* Added Camellia, AES-CTR to default IKE proposal, if supportedMartin Willi2010-08-131-2/+6
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-191-0/+3
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+946