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

Andrew Cagney cagney at vault.libreswan.fi
Tue Aug 15 16:00:16 UTC 2017


New commits:
commit 81f1a1cd713f7e187d262808f8bbb5acf1db96ef
Merge: c4b85b8 c532e7e
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 15 11:50:31 2017 -0400

    kernel: delete kernel_alg_info hardwired_info[]
    
    When checking that an ESP/AH crypto-suite was valid, this table
    would first be searched for an exact match.  Problem is, if there
    was no exact match, it would fall back to kernel_alg_info() and
    that just checked each algorithm was correct and not the combination.
    This makes the table useless (unless there somehow is some algorithm
    listed in the table that isn't in the kernel algorithm db).

commit c532e7ede81b51d7ef4dc880d8927821cd8c9b3a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Aug 14 13:47:10 2017 -0400

    kernel: delete struct kernel_alg_info hardwired_info[]
    
    instead rely on kernel_alg_info() to determine if the algorithm is
    supported



More information about the Swan-commit mailing list