Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleting OpenSSL module and library | Fabio Alessandrelli | 2018-02-14 | 788 | -254201/+0 |
| | |||||
* | openssl: Update to pristine 1.0.2n (security update) | Rémi Verschelde | 2018-01-13 | 58 | -328/+692 |
| | |||||
* | openssl: Sync with upstream 1.0.2l | Rémi Verschelde | 2017-05-27 | 163 | -1222/+2098 |
| | |||||
* | openssl: Reapply necessary UWP changes from patch | Rémi Verschelde | 2017-05-27 | 1 | -2/+7 |
| | |||||
* | openssl: Define WIN32_LEAN_AND_MEAN on Windows | Rémi Verschelde | 2017-05-27 | 1 | -0/+3 |
| | | | | | | 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.2h | Rémi Verschelde | 2017-05-27 | 2 | -12/+3 |
| | | | | | 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 files | Rémi Verschelde | 2017-05-27 | 23 | -5846/+0 |
| | |||||
* | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | openssl: Move to a module and split thirdparty lib | Rémi Verschelde | 2016-10-15 | 810 | -0/+258808 |
Same rationale as the previous commits. |