提交 a7bdd043 编写于 作者: J John Baldwin 提交者: Kurt Roeckx

Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.

Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
GH: #10372
上级 e5ecfcc7
......@@ -410,6 +410,9 @@ int tls1_change_cipher_state(SSL *s, int which)
case SSL_SHA256:
crypto_info.auth_algorithm = CRYPTO_SHA2_256_HMAC;
break;
case SSL_SHA384:
crypto_info.auth_algorithm = CRYPTO_SHA2_384_HMAC;
break;
default:
goto skip_ktls;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册