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

Andrew Cagney cagney at vault.libreswan.fi
Thu Jun 28 18:22:19 UTC 2018


New commits:
commit 5ec3e95ac693da0b115fd0376d5deef220508789
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed May 9 11:20:52 2018 -0400

    ikev2: replace ikev2_send_informational() with send_v2_informational_request()
    
    Use open_out_pbs() so it's clear that the global reply_stream isn't
    being used.
    
    Use open_v2sk_payload() when constructing the encrypted payload.  In
    the process, eliminate the partially initialized local variable 'e' -
    payload length was not being cleared (fortunately it was later being
    overwritten).
    
    Let payload.[hc] deal with next payload type.
    
    Move to ikev2_send.[hc] where the send code is slowly accumulating.
    
    Suspect this and send_v2_delete() can probably be merged.



More information about the Swan-commit mailing list