aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
...
* | | added IKEv2 Generic Secure Password Authentication MethodAndreas Steffen2012-04-032-6/+17
| | |
* | | added GSPM IKEv2 payloadAndreas Steffen2012-04-032-8/+20
|/ /
* | Defined a private status notify to transport arbitrary RADIUS attributesMartin Willi2012-03-052-7/+11
| |
* | Fixed proposal numbering check in sa_payloadMartin Willi2011-11-211-10/+0
|/
* Made create_endpoint_notify_create() private.Tobias Brunner2011-10-042-21/+18
|
* Fixed compiler warnings for endpoint_notify_t.Tobias Brunner2011-10-041-4/+4
|
* Migrated endpoint_notify to INIT/METHOD macrosAndreas Steffen2011-10-031-62/+49
|
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-151-1/+1
|
* Add a non-clonig variant of eap_payload_create_dataMartin Willi2011-08-082-2/+23
|
* Added Microsoft specific error notifyMartin Willi2011-08-032-2/+9
|
* Fixed common misspellings.Tobias Brunner2011-07-204-4/+4
| | | | Mostly found by 'codespell'.
* added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723Andreas Steffen2011-07-152-4/+10
|
* fixed typoAndreas Steffen2011-07-142-2/+2
|
* updated IANA IKEv2 Notify Message TypesAndreas Steffen2011-07-142-8/+28
|
* Replaced simple iterator usages.Tobias Brunner2011-07-061-1/+1
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+0
|
* Compiler warning fixed.Tobias Brunner2011-02-101-5/+7
|
* Fixed function parameter descriptionMartin Willi2011-02-081-1/+1
|
* Some typos fixed.Tobias Brunner2011-02-071-2/+2
|
* Provide CRLs received in CERT payloads to trustchain verificationMartin Willi2011-01-051-5/+13
|
* Added substructure enumerators to sa_payload, proposal_substructureMartin Willi2011-01-054-0/+28
|
* Added a message method to set the "higher version supported" flagMartin Willi2011-01-052-0/+15
|
* Implemented a generic payload field lookup functionMartin Willi2011-01-052-0/+30
|
* Added member fields for reserved bits and bytes in all payloadsMartin Willi2011-01-0519-141/+272
|
* Migrated vendor_id_payload to INIT/METHOD macrosMartin Willi2011-01-052-69/+56
|
* Migrated ts_payload to INIT/METHOD macrosMartin Willi2011-01-052-185/+110
|
* Use enumerator instead of deprecated iteratorMartin Willi2011-01-051-13/+9
|
* Migrated transform_substructure to INIT/METHOD macrosMartin Willi2011-01-052-254/+101
|
* Removed obsolete clone mehtod from proposal_substructureMartin Willi2011-01-052-37/+0
|
* Migrated transform_attribute to INIT/METHOD macrosMartin Willi2011-01-051-144/+77
|
* Migrated traffic_selector_substructre to INIT/METHOD macrosMartin Willi2011-01-051-97/+67
|
* Migrated notify_payload to INIT/METHOD macrosMartin Willi2011-01-051-121/+80
|
* Migrated nonce_payload to INIT/METHOD macrosMartin Willi2011-01-051-92/+63
|
* Migrated ke_payload to INIT/METHOD macrosMartin Willi2011-01-052-119/+61
|
* Migrated id_payload to INIT/METHOD macrosMartin Willi2011-01-052-187/+65
|
* Migrated cp_payload to INIT/METHOD macrosMartin Willi2011-01-051-91/+65
|
* Migrated configuration_attribute to INIT/METHOD macrosMartin Willi2011-01-051-60/+39
|
* Migrated certreq_payload to INIT/METHOD macrosMartin Willi2011-01-051-88/+66
|
* Migrated cert_payload to INIT/METHOD macrosMartin Willi2011-01-051-95/+68
|
* Migrated auth_payload to INIT/METHOD macrosMartin Willi2011-01-052-137/+69
|
* Do not update payload length during generation, allows hooks override ↵Martin Willi2011-01-058-58/+12
| | | | payload length
* Added setters for IKE major/minor version to ike_headerMartin Willi2011-01-052-0/+28
|
* Migrated ike_header_t to INIT/METHOD macrosMartin Willi2011-01-051-165/+114
|
* Fixed length calculation of unknown payloadMartin Willi2011-01-051-0/+5
|
* Moved our substructure identifiers above 255, ignore private payloads properlyMartin Willi2011-01-051-6/+6
|
* Added a constructor for custom uknown payloadsMartin Willi2011-01-052-2/+29
|
* Use the payloads actual type in unknown_payload_tMartin Willi2011-01-054-29/+49
|
* Migrated unknown payload to INIT/METHOD macrosMartin Willi2011-01-051-80/+54
|
* Implemented cert payload constructor for custom encoding typesMartin Willi2011-01-052-0/+21
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-282-4/+11
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.