Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1c3377ba | 2020-05-01 04:09:57 | bump cmake and appveyor build environment | ||
| 4d07b727 | 2020-04-20 20:28:48 | Force use of 3.15.7 | ||
| 79fb34a9 | 2020-04-15 13:12:31 | Add support for use of static MSVC runtimes In certain contexts LibreSSL needs to be built with `/MT` instead of `/MD` for inclusion in other projects. These changes allow for the command-line option `USE_STATIC_MSVC_RUNTIMES` to be set to `ON` if the use wishes to generate projects that will build with static runtimes. This feature requires CMAKE version 3.15+, hence the minimum required version has changed as well. | ||
| ceeb3bb4 | 2020-04-09 08:29:34 | update public signify key | ||
| 3b328512 | 2020-04-06 00:17:38 | Further tweak change log for 3.1.0. | ||
| d6c3f2d7 | 2020-04-04 20:28:23 | adjust 1.3 wordage | ||
| 6358ef17 | 2020-04-05 11:12:17 | Update ChangeLog | ||
| 7625741c | 2020-04-04 10:28:40 | Changelog updates | ||
| d54b9c15 | 2020-03-31 15:03:44 | crypto: regenerate crypto_portable.sym Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||
| 81e279b6 | 2020-03-26 19:01:20 | Land #575, fix android build |