From 5064f0781f2eb0890bbe393e6808a465edf4a19a Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Tue, 26 Mar 2002 00:03:12 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. --- ext/openssl/tests/001.phpt | 64 ++++++++++++++++++++++++++++++++++++ ext/openssl/tests/skipif.inc | 11 +++++++ 2 files changed, 75 insertions(+) create mode 100644 ext/openssl/tests/001.phpt create mode 100644 ext/openssl/tests/skipif.inc diff --git a/ext/openssl/tests/001.phpt b/ext/openssl/tests/001.phpt new file mode 100644 index 0000000000..06a9c04bf5 --- /dev/null +++ b/ext/openssl/tests/001.phpt @@ -0,0 +1,64 @@ +--TEST-- +OpenSSL private key functions +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +Creating private key +Export key to file +Load key from file - array syntax +Load key using direct syntax +Load key manually and use string syntax +OK! diff --git a/ext/openssl/tests/skipif.inc b/ext/openssl/tests/skipif.inc new file mode 100644 index 0000000000..21e947d0b2 --- /dev/null +++ b/ext/openssl/tests/skipif.inc @@ -0,0 +1,11 @@ + -- 2.50.1