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

Andrew Cagney cagney at vault.libreswan.fi
Mon Aug 9 21:16:47 UTC 2021


New commits:
commit 6a8f2d1edfd8d665910592fdd9dedc7d3d98b2dc
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Aug 9 14:37:28 2021 -0400

    ikev2: reorg scribble_request_ts_on_connection()
    
    - make v2_child_connection_probably_shared() local to ikev2_ts.c
      (this code scans all states)
    - move narrow request code to narrow_request_ts()
    - move scribble code to scribble_request_ts_on_connection()
    - handle possible instantiate in v2_process_request_ts_payloads()
      - sec_label always instantiates
      - scanning all connections possibly instantiates()
        (suspect this code path never has a sec_label?)
    
    (this search code is a worry, it scans all connections + all states;
    at least that isn't connections*states)

commit 261864bd72221b62317ff53c877bfd6f0e0dbffc
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Aug 9 14:48:45 2021 -0400

    ikev2: always compare TS sec_label against c->config->sec_label
    
    ... simplifying check_tss_sec_label() and removing EQ hack.

commit 6bf9ed9be141d2cbb978b675da55f90527037ada
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Aug 9 14:41:22 2021 -0400

    ikev2: v2_process_ts_request() -> v2_process_request_ts_payloads()



More information about the Swan-commit mailing list