aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding
Commit message (Expand)AuthorAgeFilesLines
* 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
* replying to COOKIE2 mobike notify properly4.2.2Martin Willi2008-05-211-0/+8
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) i...Tobias Brunner2008-05-161-7/+21
* IPComp for IKEv2Tobias Brunner2008-05-081-0/+8
* removed status result from crypter interface to be consistent with other cryp...Martin Willi2008-04-221-22/+10
* 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
* 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 ME_CONNECTAU...Tobias Brunner2008-03-272-3/+7
* mediation extension adapted to the naming convention of the current version o...Tobias Brunner2008-03-269-121/+121
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-29/+31
* added generic payload order rules for notifiesMartin Willi2008-03-181-0/+6
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1354-1791/+1240
* 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