openssl/crypto/seed
Pauli 28c690cb7d Deprecate the low level SEED functions
Use of the low level SEED 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/10833)
2020-01-16 07:06:14 +10:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
seed_cbc.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_cfb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_ecb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
seed_ofb.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00
seed.c Deprecate the low level SEED functions 2020-01-16 07:06:14 +10:00