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

Paul Wouters paul at vault.libreswan.fi
Fri Jun 22 14:38:04 UTC 2018


New commits:
commit 1fb53efc128d4c26c7bf05f8fa397afd91fc2777
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri Jun 22 10:37:26 2018 -0400

    updated changes

commit d2a04ebe9dd5bfba0e8e8ea76b791a7a3c501935
Author: Tijs Van Buggenhout <tijs.van.buggenhout at axsguard.com>
Date:   Fri Jun 22 10:20:50 2018 -0400

    KLIPS: Replace deprecated blkcipher with skcipher crypto API
    
    The blkcipher and ablkcipher crypto API's have been depcrecated since
    kernel 4.6.0. Although still supported, it turns out that querying the
    kernel for the necessary CBC block ciphers using the old blkcipher
    crypto API isn't working as before (tested on 4.14(.47)).
    
    By adoping the skcipher API these transforms are available again (sync
    or async mode).
    
    Resolves the following KLIPS errors
    
    kernel KLIPS: lookup for ciphername=cbc(aes): not found
    kernel KLIPS: lookup for ciphername=cbc(twofish): not found
    kernel KLIPS: lookup for ciphername=cbc(serpent): not found
    kernel KLIPS: lookup for ciphername=cbc(cast5): not found
    kernel KLIPS: lookup for ciphername=cbc(des3_ede): not found
    
    Signed-off-by: Paul Wouters <pwouters at redhat.com>



More information about the Swan-commit mailing list