[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Sat Dec 14 16:40:54 UTC 2019


New commits:
commit 99b2f075fdc6131c16a273bf208ac6a9395397a3
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Dec 13 09:31:54 2019 -0500

    ikev2: move v2_msgid_start_responder() call to v2_dispatch()
    
    So that it is after all the "drop message" checks:
    
    This way dropping messages is easier - just return - no need to undo
    the changes made by start-responder by calling (with no state
    transition!) complete_v2_state_transition(STF_IGNORE).  OTOH, the error
    code paths do now need to call start-responder before sending a
    response (but that's probably a good thing as it is more transparent).

commit 2669d50e4ab9471bb2806607279e34c93cee657c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Dec 10 13:03:34 2019 -0500

    ikev2: move the processor dispatch code to its own function - v2_dispatch()



More information about the Swan-commit mailing list