aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Martin Willi2009-06-192-7/+8
| | | | issues)
* 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
| | | | | | 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
|
* 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
| | | | | 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
|
* allow multiple DELETE payloads in an informational messageMartin Willi2008-09-111-2/+7
|
* 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
|
* process payload length more strictlyMartin Willi2008-05-231-34/+56
|
* fixed parsing of UNKNOWN_PAYLOADsMartin Willi2008-05-211-1/+1
|
* replying to COOKIE2 mobike notify properly4.2.2Martin Willi2008-05-211-0/+8
| | | | including COOKIE2 ourself after path probing
* 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