progs/rspit.c: Better handling of block cipher IVs.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Mar 2015 01:02:45 +0000 (01:02 +0000)
commit1cdc3a62b8f436fb78e00a1b6da20857d37b526f
treeeeebbadfeff60ea80fd7869c763762404e0de42c
parentcbef819a1a9286e0cffbb3783a1467eab85824bd
progs/rspit.c: Better handling of block cipher IVs.

  * Check the IV length during option parsing, rather than at the end.

  * Don't accumulate IV material because we don't do that with keys.
progs/rspit.c