Date: 11/13/00
- Next message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] php.org and www.motherboards.com"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Nov 13, 2000 at 02:12:40PM -0600, Andrei Zmievski wrote:
> On Mon, 13 Nov 2000, Sterling Hughes wrote:
> > I see some on the website given in the e-mail: http://www.venaas.no/php/ :)
>
> Hmm, I wonder if it'd better to just pass the certificate file name to
> the functions instead of requiring the user to open them and pass the
> file pointer...
The advantage of the current way is that you can do:
$fp = fopen("http://www.www.ww/cert.pem");
$x509 = openssl_read_x509($fp);
How about both? I can check whether it's a string or a resource.
Stig
-- 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>
- Next message: Sterling Hughes: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] php.org and www.motherboards.com"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] assymetric encryption functions based on OpenSSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

