]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/common/include/internal/ciphers/ciphercommon.h
Add blowfish ciphers to default provider
authorShane Lontis <shane.lontis@oracle.com>
Sun, 15 Sep 2019 10:06:28 +0000 (20:06 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 15 Sep 2019 10:06:28 +0000 (20:06 +1000)
commit55c7dc79274f7256f573d99353f887263b162b7b
treee03e4810c1681965dbcff19b5a624695ff70ee0d
parent7bb82f92d94375e7673fe02cb8186595b2c539f2
Add blowfish ciphers to default provider

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9887)
13 files changed:
crypto/evp/evp_enc.c
providers/common/ciphers/cipher_aes_xts.c
providers/common/ciphers/cipher_common.c
providers/common/ciphers/cipher_tdes.c
providers/common/include/internal/ciphers/cipher_tdes.h
providers/common/include/internal/ciphers/ciphercommon.h
providers/common/include/internal/provider_algs.h
providers/default/ciphers/build.info
providers/default/ciphers/cipher_blowfish.c [new file with mode: 0644]
providers/default/ciphers/cipher_blowfish.h [new file with mode: 0644]
providers/default/ciphers/cipher_blowfish_hw.c [new file with mode: 0644]
providers/default/ciphers/cipher_tdes_wrap.c
providers/default/defltprov.c