summaryrefslogtreecommitdiffstats
path: root/regress/sbin/iked (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid config error in run-psk-fail.tobhe2021-02-151-3/+13
* 'struct group' is now called 'struct dh_group'.tobhe2021-02-042-4/+4
* Remove echo headlines.bluhm2020-12-171-17/+1
* Fix config_add_transform and config_free_proposal.tobhe2020-11-261-5/+11
* Fix ikev2_nat_detection().tobhe2020-11-211-3/+3
* Constify sa in ikev2_pld_eap(). The parser code must not change anytobhe2020-11-181-6/+6
* Pass correct vars to FROM and TO.tobhe2020-11-101-3/+3
* Add test for dynamic IP assignment via "config address" and "request address".tobhe2020-11-092-4/+36
* Add seperate FROM/TO variables.tobhe2020-11-082-2/+4
* Make sure IPsec flows are loaded with srcid/dstid attributes.tobhe2020-11-051-3/+7
* Add test for ASN1_DN ids with existing certs.tobhe2020-11-051-2/+12
* Fix dh test after recent API refactoring. Remove outdated references totobhe2020-11-032-16/+27
* Fix test_parser crash in ikev2_pld_eap. msg->msg_parent is always set intobhe2020-09-211-1/+2
* Fix changed eap_parse signature.tobhe2020-09-201-3/+5
* Make sure variable assignments are followed by '\', otherwisetobhe2020-09-151-4/+4
* More tests for policy matching via dstid.tobhe2020-09-131-12/+63
* Test for failure on dstid mismatch.tobhe2020-09-131-1/+15
* Add run-psk-fail test to check for failure on psk mismatch.tobhe2020-09-131-1/+17
* Refactor config setup boilerplate to allow asymmetric test setups.tobhe2020-09-132-46/+52
* Refactor initial cleanup.tobhe2020-09-101-2/+4
* Add 'run-ping-fail' subtest. Make sure to clean up left over statetobhe2020-09-071-15/+33
* Allow multiple global options.tobhe2020-08-302-10/+8
* Add 'enforcesingleikesa' test.tobhe2020-08-291-5/+31
* Add pf config to block unencrypted pings.tobhe2020-07-212-4/+18
* Make test work with IPv6 addresses.tobhe2020-07-211-2/+3
* The -6 option is ignored and will be removed in the future.tobhe2020-04-091-3/+3
* Properly handle multiple CERTREQ payloads in CA process. Only for thetobhe2020-04-011-5/+5
* Add test for IPsec transport mode. Check not only flows but also SAs,tobhe2020-02-212-8/+34
* Disable name resolution in tcpdump with -n. We always compare source andtobhe2020-02-171-3/+3
* Generate public keys for newly generated local private keys.tobhe2020-02-171-2/+4
* Reset udpencap_port sysctl in cleanup in case the run-udpencap-porttobhe2020-01-171-3/+5
* Add test for custom udp encapsulation port with set with '-p'.tobhe2020-01-161-6/+23
* Link iked live test to build. To operate it needs two remotebluhm2020-01-161-2/+2
* Add multiple altname fields and test for different subjectAltName formatstobhe2020-01-152-5/+24
* Restructure certificate generation to utilize make's build deps. Add testtobhe2020-01-151-38/+94
* Rename the environment variables for ssh hosts and addressesbluhm2020-01-152-32/+32
* Add automated certificate generation, psk and certificate authenticationtobhe2020-01-153-16/+88
* Add live test for simple ikev2 handshake and encrypted ping between twotobhe2020-01-142-0/+124
* Fix undefined symbol for ikev2_ike_sa_setreason.tobhe2019-11-141-1/+6
* Add ikev2_ikesa_info dummy definition for parser test.tobhe2019-08-141-1/+7
* Add support for IKEv2 Message Fragmentation as defined in RFC 7383.patrick2019-05-112-2/+70
* The iked(8) fuzzer did not fuzz encrypted payloads. With that changedpatrick2018-03-221-8/+18
* Organize iked parser regress Makefile similar to mandoc dbm_dump.bluhm2017-05-301-23/+16
* *** empty log message ***markus2017-05-292-2/+21
* fuzz the iked payload parser using the openssh unit-test frameworkmarkus2017-05-298-0/+2072
* Add support for Curve25519 using the public domain code that is foundreyk2014-08-272-9/+9
* Inspired by the previous brainpool addition, copy isakmpd's dh test toreyk2014-08-253-0/+104