]> granicus.if.org Git - php/commit
openssl: Add openssl_pkcs12_(read, export) tests
authorJelle van der Waa <jelle@vdwaa.nl>
Thu, 8 Jun 2017 12:31:48 +0000 (14:31 +0200)
committerJakub Zelenka <bukka@php.net>
Sun, 18 Jun 2017 18:02:51 +0000 (19:02 +0100)
commit509f5097ab0b578adc311c720afcea8de266aadd
treefdbb99be460e6c8ad678dbff8a4c8b79b84c00ee
parent887fabe78f61d338dde9a1d485ac8aff8b7d89e9
openssl: Add openssl_pkcs12_(read, export) tests

Add basic tests for openssl_pkcs12_read and openssl_pkcs12_export.
openssl_pkcs12_export has two tests disable which currently do not work
as intended and should be fixed.
ext/openssl/tests/openssl_pkcs12_export_basic.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs12_read_basic.phpt [new file with mode: 0644]
ext/openssl/tests/private.crt [new file with mode: 0644]
ext/openssl/tests/public.crt [new file with mode: 0644]