aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks
Commit message (Expand)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-082-2/+2
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-082-2/+3
* Use standard unsigned integer typesAndreas Steffen2016-03-248-13/+13
* ike: Rename encryption_payload to encrypted_payloadTobias Brunner2014-10-101-1/+1
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-241-1/+1
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-0413-29/+29
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-168-16/+8
* conftest: Disable reset_seq hook on systems other than LinuxTobias Brunner2013-08-211-0/+6
* 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
* 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
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
* 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 encr...Martin Willi2012-03-2021-81/+87
* 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
* 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