Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| b5ebbf6b | 2016-11-13 13:10:42 | adjust mingw package name | ||
| a638d793 | 2016-11-13 13:06:28 | update to trusty distro, remove 3rd-party PPAs for testing | ||
| c4165cc2 | 2016-11-13 12:57:34 | fix static test link failures on OS X | ||
| 3b0488e8 | 2016-11-13 12:56:45 | update manpage links | ||
| 4e221632 | 2016-11-06 09:10:25 | link regression tests fully statically | ||
| 04150e63 | 2016-11-07 00:07:51 | fix cmake to link static crypto library for regression tests | ||
| f51c1b38 | 2016-11-06 21:56:25 | Fix for tests on Visual Studio - always link static ssl library for tests - copy DLLs for openssl.exe after building tests - add functions to crypto.def | ||
| 7e4ce26c | 2016-11-06 04:32:16 | use __MINGW_PRINTF_FORMAT for BIO_* print functions if available | ||
| d2f5ab1e | 2016-11-06 10:10:10 | prefer builtin arc4random on OS X 10.12+ (using getentropy as the signal) |