| Test Execution Status | Statistics |
|---|---|
| Passed | 0.000% (0/43) |
| Incident | 0.000% (0/43) |
| Skipped | 0.000% (0/43) |
| Failed | 0.000% (0/43) |
| Requires Manual Checking | 0.000% (0/43) |
| Unknown | 0.000% (0/43) |
| All | 0.000% (0/43) |
| Category | Removed Lines | Inserted Lines | Total |
|---|---|---|---|
| Modified lines executed: | 0.000% (0/1) | 0.000% (0/1) | 0.000% (0/2) |
| Modified lines not executed: | 0.000% (0/1) | 0.000% (0/1) | 0.000% (0/2) |
| Source code lines not instrumented: | 100.000% (1/1) | 100.000% (1/1) | 100.000% (2/2) |
| Execution Name | State |
|---|
| Line | Tests | Difference Output |
|---|---|---|
| diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h | ||
| index 8afb117372..440a5d6c19 100644 | ||
| --- a/ssl/ssl_locl.h | ||
| +++ b/ssl/ssl_locl.h | ||
| @@ -471,7 +471,7 @@ struct ssl_method_st { | ||
| 471 | long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void)); | |
| 472 | }; | |
| 473 | ||
| 474 | - No equivalent source code line in the reference code can be identified. | -# define TLS13_MAX_RESUMPTION_PSK_LENGTH 64 |
| 474 | - | +# define TLS13_MAX_RESUMPTION_PSK_LENGTH PSK_MAX_PSK_LEN |
| 475 | ||
| 476 | /*- | |
| 477 | * Lets make this into an ASN.1 type structure as follows |