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:16:44 +0000 (10:16 -0500)
commit201015ee4f38e5d216a7625282c6b8a395b680b7
treed18276d915edcb1cd060815ed051f8767164a152
parent178b9be8eccffca66434299bf986494c449b10ee
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)

(cherry picked from commit b97324dbcb12e8b509d513ded9ba3f71c14547d8)
18 files changed:
apps/enc.c
crypto/include/internal/bn_conf.h [new file with mode: 0644]
crypto/include/internal/dso_conf.h [new file with mode: 0644]
doc-nits [new file with mode: 0644]
fuzz/asn1-test [new file with mode: 0755]
fuzz/asn1parse-test [new file with mode: 0755]
fuzz/bignum-test [new file with mode: 0755]
fuzz/bndiv-test [new file with mode: 0755]
fuzz/client-test [new file with mode: 0755]
fuzz/cms-test [new file with mode: 0755]
fuzz/conf-test [new file with mode: 0755]
fuzz/crl-test [new file with mode: 0755]
fuzz/ct-test [new file with mode: 0755]
fuzz/server-test [new file with mode: 0755]
fuzz/x509-test [new file with mode: 0755]
test/ssltest_old [new file with mode: 0755]
test/v3ext [new file with mode: 0755]
test/x509aux [new file with mode: 0755]