These are the RELEASE NOTES for ipsec_alg-0.8.1 =============================================== $Id: RELNOTES.ipsec_alg,v 1.1.2.2 2003/12/03 15:15:40 jjo Exp $ * For more details please read README.ipsec_alg and CHANGES.ipsec_alg files. * The big news in this release, thanks to Harpo MaXX and Luciano Ruete: - ipsec_cryptoapi module availability - heavy prerelease testing (and the main sources for this RELNOTES file) * Modular compilation works Ok for every algo module (including ipsec_cryptoapi) , you will be able to use included algos or ipsec_cryptoapi by selecting For example if you (only) want AES, you can choose to: modprobe ipsec_aes or modprobe ipsec_cryptoapi noauto=1 aes=1 * ipsec_cryptoapi can be statically compiled, but it may clash with other ALGO modules if static also (known for serpent and twofish); ie. if you use STATIC ipsec_cryptoapi DON'T include another static algo. * Algo modules for same algorithm can be loaded, KLIPS will use the last one. modprobe ipsec_cryptoapi # will register all possible cryptoapi' modprobe ipsec_aes # KLIPS will use this AES impl. ; ie. there is no "priority", the last wins. * Fixed ESP NULL interop (reported to work against KAME & others)