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

Added wolfSSL Compatability for Asio instead of OpenSSL #321

Closed
wants to merge 3 commits into from

Conversation

MJSPollard
Copy link
Contributor

@MJSPollard MJSPollard commented Jul 12, 2018

This PR enables the user to compile a program using Asio with the most current version of wolfSSL instead of OpenSSL. Changes to configure.ac enable the user to run the included unit tests with wolfSSL. You can build wolfSSL on a unix type environment with Asio compatibility by executing the following commands from the downloaded wolfSSL root directory:
$ ./autogen.sh
$ ./configure --enable-asio
$ make
$ sudo make install

@MJSPollard MJSPollard closed this Apr 9, 2019
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.

1 participant