aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/proposal.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-226/+0
|
* Match to private use algorithms only if we know we are talking to strongSwanMartin Willi2010-01-071-1/+2
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-26/+26
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-151-20/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-2/+3
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* added %P printf handler for poposal_tMartin Willi2008-06-121-0/+10
| | | | added some proposal selection debugging code
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-25/+22
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-76/+38
|
* added PDF support for CHILD_SAsMartin Willi2007-04-191-1/+9
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* cleaned up apidocMartin Willi2007-04-111-0/+2
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-14/+10
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-181-16/+16
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-3/+30
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-1/+1
| | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
* further work for rekeying:Martin Willi2006-06-071-45/+19
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* (no commit message)Martin Willi2006-05-101-0/+269