openssl/providers/implementations
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
..
asymciphers Add internal maxsize macros 2020-01-23 17:17:47 +01:00
ciphers Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
digests Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
exchange Add DH key exchange to fips provider 2020-01-23 20:33:28 +10:00
include/prov Implement the NULL cipher in the default provider 2020-01-20 15:28:39 +00:00
kdfs Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
keymgmt Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmt 2020-01-23 17:59:12 +01:00
macs
serializers PROV: Fix bignum printout in text serializers 2020-01-23 17:14:39 +01:00
signature Add internal maxsize macros 2020-01-23 17:17:47 +01:00
build.info