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
Update PolarSSL to current stable version #102
Conversation
|
Please buildbot-try this PR. |
|
I can't, it's too large. |
|
At least try an OSX build then. |
|
21:50:07 pauldachz> flacs: Currently building your PolarSSL PR on OS X for your convenience. |
|
I'll go ahead and squash this. |
I just removed Externals/polarssl/, added the new version, then deleted the following files/directories: DartConfiguration.tcl Makefile doxygen/ library/Makefile programs/ scripts/ tests/ visualc/
- strip down PolarSSL's CMakeLists.txt - switch to the PolarSSL 1.3 API - use entropy interface instead of havege (PolarSSL 1.3 has disabled havege by default because it is "considered unsafe for primary usage") - add VS2013 .vcxproj file
|
Please add a version check Matthew Parlane
|
|
OK, I think this PR is merge-ready. EDIT: |
Update PolarSSL to current stable version
Reformatted RestoreDashing.cpp code
Some of these commits can obviously be squashed but I'll leave them for now for easier review.
Compiles on Linux and Windows, nothing else tested yet.