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

Andrew Cagney cagney at vault.libreswan.fi
Tue Oct 23 13:46:15 UTC 2018


New commits:
commit 906e43e0eae29d8d45f150c5b33e4ae51385feb7
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Oct 22 21:17:06 2018 -0400

    IKE SPI: replace get_cookie(bool,uint8_t*) with fill_ike_{initiator,responder}_spi(ike_sa,...)
    
    Uses IKEv2 names.  Split into explicit initiator/responder functions
    (don't rely on 'bool' and 'uint8_*' being correctly aligned).
    
    Uses a local secret_of_the_day; with size increased to match
    SHA2 algorithm.
    
    New code lives in ike_spi.[hc].  Bunch of unnecessary #includes
    deleted as a side effect.
    
    Also add, but don't yet use, zero_ike_spi, and ike_spi_is_zero().



More information about the Swan-commit mailing list