History log of /openbsd-src/regress/sbin/iked/parser/common.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 229c27f0 03-Dec-2022 tobhe <tobhe@openbsd.org>

Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.


# fbe734e6 15-Mar-2022 tobhe <tobhe@openbsd.org>

Fix build after recent IKEv2 message fragment retransmit change.
Found by anton@


# 6d91411b 29-Nov-2021 tobhe <tobhe@openbsd.org>

Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.h
instead, like we did elsewhere.

ok bluhm@


# 1d59ccca 04-Feb-2021 tobhe <tobhe@openbsd.org>

'struct group' is now called 'struct dh_group'.


# 8ad185da 26-Nov-2020 tobhe <tobhe@openbsd.org>

Fix config_add_transform and config_free_proposal.


# 263a32b4 21-Nov-2020 tobhe <tobhe@openbsd.org>

Fix ikev2_nat_detection().


# d571373c 18-Nov-2020 tobhe <tobhe@openbsd.org>

Constify sa in ikev2_pld_eap(). The parser code must not change any
sa or policy state, this should help make it clearer.

ok patrick@


# afa71a91 20-Sep-2020 tobhe <tobhe@openbsd.org>

Fix changed eap_parse signature.


# 12b74e23 01-Apr-2020 tobhe <tobhe@openbsd.org>

Properly handle multiple CERTREQ payloads in CA process. Only for the
last CERTREQ a mismatch should trigger the fallback case, otherwise the
following CERTREQs are ignored.

ok markus@


# 9799b47c 14-Nov-2019 tobhe <tobhe@openbsd.org>

Fix undefined symbol for ikev2_ike_sa_setreason.


# f31ba4ba 14-Aug-2019 tobhe <tobhe@openbsd.org>

Add ikev2_ikesa_info dummy definition for parser test.


# 65c540d0 11-May-2019 patrick <patrick@openbsd.org>

Add support for IKEv2 Message Fragmentation as defined in RFC 7383.

ok sthen@


# a230c5a5 29-May-2017 markus <markus@openbsd.org>

fuzz the iked payload parser using the openssh unit-test framework
from hshoexer