Limit the output of the enc -ciphers command to just the ciphers enc can
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:01:28 +0000 (10:01 -0500)
commit777f1708a88f85569304caeca197c96ef912b236
tree2901876856f26272488c1861707c77e009a22c56
parent6aad9393680ccde591905c8d71da92a241756394
Limit the output of the enc -ciphers command to just the ciphers enc can
process.  This means no AEAD ciphers and no XTS mode.

Update the test script that uses this output to test cipher suites to not
filter out the now missing cipher modes.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2876)
apps/enc.c
test/recipes/20-test_enc_more.t