chunk 7 of CMP contribution to OpenSSL
[openssl.git] / test / recipes / 15-test_rsa.t
index a57ce63a903d88b91a2631de01d3c2574265af4c..3b1a0fcd5d17bc536188ea9d6a18e662b5349f7d 100644 (file)
@@ -1,7 +1,7 @@
 #! /usr/bin/env perl
 # Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
 #
-# Licensed under the OpenSSL license (the "License").  You may not use
+# Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
@@ -34,6 +34,12 @@ ok(run(app([ 'openssl', 'rsa', '-check', '-in', srctop_file('test', 'testrsa.pem
      subtest 'rsa conversions -- private key PKCS#8' => sub {
         tconversion("rsa", srctop_file("test","testrsa.pem"), "pkey");
      };
+}
+
+ SKIP: {
+     skip "Skipping msblob conversion test", 1
+        if disabled("rsa") || disabled("dsa");
+
      subtest 'rsa conversions -- public key' => sub {
         tconversion("msb", srctop_file("test","testrsapub.pem"), "rsa",
                     "-pubin", "-pubout");