Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9a5e2f16 | 2016-11-06 09:21:40 | update changelog for 2.4.4 | ||
| c4ebe251 | 2016-09-23 05:40:01 | Update changelog | ||
| 1d364747 | 2016-08-01 21:28:53 | Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem | ||
| 48ecc2d0 | 2016-07-31 17:55:50 | update changelog for 2.4.2 | ||
| 7f322bfe | 2016-07-31 17:11:19 | set link library dependencies with MSVC, fixes #221 | ||
| 47d4f710 | 2016-07-31 17:10:39 | properly enable strnlen checks for MSVC | ||
| 12348e6f | 2016-07-29 07:51:02 | create OPENBSD_6_0 branch | ||
| 1b10e48a | 2016-07-19 12:11:28 | Fix typo in USE_BUILTIN_ARC4RANDOM check Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective. | ||
| a9332cce | 2016-07-17 18:12:23 | avoid BSWAP assembly for ARM <= v6 | ||
| fa435db8 | 2016-07-17 17:37:16 | format 64-bit int portably (windows wants %l64d) |