openssl/providers
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
..
common Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
fips Add DH key exchange to fips provider 2020-01-23 20:33:28 +10:00
implementations Deprecate the low level DES functions. 2020-01-25 09:30:59 +10:00
build.info EVP & PROV: Fix all platform inclusions 2019-12-19 13:33:35 +01:00
defltprov.c Implement the NULL cipher in the default provider 2020-01-20 15:28:39 +00:00
legacyprov.c Tweak some algorithm naming inconsistencies 2019-11-21 15:45:37 +00:00