diff options
author | Matt Caswell <matt@openssl.org> | 2020-03-13 23:54:07 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-03-24 16:13:59 +0000 |
commit | abd86cecce06a2f56f2d0ccc4743273e5981d547 (patch) | |
tree | cc560401fee0ef345f99633f13502b7bd1be152f /crypto/err | |
parent | ca1bbc1a20837f76a2b637072d63da2d03985fff (diff) | |
download | openssl-new-abd86cecce06a2f56f2d0ccc4743273e5981d547.tar.gz |
Use a fetched version of SHA256 in tls_process_new_session_ticket()
We use the SHA256 digest of the ticket as a "fake" session id. We should
ensure that the SHA256 implementation is fetched from the appropriate
provider.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11356)
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/openssl.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 2f4ffc8bad..090d0f39a5 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -3089,6 +3089,7 @@ SSL_R_EXTENSION_NOT_RECEIVED:279:extension not received SSL_R_EXTRA_DATA_IN_MESSAGE:153:extra data in message SSL_R_EXT_LENGTH_MISMATCH:163:ext length mismatch SSL_R_FAILED_TO_INIT_ASYNC:405:failed to init async +SSL_R_ALGORITHM_FETCH_FAILED:295:algorithm fetch failed SSL_R_FRAGMENTED_CLIENT_HELLO:401:fragmented client hello SSL_R_GOT_A_FIN_BEFORE_A_CCS:154:got a fin before a ccs SSL_R_HTTPS_PROXY_REQUEST:155:https proxy request |