Make more use of OSSL_PARAM for ciphers
authorRichard Levitte <levitte@openssl.org>
Tue, 9 Jul 2019 05:27:27 +0000 (07:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Jul 2019 05:27:02 +0000 (07:27 +0200)
commit80942379c9fc66076b784cba6318ed6ca85ca3ea
treebb5748478baa03eb28d897aadbe1ffb3ceaabbbe
parent48ebde226d4bd66556f25d0c4b3679478890974d
Make more use of OSSL_PARAM for ciphers

A lot of the different numbers associated with ciphers are really
algorithm parameters.  Key length, block size, IV length, that sort of
thing.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9328)
crypto/include/internal/evp_int.h
include/openssl/core_names.h
include/openssl/core_numbers.h