TLS testing: Fix test_flags check for ApplData report
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
44bb91066b
commit
817742f5aa
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ int tlsv1_server_decrypt(struct tlsv1_server *conn,
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_TESTING_OPTIONS
|
#ifdef CONFIG_TESTING_OPTIONS
|
||||||
if ((conn->test_flags &&
|
if ((conn->test_flags &
|
||||||
(TLS_BREAK_VERIFY_DATA | TLS_BREAK_SRV_KEY_X_HASH |
|
(TLS_BREAK_VERIFY_DATA | TLS_BREAK_SRV_KEY_X_HASH |
|
||||||
TLS_BREAK_SRV_KEY_X_SIGNATURE)) &&
|
TLS_BREAK_SRV_KEY_X_SIGNATURE)) &&
|
||||||
!conn->test_failure_reported) {
|
!conn->test_failure_reported) {
|
||||||
|
|
Loading…
Reference in a new issue