summaryrefslogtreecommitdiff
path: root/thirdparty/openssl
AgeCommit message (Collapse)Author
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-01-13openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde
2017-11-09UWP: Update to build with Windows SDK 10.16229.0George Marques
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
2017-05-27openssl: Sync with upstream 1.0.2lRémi Verschelde
2017-05-27openssl: Reapply necessary UWP changes from patchRémi Verschelde
2017-05-27openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde
This avoids namespace collisions with things such as X509_NAME. Also force include of necessary definitions in `crypto/o_str.c` which seem missing on MSVC (but work on MinGW).
2017-05-27openssl: Sync with pristine upstream 1.0.2hRémi Verschelde
Our necessary custom changes will be reapplied in later commits for clarity, and saved as patches for future updates.
2017-05-27openssl: Document update process and delete unused filesRémi Verschelde
2016-11-03Rename remaining WinRT references to UWPGeorge Marques
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-11-03Rename WinRT files to UWPGeorge Marques
2016-10-15openssl: Move to a module and split thirdparty libRémi Verschelde
Same rationale as the previous commits.