Skip to content

Conversation

@kazuho
Copy link
Member

@kazuho kazuho commented Apr 7, 2015

After the last release (1.1.1) in #236 we have switched by default to build against the bundled libressl.

However there is a significant drawback in performance as reported in #263 as well as compatibility issues on ARM.

Therefore this PR minimizes the selection of bundled libressl (as the library to which the standalone server links by default) to when all of the following conditions are met:

  • OpenSSL equal to or above version 1.0.2 is not found
  • host processor is x86 (both 32-bit and 64-bit)

@kazuho kazuho changed the title Kazuho/default to openssl if 1.0.2 default to openssl if 1.0.2 Apr 7, 2015
@kazuho kazuho changed the title default to openssl if 1.0.2 default to openssl if 1.0.2 (or if CPU is non-x86) Apr 7, 2015
kazuho added a commit that referenced this pull request Apr 7, 2015
default to openssl if 1.0.2 (or if CPU is non-x86)
@kazuho kazuho merged commit d611eb2 into master Apr 7, 2015
@kazuho kazuho mentioned this pull request Apr 7, 2015
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

Successfully merging this pull request may close these issues.

2 participants