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

Upgrade OpenSSL to the latest stable 1.0.1c #88

Open
hnakamur opened this issue Sep 18, 2012 · 4 comments
Open

Upgrade OpenSSL to the latest stable 1.0.1c #88

hnakamur opened this issue Sep 18, 2012 · 4 comments
Assignees

Comments

@hnakamur
Copy link
Collaborator

Node.js v0.9.2 upgraded openssl to upgrade 1.0.1c.
http://blog.nodejs.org/2012/09/17/node-v0-9-2-unstable/

According to
https://www.axivo.com/community/threads/upgrade-to-openssl-1-0-1-in-centos.180/
OpenSSL 1.0.1 drastically improve the performance.

So we should upgrade OpenSSL, too!

@ghost ghost assigned hnakamur Sep 18, 2012
@dvv
Copy link
Contributor

dvv commented Sep 19, 2012

wonder if we should always (or by default) use system openssl?

@hnakamur
Copy link
Collaborator Author

System OpenSSL tends to be old.

The newer version of OpenSSL performs better, for example,
SSL termination: stunnel, nginx & stud, round 2 | Vincent Bernat

So we'd better use the latest stable OpenSSL version and link them statically.

@dvv
Copy link
Contributor

dvv commented Sep 19, 2012

i see. curious if i would be able to build lev on my mips router natively :) meaning whether building openssl depends on "fat" host tools like perl etc.

@hnakamur
Copy link
Collaborator Author

it's just an idea but i think you may cross-compile for your mips router on your Linux box.
i don't have any experience in cross-compiling though.

i found two pages with google, which you may be interested in.
http://stackoverflow.com/questions/5291190/how-to-cross-compile-for-mips
http://www.linux-mips.org/wiki/Toolchains

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

2 participants