summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-28 11:25:08 +0100
committerMatt Caswell <matt@openssl.org>2019-06-03 12:56:53 +0100
commit66ad63e80198800ad94e4e4168a6b9b6a7c0fcd4 (patch)
treeaaa621a4f3ac852a7ac2dfbde449f29746361cc7 /crypto/modes
parenta77b4dba237d001073d2d1c5d55c674a196c949f (diff)
Make basic AES ciphers available from within the FIPS providers
These ciphers were already provider aware, and were available from the default provider. We move them into the FIPS provider too. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9038)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/build.info4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/modes/build.info b/crypto/modes/build.info
index f015a4c302..d0a8e6935c 100644
--- a/crypto/modes/build.info
+++ b/crypto/modes/build.info
@@ -4,6 +4,10 @@ SOURCE[../../libcrypto]=\
ccm128.c xts128.c wrap128.c ocb128.c siv128.c \
{- $target{modes_asm_src} -}
+SOURCE[../../providers/fips]=\
+ cbc128.c ctr128.c cfb128.c ofb128.c \
+ {- $target{modes_asm_src} -}
+
INCLUDE[gcm128.o]=..
GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)