aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/payloads/encryption_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-619/+0
|
* Fixing a bug on platforms where size_t is unsigned.Tobias Brunner2010-03-031-12/+12
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-66/+66
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-221-22/+10
| | | | crypto interfaces
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-18/+10
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-3/+3
| | | | | | | | | 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
* improved signal handling and emittingMartin Willi2006-10-261-27/+27
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-7/+4
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-8/+1
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-203/+164
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* improved logging on verify errors for some payloadsMartin Willi2006-07-131-3/+2
| | | | | | enforcing IKE_SA shutdown, even when transactions are outstanding proper reject of CREATE_CHILD_SA message with KE payload
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-4/+4
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-7/+0
| | | | | should conform now to IKEv2
* (no commit message)Martin Willi2006-05-101-0/+702