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

Andrew Cagney cagney at vault.libreswan.fi
Wed Dec 5 01:56:20 UTC 2018


New commits:
commit f5a67ba1c19b9ff0726e889dbaa907a8b2f91f3a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Dec 4 13:02:50 2018 -0500

    ikev2: move 'create the initial responder' code to before IKE SA proposal parsing
    
    While it looks simple:
    
    - log messages gain the state's # as a prefix (previously they were
      prefixed with the candidate's connection making things confusing)
    
    - STF_FATAL + explict send are used, not STF_FAIL+v2N... (this avoids
      the later's convoluted code path)
    
    - a failure adds: malloc(); state number; SPIr hash; and free()
    
    - while saving a failure response, and having the state linger
      (EVENT_SO_DISCARD) might look interesting it doesn't seem worth
      the effort



More information about the Swan-commit mailing list