openssl/crypto/des
Pauli c6fec81b88 Deprecate the low level DES functions.
Use of the low level DES functions has been informally discouraged for a
long time. We now formally deprecate them.

Applications should instead use the EVP APIs, e.g. EVP_EncryptInit_ex,
EVP_EncryptUpdate, EVP_EncryptFinal_ex, and the equivalently named decrypt
functions.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10858)
2020-01-25 09:30:59 +10:00
..
asm Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
build.info Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
cbc_cksm.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
cbc_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
cfb64ede.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
cfb64enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
cfb_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
des_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
des_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
ecb3_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
ecb_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
fcrypt_b.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
fcrypt.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
ncbc_enc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ofb64ede.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
ofb64enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
ofb_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
pcbc_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
qud_cksm.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
rand_key.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
set_key.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
spr.h Following the license change, modify the boilerplates in crypto/des/ 2018-12-06 14:46:14 +01:00
str2key.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
xcbc_enc.c Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00