New commits:
commit 1fb53efc128d4c26c7bf05f8fa397afd91fc2777
Author: Paul Wouters <[email protected]>
Date: Fri Jun 22 10:37:26 2018 -0400
updated changes
commit d2a04ebe9dd5bfba0e8e8ea76b791a7a3c501935
Author: Tijs Van Buggenhout <[email protected]>
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 <[email protected]>
_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit