From: SVN Migration Date: Tue, 26 Mar 2002 00:03:12 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. X-Git-Tag: php-4.2.0RC2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5064f0781f2eb0890bbe393e6808a465edf4a19a;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_2_0'. --- 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 @@ +