Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenSSL PHP binding when PHP bug #61204 is fixed, instead of phpecc #5

Closed
Minishlink opened this issue Mar 21, 2016 · 2 comments
Closed

Comments

@Minishlink
Copy link
Member

Generating a public/private key pair and computing the shared secret with OpenSSL should have better performance than with phpecc.

See the PHP bug #61204.

This fix should be backward compatible with old versions of PHP in which the PHP bug is not fixed.

If you want to help: (thanks!)

  • vote for the PHP bug in the above linked page
  • or contribute to php/php-src in order to fix the bugs
@Minishlink Minishlink added this to the 0.3.1 milestone Mar 21, 2016
@marco-c
Copy link
Member

marco-c commented Mar 21, 2016

It should also be more secure, as phpecc has known vulnerabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Minishlink @marco-c and others