aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest
Commit message (Expand)AuthorAgeFilesLines
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+1
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-10/+7
* Store loggers in conftest separately, not on charonTobias Brunner2012-10-182-6/+19
* Missed one in 3dcffed6Tobias Brunner2012-09-281-1/+1
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+2
* 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
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+1
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-1/+1
* Initialize conftest with the same plugins as charonMartin Willi2012-07-162-2/+3
* Remove unused replay variable in conftests seq number reset hookMartin Willi2012-07-161-3/+0
* Update conftest to use splitted listener/logger interfacesMartin Willi2012-07-161-2/+2
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-162-4/+13
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+1
* Store the name of the binary using libcharon to enable specific settings.Tobias Brunner2012-05-031-1/+1
* 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
* Added an aggressive mode peer_cfg optionMartin Willi2012-03-201-1/+1
* 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
* Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
* 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
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-3/+4
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-8/+6
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-5/+10
* Added a merge option to optionally reload files instead of merging themMartin Willi2011-04-151-1/+1
* Show full blown traffic selector in log_ts hookMartin Willi2011-04-141-3/+21
* Some typos fixed.Tobias Brunner2011-02-072-2/+2
* suiteb directory hasn't been moved to Master yetAndreas Steffen2011-01-081-1/+1
* Added option to use a different key when rebuilding AUTHMartin Willi2011-01-051-2/+16
* Added support for OCSP responder URIs to conftestMartin Willi2011-01-051-2/+11
* Added support for CDPs to conftestMartin Willi2011-01-051-0/+44
* Updated conftest READMEMartin Willi2011-01-051-31/+122
* Added support for custom file loggers, loglevel settingsMartin Willi2011-01-051-0/+52
* Merge test config into suite config, instead of having two distinct configsMartin Willi2011-01-052-24/+6
* Added a cert_policy option to conftest configurationsMartin Willi2011-01-051-1/+6
* Added a hook to reset ESP sequence numbersMartin Willi2011-01-052-1/+159
* Accept a suffix to differentiate x509, crl, ecdsa and rsa filesMartin Willi2011-01-051-7/+7
* Use strncaseeq instead of strncasecmpMartin Willi2011-01-055-5/+5