OpenCoverageOpenSSL

OpenSSL patch #11 - Test report of the modifications

Overview

Test Execution StatusStatistics
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)
CategoryRemoved LinesInserted LinesTotal
Modified lines executed:
   --    (0/0)
  0.000% (0/4)
  0.000% (0/4)
Modified lines not executed:
   --    (0/0)
 75.000% (3/4)
 75.000% (3/4)
Source code lines not instrumented:
   --    (0/0)
 25.000% (1/4)
 25.000% (1/4)

List of tests executing the changes

Execution NameState

Patch File

Showing: 

Modified File: ssl/ssl_lib.c

LineTestsDifference Output
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index d75158e30c..ec5b1554f7 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -654,6 +654,10 @@ int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)
654
655 ctx->method = meth;
656
657
0
+ if (!SSL_CTX_set_ciphersuites(ctx, TLS_DEFAULT_CIPHERSUITES)) {
658
0
+ SSLerr(SSL_F_SSL_CTX_SET_SSL_VERSION, SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS);
659
0
+ return 0;
660
-
+ }
657 ➡ 661 sk = ssl_create_cipher_list(ctx->method,
658 ➡ 662 ctx->tls13_ciphersuites,
659 ➡ 663 &(ctx->cipher_list),

Generated by Squish Coco 4.2.2