Hello!!! I try to use a SSL PHP function openssl_seal() and openssl_open(). Was used
as a certificate and private key from packet openssl-engine-0.9.6c directory /demos/sign/...
openssl_seal work correctly, but when I try to decrypt encripted data with openssl_open() using as private key a key.pem from /demos/sign it return false;
What's wrong???...
Where I can read HOWTO about SSL???...