aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added IKE config option to fake NAT situationsMartin Willi2011-01-051-1/+2
|
* Show SPI in proposal logging hookMartin Willi2011-01-051-2/+8
|
* Implemented a hook to inject custom proposalsMartin Willi2011-01-052-1/+189
|
* Fixed error reportingMartin Willi2011-01-051-1/+1
|
* Remove unused variableMartin Willi2011-01-051-1/+1
|
* Added hook to log ID payload type and dataMartin Willi2011-01-052-1/+88
|
* Added hook to log received KE groupMartin Willi2011-01-052-1/+82
|
* Added a hook to modify proposal numbersMartin Willi2011-01-052-1/+164
|
* Added a hook to print received proposals, including numberMartin Willi2011-01-052-1/+94
|
* Added a hook to alter the payload length field of arbitrary payloadsMartin Willi2011-01-052-1/+134
|
* Do not update payload length during generation, allows hooks override ↵Martin Willi2011-01-058-58/+12
| | | | payload length
* Do not recalculate payload header length after generation, payloads do ↵Martin Willi2011-01-051-291/+19
| | | | length calculation
* Support loading of certificate revocation listsMartin Willi2011-01-051-41/+44
|
* Implemented a hook that recreates a valid incoming IKE_AUTH response, even ↵Martin Willi2011-01-052-1/+382
| | | | if AUTH_FAILED
* Apply IKE major/minor version set on message to IKE headerMartin Willi2011-01-051-0/+4
|
* 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
|
* Added hook to set arbitrary IKE major/minor versions in message headersMartin Willi2011-01-052-1/+102
|
* Prefer test specific over suite specific configurationMartin Willi2011-01-051-1/+1
|
* Added a force_hookie hook that requests a COOKIE independent of our COOKIE ↵Martin Willi2011-01-052-1/+118
| | | | mechanism
* The add_payload hook supports replacing existing payloads of the same typeMartin Willi2011-01-051-3/+26
|
* Fix insertion of non hex encoded payload dataMartin Willi2011-01-053-3/+3
|
* Fixed length calculation of unknown payloadMartin Willi2011-01-051-0/+5
|
* Added a hook to set the critical bit on arbitrary payloadsMartin Willi2011-01-052-1/+130
|
* Move critical bit checking to ike_sa, notify payload includes unsupported ↵Martin Willi2011-01-055-26/+62
| | | | payload type
* Handle all error notifies in CREATE_CHILD_SA exchangesMartin Willi2011-01-051-0/+14
|
* Support encoding of UKNOWN_DATAMartin Willi2011-01-051-0/+4
|
* Moved our substructure identifiers above 255, ignore private payloads properlyMartin Willi2011-01-051-6/+6
|
* Check for exceeded payload count even if we have a found one flagged as ↵Martin Willi2011-01-051-3/+4
| | | | sufficient
* Added a hook to inject custom payloads with critical bitMartin Willi2011-01-052-1/+130
|
* Added a constructor for custom uknown payloadsMartin Willi2011-01-052-2/+29
|
* Use the payloads actual type in unknown_payload_tMartin Willi2011-01-056-40/+53
|
* Migrated unknown payload to INIT/METHOD macrosMartin Willi2011-01-051-80/+54
|
* Added a short README about the conftest utilityMartin Willi2011-01-052-1/+225
|
* Specify the type of the certificate to load, currently X509 onlyMartin Willi2011-01-051-0/+12
|
* Be a little more verbose about cert payload injectionMartin Willi2011-01-051-0/+1
|
* Support hook suffixes to use the same hook multiple timesMartin Willi2011-01-056-29/+37
|
* Support arbitrary suffixes for actions, same action multiple timesMartin Willi2011-01-051-1/+1
|
* Added a hook to ignore specific messagesMartin Willi2011-01-052-1/+90
|
* Ingore messages with exchange type altered to UNDEFINED in message() hookMartin Willi2011-01-051-0/+8
|
* Added a hook to send unencrypted notifies in established IKE_SAsMartin Willi2011-01-052-1/+154
|
* Fail silently without INVALID_SYNTAX if message not verifiedMartin Willi2011-01-051-10/+8
|
* Include suiteb test suite config in distributionMartin Willi2011-01-051-0/+2
|
* Fixed loading of credentials using a relative pathMartin Willi2011-01-051-4/+4
|
* Implemented a add_notify hook to inject arbitrary Notify payloadsMartin Willi2011-01-052-1/+142
|
* Moved message()-hook invocation to generate_message(), catch pre-generated ↵Martin Willi2011-01-052-2/+1
| | | | IKE_SA_INITs, too
* Implemented a hook to unsort payloads in messagesMartin Willi2011-01-052-1/+134
|
* Support removal of payloads from messagesMartin Willi2011-01-052-0/+14
|
* Added a message_t option to disable automatic payload sortingMartin Willi2011-01-052-1/+21
|
* Added a fist hook to fill up IKE_AUTH messages with dummy certificates ↵Martin Willi2011-01-052-2/+146
| | | | (1.1.1/1.2.1)