Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-02 | Set _PATH_SSL_CA_FILE to either CMAKE_INSTALL_PREFIX or OPENSSLDIR for the ↵ | Geoff Beier | 1 | -0/+5 | |
OCSP tests so that OCSP tests can be executed on a system without /etc/ssl/cert.pem | |||||
2016-07-31 | update changelog for 2.4.2v2.4.2 | Brent Cook | 1 | -0/+39 | |
2016-07-31 | set link library dependencies with MSVC, fixes #221 | Brent Cook | 3 | -0/+9 | |
2016-07-31 | properly enable strnlen checks for MSVC | Brent Cook | 1 | -1/+1 | |
2016-07-29 | create OPENBSD_6_0 branch | Brent Cook | 2 | -1/+2 | |
2016-07-19 | Fix typo in USE_BUILTIN_ARC4RANDOM check | celan69 | 1 | -1/+1 | |
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. |