summaryrefslogtreecommitdiff
path: root/test/recipes/30-test_evp_pkey_provided.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-11-18 02:30:50 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-29 20:55:16 +0100
commit6ae5543c5f8476f4cae9c00209ef062746bbfd3c (patch)
tree6e454c8af5910729f905f89b60a5a418a17cf3f2 /test/recipes/30-test_evp_pkey_provided.t
parent264b789bc240e6d0f642b274b6ab3cf8470e4aef (diff)
downloadopenssl-new-6ae5543c5f8476f4cae9c00209ef062746bbfd3c.tar.gz
TEST: add tests of text and PEM printout of a provider made key
This renames test/evp_fromdata_test.c to test/evp_pkey_provided_test.c, to encourage additional testing of provider made keys. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10394)
Diffstat (limited to 'test/recipes/30-test_evp_pkey_provided.t')
-rw-r--r--test/recipes/30-test_evp_pkey_provided.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/recipes/30-test_evp_pkey_provided.t b/test/recipes/30-test_evp_pkey_provided.t
new file mode 100644
index 0000000000..669438caed
--- /dev/null
+++ b/test/recipes/30-test_evp_pkey_provided.t
@@ -0,0 +1,13 @@
+#! /usr/bin/env perl
+# Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+#
+# 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
+
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_evp_pkey_provided", "evp_pkey_provided_test");