| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added hook to log ID payload type and data | Martin Willi | 2011-01-05 | 2 | -1/+88 |
* | Added hook to log received KE group | Martin Willi | 2011-01-05 | 2 | -1/+82 |
* | Added a hook to modify proposal numbers | Martin Willi | 2011-01-05 | 2 | -1/+164 |
* | Added a hook to print received proposals, including number | Martin Willi | 2011-01-05 | 2 | -1/+94 |
* | Added a hook to alter the payload length field of arbitrary payloads | Martin Willi | 2011-01-05 | 2 | -1/+134 |
* | Support loading of certificate revocation lists | Martin Willi | 2011-01-05 | 1 | -41/+44 |
* | Implemented a hook that recreates a valid incoming IKE_AUTH response, even if... | Martin Willi | 2011-01-05 | 2 | -1/+382 |
* | Added hook to set arbitrary IKE major/minor versions in message headers | Martin Willi | 2011-01-05 | 2 | -1/+102 |
* | Prefer test specific over suite specific configuration | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Added a force_hookie hook that requests a COOKIE independent of our COOKIE me... | Martin Willi | 2011-01-05 | 2 | -1/+118 |
* | The add_payload hook supports replacing existing payloads of the same type | Martin Willi | 2011-01-05 | 1 | -3/+26 |
* | Fix insertion of non hex encoded payload data | Martin Willi | 2011-01-05 | 3 | -3/+3 |
* | Added a hook to set the critical bit on arbitrary payloads | Martin Willi | 2011-01-05 | 2 | -1/+130 |
* | Added a hook to inject custom payloads with critical bit | Martin Willi | 2011-01-05 | 2 | -1/+130 |
* | Added a short README about the conftest utility | Martin Willi | 2011-01-05 | 2 | -1/+225 |
* | Specify the type of the certificate to load, currently X509 only | Martin Willi | 2011-01-05 | 1 | -0/+12 |