Implement AES CBC ciphers in the default provider
authorMatt Caswell <matt@openssl.org>
Wed, 3 Apr 2019 17:01:21 +0000 (18:01 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Apr 2019 08:31:54 +0000 (09:31 +0100)
commit718b133a5328108099ecac0bf40d8fd4886e7b64
tree65908003868f45bb384fb106b57e80c4f365ec64
parentf4a129bb8dc26488e29b06e06e96a76c93f966be
Implement AES CBC ciphers in the default provider

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8700)
13 files changed:
crypto/err/openssl.txt
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/evp_lib.c
crypto/include/internal/evp_int.h
include/openssl/core_names.h
include/openssl/core_numbers.h
include/openssl/evp.h
include/openssl/evperr.h
providers/common/ciphers/aes.c
providers/common/include/internal/provider_algs.h
providers/default/defltprov.c
util/libcrypto.num