Make the handling of output and input formats consistent
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2015 00:46:47 +0000 (02:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 5 Sep 2015 23:29:36 +0000 (01:29 +0200)
commitd303b9d85e1888494785f87ebd9bd233e63564a9
treeefb8e31a76f8c4541d79246b10a4fb70f79347c7
parente9daa8150abc8d96dd1e4dcd764355851f06ef2b
Make the handling of output and input formats consistent

Most of all, we needed to sort out which ones are binary and which
ones are text, and make sure they are treated accordingly and
consistently so

Reviewed-by: Tim Hudson <tjh@openssl.org>
18 files changed:
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/cms.c
apps/crl.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/enc.c
apps/genpkey.c
apps/pkcs8.c
apps/pkey.c
apps/rand.c
apps/req.c
apps/rsa.c
apps/sess_id.c
apps/smime.c
apps/x509.c