Re: [PHP-DEV] assymetric encryption functions based on OpenSSL From: Stanislav Malyshev (stas <email protected>)
Date: 11/14/00

SV>> The advantage of the current way is that you can do:
SV>>
SV>> $fp = fopen("http://www.www.ww/cert.pem");
SV>> $x509 = openssl_read_x509($fp);

I guess if that extension uses standard PHP open wrappers, you could do
that anyway.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>