]> git.ipfire.org Git - people/ms/strongswan.git/commit
Merge branch 'iv-gen'
authorTobias Brunner <tobias@strongswan.org>
Fri, 11 Oct 2013 13:55:49 +0000 (15:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 11 Oct 2013 13:55:49 +0000 (15:55 +0200)
commit5ef630189afed8f8c705e586c74428e8088ad1f6
treedb113325b2947e17b713cb86f619cb46c95da70a
parentaf22622a9d524877e82d3b9bb0161779fc95c5f8
parent0c6f6c4e34086adfc2db5dfdf467cf7bda83f317
Merge branch 'iv-gen'

Modularizes the generation of initialization vectors, which allows to use
different methods depending on the algorithms.  For instance for AES-GCM
sequential IVs are now used instead of the earlier random IVs, which are
still used for other algorithms e.g. AES-CBC.