summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-paste-buffer.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-05-12 19:19:55 +0000
committermiod <miod@openbsd.org>2014-05-12 19:19:55 +0000
commitfb8f5b39211fc1a77964a6955923d7e5f76d7e2f (patch)
tree5b14bad3f4f748174d57d671d609b0086ccd84e1 /usr.bin/tmux/cmd-paste-buffer.c
parentsync (diff)
downloadwireguard-openbsd-fb8f5b39211fc1a77964a6955923d7e5f76d7e2f.tar.xz
wireguard-openbsd-fb8f5b39211fc1a77964a6955923d7e5f76d7e2f.zip
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 'usr.bin/tmux/cmd-paste-buffer.c')
0 files changed, 0 insertions, 0 deletions