aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads
Commit message (Expand)AuthorAgeFilesLines
...
* Include stdint.h for UINTxx_MAX definesTobias Brunner2012-07-271-2/+3
* Cleaned up memory management and return values for encryption payloadMartin Willi2012-07-162-19/+20
* Check rng return value when encrypting encryption payloadTobias Brunner2012-07-161-2/+8
* Add a return value to aead_t.encrypt()Martin Willi2012-07-161-2/+10
* Map XAuth responder authentication methods between IKEv1 and IKEv2Martin Willi2012-06-271-1/+13
* Added encapsulation mode transform attribute to IPComp proposal.Tobias Brunner2012-05-253-5/+10
* Add an additional proposal without IPComp to SA payload.Tobias Brunner2012-05-241-17/+15
* Added support for IKEv1 IPComp proposals in SA payload.Tobias Brunner2012-05-242-8/+92
* Added support for IKEv1 IPComp proposals in proposal substructure.Tobias Brunner2012-05-242-9/+126
* Properly filter IKEv1 proposals consisting of multiple proposal payloads.Tobias Brunner2012-05-241-9/+15
* fixed mapping of IKEv1 algorithmsAndreas Steffen2012-05-051-29/+184
* inserted spaceAndreas Steffen2012-05-054-0/+0
* Merge branch 'ikev1'Martin Willi2012-05-0249-1228/+3854
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-2049-1224/+3854
| |\
| | * Parse IKEv1 Cisco Load Balancing notify (can't act on it yet).Tobias Brunner2012-03-202-2/+8
| | * Fixed transform numbering in IKEv1 proposal.Tobias Brunner2012-03-201-0/+1
| | * Fix mapping of IKEv1 encapsulation modeMartin Willi2012-03-201-1/+1
| | * Support encoding of IKEv1 ECDSA proposalsMartin Willi2012-03-201-6/+16
| | * Renamed CONFIGURATION_ATTRIBUTE_LENGTH to streamline it with other ATTRIBUTE ...Martin Willi2012-03-203-6/+6
| | * Use ATTRIBUTE_VALUE rule in configuration attribute to parse it with correct ...Martin Willi2012-03-201-1/+1
| | * Added missing short enum names for DPD notify typesMartin Willi2012-03-201-1/+4
| | * DPD_R_U_THERE defines addedClavister OpenSource2012-03-202-1/+14
| | * Support IKEv1 proposal encodings having both lifebytes and a lifetimeMartin Willi2012-03-201-67/+58
| | * Add functions to set mode cfg identifierClavister OpenSource2012-03-202-0/+27
| | * Accept IKEv1 INVALID_KE_INFORMATION notifies without dataMartin Willi2012-03-201-2/+2
| | * IKEv1 ATTRIBUTES_NOT_SUPPORTED error notify added.Tobias Brunner2012-03-202-2/+7
| | * Give a hint that decryption failed if payload length invalidMartin Willi2012-03-201-0/+7
| | * Use IPSEC DOI also for ISAKMP SA deletes.Tobias Brunner2012-03-201-1/+1
| | * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-205-4/+5
| | * Doxygen fixesMartin Willi2012-03-204-5/+4
| | * Always use a transform number of 1 when encoding a single transformMartin Willi2012-03-201-3/+3
| | * Fixed notify enum namesMartin Willi2012-03-201-1/+3
| | * Add some additional IKEv1 notify typesMartin Willi2012-03-202-6/+21
| | * Remove executable flag from source code filesMartin Willi2012-03-207-0/+0
| | * Support encoding of Hybrid initiator authentication methodMartin Willi2012-03-201-0/+9
| | * Added method to get encoded version if ID_V1 payload.Tobias Brunner2012-03-202-0/+17
| | * Fixed SPI size calculation in DELETE payloadMartin Willi2012-03-201-8/+7
| | * Support IKEv1 SPIs in IKEv1 delete payloadMartin Willi2012-03-202-2/+31
| | * Don't complain when receiving XAuth or Unity configuration attributesMartin Willi2012-03-201-15/+38
| | * Interpret attribute format correctly in IKEv1 configuration formatMartin Willi2012-03-201-2/+2
| | * added functions for getting/setting ISAKMP SPI to notify payloadClavister OpenSource2012-03-202-0/+51
| | * En- and decode DH group attribute in quick mode SA payloadsMartin Willi2012-03-201-0/+13
| | * use untoh64 instead of non-portable be64tohAndreas Steffen2012-03-201-1/+1
| | * Cleanup CERT payload constructorsMartin Willi2012-03-202-17/+22
| | * Cleaned up certreq payload for IKEv2/IKEv1 useMartin Willi2012-03-202-53/+52
| | * Encode a single IP traffic selector as ID_IPV?_ADDRESS identityMartin Willi2012-03-201-3/+16
| | * Added missing break;s when converting ID_IP_ADDRESS types to ts, extracted fu...Martin Willi2012-03-201-10/+14
| | * Don't use unportable htobe64 macro directlyMartin Willi2012-03-201-1/+1
| | * certificate handling for XAuth responder.Clavister OpenSource2012-03-203-9/+64
| | * Setting transform number in esp proposal.Clavister OpenSource2012-03-201-1/+1