| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed conftests after extending CERT payload. | Tobias Brunner | 2012-03-20 | 2 | -3/+3 |
* | Moved version specific keymat functions to specific interfaces. | Tobias Brunner | 2012-03-20 | 2 | -4/+6 |
* | Don't clone chunk in message.get_packet_data | Martin Willi | 2012-03-20 | 1 | -1/+1 |
* | Added IKEv1 support to notify payload | Martin Willi | 2012-03-20 | 2 | -2/+2 |
* | Add a payload.get_header_length() method, remove header length definitions | Martin Willi | 2012-03-20 | 1 | -1/+4 |
* | Simplify signature of get_encoding_rules(), make all rules static | Martin Willi | 2012-03-20 | 1 | -3/+2 |
* | Use enum to define IKE version on peer_cfg_t. | Tobias Brunner | 2012-03-20 | 1 | -1/+1 |
* | Allow creation of message_t objects for IKEv1 packets. | Tobias Brunner | 2012-03-20 | 2 | -2/+2 |
* | Extend sa_payload for IKEv1 support | Martin Willi | 2012-03-20 | 3 | -3/+5 |
* | bus->listen() and the controller wrappers accept a timeout to wait for callbacks | Martin Willi | 2011-08-26 | 1 | -3/+4 |
* | Replaced ike_sa_t.create_child_sa_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 1 | -8/+6 |
* | Added a non-blocking, skipping variant of IKE_SA enumerator | Martin Willi | 2011-05-16 | 1 | -5/+10 |
* | Added a merge option to optionally reload files instead of merging them | Martin Willi | 2011-04-15 | 1 | -1/+1 |
* | Show full blown traffic selector in log_ts hook | Martin Willi | 2011-04-14 | 1 | -3/+21 |
* | Some typos fixed. | Tobias Brunner | 2011-02-07 | 2 | -2/+2 |
* | suiteb directory hasn't been moved to Master yet | Andreas Steffen | 2011-01-08 | 1 | -1/+1 |
* | Added option to use a different key when rebuilding AUTH | Martin Willi | 2011-01-05 | 1 | -2/+16 |
* | Added support for OCSP responder URIs to conftest | Martin Willi | 2011-01-05 | 1 | -2/+11 |
* | Added support for CDPs to conftest | Martin Willi | 2011-01-05 | 1 | -0/+44 |
* | Updated conftest README | Martin Willi | 2011-01-05 | 1 | -31/+122 |
* | Added support for custom file loggers, loglevel settings | Martin Willi | 2011-01-05 | 1 | -0/+52 |
* | Merge test config into suite config, instead of having two distinct configs | Martin Willi | 2011-01-05 | 2 | -24/+6 |
* | Added a cert_policy option to conftest configurations | Martin Willi | 2011-01-05 | 1 | -1/+6 |
* | Added a hook to reset ESP sequence numbers | Martin Willi | 2011-01-05 | 2 | -1/+159 |
* | Accept a suffix to differentiate x509, crl, ecdsa and rsa files | Martin Willi | 2011-01-05 | 1 | -7/+7 |
* | Use strncaseeq instead of strncasecmp | Martin Willi | 2011-01-05 | 5 | -5/+5 |
* | Added tfc_padding option, changes signature to master changes | Martin Willi | 2011-01-05 | 1 | -1/+5 |
* | Generate payload to rebuild_auth, works with injected unknown payloads | Martin Willi | 2011-01-05 | 1 | -13/+17 |
* | Move rebuild_auth functionality to a standalone hook | Martin Willi | 2011-01-05 | 3 | -215/+259 |
* | Added key strength constraints support to conftest | Martin Willi | 2011-01-05 | 1 | -0/+11 |
* | Implemented hook to log traffic selectors | Martin Willi | 2011-01-05 | 2 | -1/+88 |
* | The set_reserved() hook rebuilds AUTH if it mangles ID payload fields | Martin Willi | 2011-01-05 | 1 | -33/+214 |
* | Include the used reserved bytes from ID payloads in AUTH calculation | Martin Willi | 2011-01-05 | 1 | -1/+6 |
* | Extended set_reserved hook to mangle sa_payload substructures | Martin Willi | 2011-01-05 | 1 | -42/+121 |
* | The set_ike_version hook supports version flag mangling | Martin Willi | 2011-01-05 | 1 | -0/+11 |
* | Implemented hook to toggle initiator flag in IKE header | Martin Willi | 2011-01-05 | 2 | -1/+88 |
* | Implemented a hook to set reserved bits | Martin Willi | 2011-01-05 | 2 | -1/+167 |
* | Use payload_get_field() to look up payload fields | Martin Willi | 2011-01-05 | 1 | -10/+4 |
* | Use standard ID getter in log_id hook | Martin Willi | 2011-01-05 | 1 | -4/+7 |
* | Implemented a hook to toggle the IKE message request flag | Martin Willi | 2011-01-05 | 2 | -1/+86 |
* | Implemented hook to modify IKE header SPIs | Martin Willi | 2011-01-05 | 2 | -1/+105 |
* | Fixed transport mode configuration option | Martin Willi | 2011-01-05 | 1 | -3/+7 |
* | Disable MOBIKE in conftesting, as it changes port floating behavior | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Preload plugins configured in tests | Martin Willi | 2011-01-05 | 1 | -0/+5 |
* | Added IKE options to configure source/destination ports | Martin Willi | 2011-01-05 | 1 | -2/+4 |
* | Added IKE config option to fake NAT situations | Martin Willi | 2011-01-05 | 1 | -1/+2 |
* | Show SPI in proposal logging hook | Martin Willi | 2011-01-05 | 1 | -2/+8 |
* | Implemented a hook to inject custom proposals | Martin Willi | 2011-01-05 | 2 | -1/+189 |
* | Fixed error reporting | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Remove unused variable | Martin Willi | 2011-01-05 | 1 | -1/+1 |