]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementations
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2019 07:07:20 +0000 (09:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 1 Oct 2019 20:51:00 +0000 (22:51 +0200)
commit6ef81d388d78ad417f6fc5d02ef61b54995c5335
tree2f39645dbd771d3c90e2eb87427afdb183264592
parentc96399e296d9c280115d2ed9c129399c61b8edfc
Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementations

Since that flag has lost its relevance, don't use it any more.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10008)
providers/common/ciphers/cipher_aes_wrp.c
providers/common/ciphers/cipher_aes_xts.c
providers/common/include/internal/ciphers/cipher_aead.h
providers/common/include/internal/ciphers/cipher_tdes.h
providers/default/ciphers/cipher_blowfish.c
providers/default/ciphers/cipher_cast5.c
providers/default/ciphers/cipher_seed.c
providers/default/ciphers/cipher_sm4.c
providers/default/ciphers/cipher_tdes_wrap.c