summaryrefslogtreecommitdiff
path: root/regress/sbin/iked/parser
AgeCommit message (Expand)Author
2022-12-04Include endian.h for htobe32Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider
2022-03-15Fix build after recent IKEv2 message fragment retransmit change.Tobias Heider
2022-02-23Prints in iked fuzzer fill 77% of full regress output. Nobody wantsAlexander Bluhm
2022-02-22The fuzzer logs everything to syslog, this is not what we want.Claudio Jeker
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2021-11-29Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.hTobias Heider
2021-02-04'struct group' is now called 'struct dh_group'.tobhe
2020-11-26Fix config_add_transform and config_free_proposal.tobhe
2020-11-21Fix ikev2_nat_detection().tobhe
2020-11-18Constify sa in ikev2_pld_eap(). The parser code must not change anytobhe
2020-09-21Fix test_parser crash in ikev2_pld_eap. msg->msg_parent is always set intobhe
2020-09-20Fix changed eap_parse signature.tobhe
2020-04-01Properly handle multiple CERTREQ payloads in CA process. Only for thetobhe
2019-11-14Fix undefined symbol for ikev2_ike_sa_setreason.tobhe
2019-08-14Add ikev2_ikesa_info dummy definition for parser test.tobhe
2019-05-11Add support for IKEv2 Message Fragmentation as defined in RFC 7383.Patrick Wildt
2018-03-22The iked(8) fuzzer did not fuzz encrypted payloads. With that changedPatrick Wildt
2017-05-30Organize iked parser regress Makefile similar to mandoc dbm_dump.Alexander Bluhm
2017-05-29fuzz the iked payload parser using the openssh unit-test frameworkMarkus Friedl