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

On Mon, Nov 13, 2000 at 05:02:49PM -0700, Ron Chmara wrote:
> Stig Venaas wrote:
> > I'm about to add an extension I called openssl. When configured with
> > --with-openssl the extension will be included
>
> Nifty, we will need to re-document --with-openssl in several places,
> though, as it's currently also used to enable ssl support in SNMP..

Yes, I'm not sure if the name should be different or not. As far as I
can see, SNMP doesn't actually use OpenSSL except that PHP must be
linked with OpenSSL if SNMP is. Same goes for LDAP which may use SSL,
and IMAP that uses --with-imapssl. In MySQL there's also a check for
HAVE_OPENSSL, it didn't compile when I set it though.

I think the main question is: Should we have a common ssl-option that
enables ssl-extension and SSL enhancements all over, or should we break
it up in separate options. I'm not sure why one would want to set them
separately though.

BTW, the reason I called the extension openssl and not ssl, is that
it won't build with just any ssl-library.

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>