Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-23 | update changelog | Brent Cook | 1 | -1/+50 | |
2016-09-23 | Update changelog | Brent Cook | 1 | -0/+13 | |
2016-09-14 | ensure that __STRING works | Brent Cook | 1 | -0/+5 | |
2016-09-14 | remove cms | Brent Cook | 3 | -3/+1 | |
2016-09-04 | more cdefs.h removal | Brent Cook | 2 | -3/+0 | |
2016-09-04 | cdefs.h should not be required anywhere | Brent Cook | 2 | -31/+16 | |
2016-09-04 | wire up sys/types.h to pull in sys/cdefs.h | Brent Cook | 1 | -0/+2 | |
2016-09-04 | rebase nc(1) patch | Brent Cook | 1 | -20/+20 | |
2016-09-02 | update for new repository layout | Brent Cook | 1 | -21/+21 | |
2016-08-30 | enable tls_ext_alpn regression test | kinichiro | 3 | -0/+11 | |
- add tls_ext_alpn entry for automake and cmake - add tests/tls_ext_alpn* to .gitignore | |||||
2016-08-25 | build Windows DLL on CMake | Satoshi Yasushima | 4 | -4/+10 | |
like below. * libcrypto-38.dll * libssl-39.dll * libtls-11.dll | |||||
2016-08-25 | build MinGW on CMake | Satoshi Yasushima | 4 | -7/+10 | |
2016-08-13 | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2 | -41/+14 | |
2016-08-12 | Set _PATH_SSL_CA_FILE to the tarball internal path for regression tests | kinichiro | 2 | -6/+3 | |
- let tests to use the cert.pem in the tarball, for both automake and cmake. - put this definition out of "if(ENABLE_EXTRATESTS)" since this can be shared by all tests. | |||||
2016-08-09 | Disable netcat if arpa/telnet.h is not available (iOS) | jacob berkman | 1 | -0/+2 | |
2016-08-07 | compat gentroy() for macs is called gentropy_osx.c | Tamer Saadeh | 1 | -1/+1 | |
2016-08-01 | 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.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-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. |