aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1948-11482/+0
|
* Fixing a bug on platforms where size_t is unsigned.Tobias Brunner2010-03-031-12/+12
|
* Refactored EAP payload, avoid unaligned word accessMartin Willi2010-01-211-103/+68
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-202-3/+3
|
* updated IKEv2 notification messages assigned by IANAAndreas Steffen2009-11-242-12/+48
|
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-174-203/+164
| | | | pass received attributes back to the requesting handler
* Simplified vendor ID payload interfaceMartin Willi2009-11-122-85/+43
|
* Do not null-terminate url in hash-and-url payloadsMartin Willi2009-10-161-6/+1
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-132-51/+1
|
* INTERNAL_IP6_NETMASK needed for ModeConfigAndreas Steffen2009-10-122-3/+4
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-041-8/+4
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-0418-96/+96
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-044-21/+21
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-042-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0446-1006/+1006
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-023-50/+46
|
* resolve clone naming conflict with uclibcAndreas Steffen2009-05-251-2/+2
|
* removed unused 64-bit integer parsing ruleMartin Willi2009-05-182-14/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3048-96/+0
|
* add keylength transform attribute for all algorithms with a keylength != 0Martin Willi2009-04-171-24/+10
|
* updated DoxyfileMartin Willi2009-03-2424-25/+24
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* typoTobias Brunner2009-02-171-1/+1
|
* added two Microsoft proprietary configuration attribute types4.2.11Andreas Steffen2009-01-202-2/+8
|
* added notify message types used by RFC 4739Andreas Steffen2009-01-192-6/+13
|
* increase nonce size to 32 bytes, required when using SHA384/512 PRFsMartin Willi2008-12-311-1/+1
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+2
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-2/+16
|
* refactored credential builderMartin Willi2008-09-021-1/+1
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* corrected vendor_id_payload diagramAndreas Steffen2008-06-271-3/+2
|
* ECDSA with OpenSSLTobias Brunner2008-06-101-1/+2
|
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵Tobias Brunner2008-05-161-7/+21
| | | | in charon.
* IPComp for IKEv2Tobias Brunner2008-05-081-0/+8
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-221-22/+10
| | | | crypto interfaces
* Hash and URL cosmeticsAndreas Steffen2008-04-181-4/+4
|
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-182-24/+144
|
* 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)
* fixing some memory leaksTobias Brunner2008-04-021-1/+3
|
* changed order of server and peer reflexive endpoints (and also the priorities)Tobias Brunner2008-03-312-8/+8
|
* corrected ME_ENDPOINT length checkTobias Brunner2008-03-271-1/+2
|
* checking the size of ME_* notify payloadsTobias Brunner2008-03-271-1/+21
|
* replaced the COOKIE notify payload in connectivity checks with a ↵Tobias Brunner2008-03-272-3/+7
| | | | ME_CONNECTAUTH notify payload
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-268-97/+97
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-29/+31
| | | | | | 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-1348-1501/+755
|
* use identifiers in EAP_SUCCESS/EAP_FAILURE payloadsMartin Willi2008-02-042-8/+11
|
* next_payload must be of type u_int8_tAndreas Steffen2008-02-011-1/+2
|
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-132-5/+19
|
* accept unknown attributes in config payloadsMartin Willi2007-12-091-1/+1
|
* removed c++ style comments4.1.9Martin Willi2007-12-042-10/+13
| | | | | fixed compiler warnings
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-032-1/+25
|