Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5e6c9983 | 2017-01-12 13:38:25 | Use correct CMake base directory offset CMAKE_SOURCE_DIR is the top-level directory of a project, but if you include this as a dependency, the file check locations won't exist at the top level of any parent project. CMAKE_CURRENT_SOURCE_DIR is the actual directory of the current project() regardless of compile mode (standalone or included in another project). | ||
| 9f9fdc05 | 2017-01-09 23:09:46 | OSCP -> OCSP | ||
| 7acb28a3 | 2017-01-09 03:58:26 | update Changelog | ||
| c6914595 | 2017-01-09 02:22:26 | fix static mingw builds, platform LDADD needs to come at the end | ||
| 45d35f0d | 2017-01-07 08:36:03 | update links | ||
| 5a351086 | 2017-01-06 09:05:59 | Add regression test ssl_versions | ||
| cf056d7d | 2016-12-29 04:03:17 | update manpage links | ||
| b48d11d8 | 2016-12-29 03:51:34 | Land #250, implement support for hiding symbols in libcrypto | ||
| 7054105f | 2016-12-26 21:53:29 | implement support for hiding symbols in libcrypto - delete crypto.def and generate it from Symbols.list - remove BIO_s_log since bss_log.c is not included on Windows - add Windows specific symbols by crypto/crypto_win.list | ||
| a206997a | 2016-12-10 20:58:04 | Sync getentropy() checks with use-builtin-arc4random checks Without this, we actually fail to build a library that includes the bultin getentropy when compiling for 10.11 on 10.12. |