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

Andrew Cagney cagney at vault.libreswan.fi
Wed Feb 2 14:43:26 EET 2022


New commits:
commit 15a3ad833b35f49f7f52efb885dda159b17df9b6
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Feb 1 21:13:55 2022 -0500

    crypto: in lsw_get_secret() when remote.host isn't specified, use local host's address.any
    
    Replace logic:
       if address_is_unset(remote) || address_is_any(remote)
          ... = address_type(remote)->address.any
    with:
       if !address_is_specified(remote)
          ... = address_type(local)->address.any
    - when address_is_unset(), there is no address.any (not pretty)
    - presumably the local host-addr is oriented and has an address family

commit 94b7605f33c2813313c5fbefbd59594019b2ea1b
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Feb 1 22:39:35 2022 -0500

    testing: update OUTPUT.enumcheck.txt

commit f0302cf12925369828aa98f9e2c77e243f70fd30
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Feb 1 21:12:20 2022 -0500

    crypto: rename enum PrivateKeyKind to private_key_kind, move to secrets.h
    
    also rename pkk_names to private_key_kind_names.



More information about the Swan-commit mailing list