Re: [RFC] Build OpenSSL Module by Default

From: Date: Mon, 03 Feb 2014 06:22:49 +0000
Subject: Re: [RFC] Build OpenSSL Module by Default
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
hi Yasuo,


On Feb 3, 2014 6:16 AM, "Yasuo Ohgaki" <[email protected]> wrote:
> Build OpenSSL Module by Default
> https://wiki.php.net/rfc/build-openssl-by-default
>
> Internal developers and application developers' life could be a lot easier
> if OpenSSL can be used always. There are number of ways to work around w/o
> it (e.g. use php_win32_get_random_bytes() (Windows) or reading directly
> from /dev/xrandom for random bytes), but life could be easier with
> openssl. e.g. Hardware AES, etc.
>
> Any comments for building openssl by default?

I do not think enabling openssl by default is a good thing, as it states
now. We use not to ebable extension by default, if it is meant as must be
configured, if there are external dependencies. ext/openssl and openssl are
also not the state of the art from an APIs point of view (diplomatically
said), both in userland and internally. There are some on going work to
provide better interfaces in userland (I can't find it back, but it was
discussed here or on pecl-dev :).

Cheers,

Pierre


Thread (7 messages)

« previous php.internals (#72039) next »