summaryrefslogtreecommitdiffstats
path: root/thirdparty/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-14922-349507/+0
|
* openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde2018-01-1373-358/+882
|
* UWP: Update to build with Windows SDK 10.16229.0George Marques2017-11-091-0/+2
| | | | | - Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
* openssl: Sync with upstream 1.0.2lRémi Verschelde2017-05-27207-1710/+3124
|
* openssl: Reapply necessary UWP changes from patchRémi Verschelde2017-05-273-19/+27
|
* openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde2017-05-273-0/+66
| | | | | | 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).
* openssl: Sync with pristine upstream 1.0.2hRémi Verschelde2017-05-276-106/+11
| | | | | Our necessary custom changes will be reapplied in later commits for clarity, and saved as patches for future updates.
* openssl: Document update process and delete unused filesRémi Verschelde2017-05-2725-7211/+0
|
* Rename remaining WinRT references to UWPGeorge Marques2016-11-031-2/+2
|
* Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques2016-11-034-14/+14
|
* Rename WinRT files to UWPGeorge Marques2016-11-032-0/+0
|
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-15945-0/+354799
Same rationale as the previous commits.