]> granicus.if.org Git - openssl/commit
Limit the output of the enc -ciphers command
authorPauli <paul.dale@oracle.com>
Wed, 8 Mar 2017 01:18:55 +0000 (11:18 +1000)
committerRich Salz <rsalz@openssl.org>
Wed, 8 Mar 2017 15:12:52 +0000 (10:12 -0500)
commitb97324dbcb12e8b509d513ded9ba3f71c14547d8
tree0d85ab1e3952c6a90bafb4716faf32ceef710dc7
parenta556145a2c973303fd70315d9b77f126f43638f0
Limit the output of the enc -ciphers command

to just the ciphers enc can
process.  This means no AEAD ciphers and no XTS mode.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2876)
(cherry picked from commit 777f1708a88f85569304caeca197c96ef912b236)
apps/enc.c