]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/evp_enc.c
Implement support for AES-256-ECB in the default provider
authorMatt Caswell <matt@openssl.org>
Wed, 3 Apr 2019 14:34:08 +0000 (15:34 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Apr 2019 08:31:54 +0000 (09:31 +0100)
commitaab26e6f7b437f7d4bace03cd855a33d7a34d927
tree075734abc7ebf79117a1a2e4a1419eb0e2709840
parentdf05f2ce6d496232f3c86acb299a128d0eb3ef42
Implement support for AES-256-ECB in the default provider

We also lay the ground work for various of other the basic AES ciphers.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8700)
crypto/evp/evp_enc.c
providers/common/build.info
providers/common/ciphers/aes.c [new file with mode: 0644]
providers/common/ciphers/aes_basic.c [new file with mode: 0644]
providers/common/ciphers/block.c [new file with mode: 0644]
providers/common/ciphers/build.info [new file with mode: 0644]
providers/common/ciphers/ciphers_locl.h [new file with mode: 0644]
providers/default/defltprov.c