[openssl] master update

dev at ddvo.net dev at ddvo.net
Wed May 19 13:14:56 UTC 2021


The branch master has been updated
       via  cf6cba90d53dca58cc41da59687ca7d1edf75458 (commit)
      from  25fad2ece854afe582b3c37913993fcaf19ca26a (commit)


- Log -----------------------------------------------------------------
commit cf6cba90d53dca58cc41da59687ca7d1edf75458
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date:   Wed May 19 15:03:15 2021 +0200

    80-test_cms.t: Disable new tests for binary input in Windows
    
    This is a quick workaround for #15347.
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15351)

-----------------------------------------------------------------------

Summary of changes:
 test/recipes/80-test_cms.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t
index 0e20b807c8..7896bc9b12 100644
--- a/test/recipes/80-test_cms.t
+++ b/test/recipes/80-test_cms.t
@@ -818,6 +818,7 @@ subtest "CMS binary input tests\n" => sub {
     my $cert = srctop_file("test", "certs", "ee-self-signed.pem");
     my $key = srctop_file("test", "certs", "ee-key.pem");
 
+    plan skip_all => "Binary input tests currently disabled on Windows" if $^O =~ /^MSWin32$/;
     plan tests => 11;
 
     ok(run(app(["openssl", "cms", "-sign", "-md", "sha256",


More information about the openssl-commits mailing list