aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-021-2/+2
|
* conftest: Make outgoing sequence number set by reset_seq configurableThomas Klute2013-01-081-8/+69
| | | | | | | | This is useful for certain test cases. Passing the sequence number to the callback requires a new struct that contains both the number and the xfrm_usersa_id. The new configuration parameter is called oseq in accordance with the kernel name, see the comment in the reset_cb callback function for details.
* Missed one in 3dcffed6Tobias Brunner2012-09-281-1/+1
|
* The this->data member is never NULLTobias Brunner2012-09-282-2/+2
|
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* Remove unused replay variable in conftests seq number reset hookMartin Willi2012-07-161-3/+0
|
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-162-4/+13
|
* Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-4/+1
|
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵Martin Willi2012-03-2021-81/+87
| | | | encrypted
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-202-2/+2
|
* Cleanup CERT payload constructorsMartin Willi2012-03-202-3/+3
|
* Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-203-5/+3
|
* Fixed conftests after extending CERT payload.Tobias Brunner2012-03-202-3/+3
|
* Moved version specific keymat functions to specific interfaces.Tobias Brunner2012-03-202-4/+6
|
* Don't clone chunk in message.get_packet_dataMartin Willi2012-03-201-1/+1
|
* Added IKEv1 support to notify payloadMartin Willi2012-03-202-2/+2
|
* Add a payload.get_header_length() method, remove header length definitionsMartin Willi2012-03-201-1/+4
|
* Simplify signature of get_encoding_rules(), make all rules staticMartin Willi2012-03-201-3/+2
|
* Allow creation of message_t objects for IKEv1 packets.Tobias Brunner2012-03-202-2/+2
|
* Extend sa_payload for IKEv1 supportMartin Willi2012-03-203-3/+5
|
* Show full blown traffic selector in log_ts hookMartin Willi2011-04-141-3/+21
|
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
|
* Added option to use a different key when rebuilding AUTHMartin Willi2011-01-051-2/+16
|
* Added a hook to reset ESP sequence numbersMartin Willi2011-01-051-0/+158
|
* Use strncaseeq instead of strncasecmpMartin Willi2011-01-053-3/+3
|
* Generate payload to rebuild_auth, works with injected unknown payloadsMartin Willi2011-01-051-13/+17
|
* Move rebuild_auth functionality to a standalone hookMartin Willi2011-01-052-214/+258
| | | | This reverts commit 3c12b239fd55aa36c59eb60224d27af8b8d915d1.
* Implemented hook to log traffic selectorsMartin Willi2011-01-051-0/+86
|
* The set_reserved() hook rebuilds AUTH if it mangles ID payload fieldsMartin Willi2011-01-051-33/+214
|
* Include the used reserved bytes from ID payloads in AUTH calculationMartin Willi2011-01-051-1/+6
|
* Extended set_reserved hook to mangle sa_payload substructuresMartin Willi2011-01-051-42/+121
|
* The set_ike_version hook supports version flag manglingMartin Willi2011-01-051-0/+11
|
* Implemented hook to toggle initiator flag in IKE headerMartin Willi2011-01-051-0/+87
|
* Implemented a hook to set reserved bitsMartin Willi2011-01-051-0/+166
|
* Use payload_get_field() to look up payload fieldsMartin Willi2011-01-051-10/+4
|
* Use standard ID getter in log_id hookMartin Willi2011-01-051-4/+7
|
* Implemented a hook to toggle the IKE message request flagMartin Willi2011-01-051-0/+84
|
* Implemented hook to modify IKE header SPIsMartin Willi2011-01-051-0/+104
|
* Show SPI in proposal logging hookMartin Willi2011-01-051-2/+8
|
* Implemented a hook to inject custom proposalsMartin Willi2011-01-051-0/+188
|
* Remove unused variableMartin Willi2011-01-051-1/+1
|
* Added hook to log ID payload type and dataMartin Willi2011-01-051-0/+86
|
* Added hook to log received KE groupMartin Willi2011-01-051-0/+81
|
* Added a hook to modify proposal numbersMartin Willi2011-01-051-0/+163
|
* Added a hook to print received proposals, including numberMartin Willi2011-01-051-0/+92
|
* Added a hook to alter the payload length field of arbitrary payloadsMartin Willi2011-01-051-0/+133
|
* Implemented a hook that recreates a valid incoming IKE_AUTH response, even ↵Martin Willi2011-01-051-0/+381
| | | | if AUTH_FAILED
* Added hook to set arbitrary IKE major/minor versions in message headersMartin Willi2011-01-051-0/+100
|
* Added a force_hookie hook that requests a COOKIE independent of our COOKIE ↵Martin Willi2011-01-051-0/+117
| | | | mechanism