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

Andrew Cagney cagney at vault.libreswan.fi
Thu Dec 23 21:01:42 EET 2021


New commits:
commit f3c0d54bf2cb9c93e36ae5d426fd86f6d2ab1fdf
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 23 12:06:09 2021 -0500

    ikev1: delete ikev1_decode_peer_id(), no longer used

commit ce5f4a499c4f8ab099dd243f33a912e2b967542e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 23 12:00:47 2021 -0500

    ikev1: rename oakley_id_and_auth() to just oakley_auth()
    
    no longer does IDs, and no longer maybe sometimes changes connections

commit 49890d2ce49042eb944b49be6f53823ba0e37ea4
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 23 11:45:12 2021 -0500

    ikev1: move/inline oakley_id_and_auth()'s call to ikev1_decode_peer_id() to caller
    
    In caller use one of:
      ikev1_decode_peer_id_initiator()
      ikev1_decode_peer_id_aggr_mode_responder()
      ikev1_decode_peer_id_main_mode_responder()
    and passert that all but last don't modify .st_connection

commit 07e699b5058b5aacf6e56a66288558156ae81ff0
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 23 11:39:26 2021 -0500

    ikev1: in ikev1_aggr.c, inline ikev1_decode_peer_id() calls
    
    call
      ikev1_decode_peer_id_initiator()
      ikev1_decode_peer_id_aggr_mode_responder()
    directly
    
    passert that these calls do not change .st_connection

commit 22180b81fb0606b21dbd812954e4b7d75076903f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 23 11:26:29 2021 -0500

    ikev1: make ikev1_decode_peer_id*() functions public
    
    as in:
      ikev1_decode_peer_id_initiator()
      ikev1_decode_peer_id_main_mode_responder()
      ikev1_decode_peer_id_aggr_mode_responder()



More information about the Swan-commit mailing list