openssl/ssl
Shane Lontis d5e5e2ffaf Move digests to providers
Move digest code into the relevant providers (fips, default, legacy).
The headers are temporarily moved to be internal, and will be moved
into providers after all external references are resolved. The deprecated
digest code can not be removed until EVP_PKEY (signing) is supported by
providers. EVP_MD data can also not yet be cleaned up for the same reasons.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8763)
2019-06-04 12:09:50 +10:00
..
record Defer sending a KeyUpdate until after pending writes are complete 2019-06-03 11:51:14 +01:00
statem Move digests to providers 2019-06-04 12:09:50 +10:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c issue-8998: Ensure that the alert is generated and reaches the remote 2019-05-30 11:30:54 +01:00
d1_srtp.c
methods.c
packet_locl.h
packet.c
pqueue.c
s3_cbc.c
s3_enc.c Move digests to providers 2019-06-04 12:09:50 +10:00
s3_lib.c
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c Update format string for ciphers to account for newer ciphers 2019-05-27 07:22:32 +10:00
ssl_conf.c
ssl_err.c
ssl_init.c
ssl_lib.c
ssl_locl.h Move digests to providers 2019-06-04 12:09:50 +10:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF. 2019-05-27 20:28:18 +10:00
t1_lib.c
t1_trce.c
tls13_enc.c Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF. 2019-05-27 20:28:18 +10:00
tls_srp.c