summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-12 19:19:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-12 19:19:56 +0000
commit7bb6c046a01d10b2586da20a6592d5f5c8c52ff5 (patch)
treeda82c1f4829809f78faa44682606e37c3c2a1b6e /etc
parente89df2d1edc096023654f9742cabe53619f82331 (diff)
Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use
two keys and four IVs to do much magic, is specified as such with test vectors, but the implementation actually always uses the first key, and the test vectors were computed with it, so they are wrong. Fixing the code to match the intended specification would break interoperability with existing code (assuming such code would exist), so it is better to remove this interface, which is obviously too complex for mere mortals if even its author can not implement it correctly. Riding on the libcrypto major bump.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions