aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1954-15481/+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
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-181-0/+29
* Give plugins more control of which configuration attributes to request, and p...Martin Willi2009-11-174-203/+164
* Encrypt payloads with missing rule, fix insertion of non-encrypted payloadsMartin Willi2009-11-121-30/+23
* Do not complain about missing payload order rules for private use payloadsMartin Willi2009-11-121-4/+8
* Properly initialize attribute encoding/length valuesMartin Willi2009-11-121-0/+2
* Identation/whitespace cleanupsMartin Willi2009-11-121-60/+86
* 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-045-23/+23
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-042-3/+3
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0452-1286/+1286
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-024-68/+64
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit i...Martin Willi2009-06-192-7/+8
* double check that parsing a list consumes all bytesMartin Willi2009-06-171-0/+6
* use signed lengths in parser and generatorMartin Willi2009-06-172-18/+18
* fixed copy/paste error in attribute type parsingMartin Willi2009-06-171-1/+0
* resolve clone naming conflict with uclibcAndreas Steffen2009-05-251-2/+2
* fixed dumping of integers in generatorMartin Willi2009-05-201-3/+3
* cleanup of generator codeMartin Willi2009-05-182-217/+187
* removed unused 64-bit integer parsing ruleMartin Willi2009-05-184-66/+0
* do not access unaligned words/half-words directlyMartin Willi2009-05-181-11/+15
* cleaned up parser codeMartin Willi2009-05-181-199/+173
* removed trailing spaces/tabsMartin Willi2009-05-181-63/+64
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3054-108/+0
* add keylength transform attribute for all algorithms with a keylength != 0Martin Willi2009-04-171-24/+10
* merged multi-auth branch back into trunkMartin Willi2009-04-143-60/+97
* updated DoxyfileMartin Willi2009-03-2427-28/+27
* 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
* removed private parser function pointers, allows compiler to inlineMartin Willi2008-11-261-200/+48
* removed private generator function pointers, allows compiler to inlineMartin Willi2008-11-262-276/+154
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+2
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-2/+16
* allow multiple DELETE payloads in an informational messageMartin Willi2008-09-111-2/+7
* refactored credential builderMartin Willi2008-09-021-1/+1
* corrected vendor_id_payload diagramAndreas Steffen2008-06-271-3/+2
* ECDSA with OpenSSLTobias Brunner2008-06-101-1/+2
* process payload length more strictlyMartin Willi2008-05-231-34/+56
* fixed parsing of UNKNOWN_PAYLOADsMartin Willi2008-05-211-1/+1