| Commit message (Expand) | Author | Age | Files | Lines |
* | implement app_timer_real | Brent Cook | 2018-09-23 | 1 | -0/+14 |
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 3 | -3/+3 |
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 3 | -20/+3 |
* | add proper guard and typedef | Brent Cook | 2018-03-23 | 1 | -1/+1 |
* | adjust definition of compat clock_gettime | Brent Cook | 2018-03-23 | 1 | -1/+1 |
* | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 2 | -0/+32 |
* | Remove CMAKE_HOST_ references | Don | 2018-03-16 | 1 | -2/+2 |
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 2 | -11/+0 |
* | Add app_timer_user for Windows build | kinichiro | 2017-12-26 | 1 | -7/+5 |
* | Create correct directory in CMake install. | Aric Belsito | 2017-11-06 | 1 | -1/+1 |
* | Fix checking memmem in apps/ocspcheck/CMakeLists.txt | kinichiro | 2017-09-26 | 1 | -1/+1 |
* | use standard initialization for poll loop delay | Brent Cook | 2017-08-13 | 1 | -1/+3 |
* | Merge branch 'master' of https://github.com/libressl-portable/portable into S... | d3x0r | 2017-07-06 | 3 | -6/+7 |
|\ |
|
| * | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 2017-07-06 | 3 | -6/+6 |
* | | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 2017-07-06 | 3 | -8/+16 |
|/ |
|
* | add nc(1) manpage to install if enabled | Brent Cook | 2017-04-12 | 1 | -0/+1 |
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 2 | -380/+0 |
* | skip building ocspcheck on MSCV | Brent Cook | 2017-01-27 | 1 | -0/+4 |
* | Copy openbsd library file every time rather than statically checking in | kinichiro | 2017-01-27 | 3 | -267/+0 |
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 4 | -0/+289 |
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 1 | -0/+1 |
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 3 | -1/+40 |
* | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 2017-01-09 | 2 | -4/+4 |
* | remove unneeded slash after DESTDIR | kinichiro | 2016-10-30 | 1 | -4/+4 |
* | remove cms | Brent Cook | 2016-09-14 | 2 | -2/+0 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-08-13 | 1 | -5/+0 |
* | Revert "remove DEFAULT_CA_FILE patch, since libtls handles this by default" | Brent Cook | 2016-07-09 | 1 | -0/+5 |
* | remove DEFAULT_CA_FILE patch, since libtls handles this by default | Brent Cook | 2016-07-07 | 1 | -5/+0 |
* | Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris | Brent Cook | 2016-05-02 | 2 | -5/+5 |
|\ |
|
| * | fix ld warning "attempted multiple inclusion of file" on Solaris | kinichiro | 2016-04-21 | 2 | -5/+5 |
* | | add cmake build options | kinichiro | 2016-04-14 | 2 | -0/+14 |
|/ |
|
* | modify cmake to build nc | kinichiro | 2016-04-09 | 5 | -80/+139 |
* | allow optionally installing nc(1) with '--enable-nc' | Brent Cook | 2015-12-07 | 1 | -0/+4 |
* | fixup cert.pem path override for libtls, add for nc(1) | Brent Cook | 2015-12-07 | 1 | -0/+5 |
* | ensure we don't pass a negative int to ctypes functions | Brent Cook | 2015-11-23 | 1 | -3/+3 |
* | update apps.h include | Brent Cook | 2015-10-18 | 1 | -1/+1 |
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 4 | -6/+5 |
* | nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am | Jeremy Huddleston Sequoia | 2015-10-14 | 1 | -1/+1 |
* | add b64_ntop checking and fallback for nc(1) | Brent Cook | 2015-10-01 | 2 | -0/+319 |
* | visual studio path updates | Brent Cook | 2015-09-18 | 3 | -3/+4 |
* | fix a library paths, nc patch | Brent Cook | 2015-09-13 | 1 | -2/+2 |
* | a few more linux nc build tweaks | Brent Cook | 2015-09-13 | 1 | -0/+2 |
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 6 | -5/+361 |
* | move windows file IO mode setup to apps_win.c | Brent Cook | 2015-09-13 | 1 | -0/+31 |
* | readd openssl.1, distribute nc.1 | Brent Cook | 2015-09-13 | 2 | -0/+4 |
* | restrict nc to openbsd builds for now | Brent Cook | 2015-09-12 | 1 | -0/+4 |
* | correct nc compat path | Brent Cook | 2015-09-12 | 1 | -1/+1 |
* | add some backcompat in nc, don't install it | Brent Cook | 2015-09-12 | 1 | -1/+9 |
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 7 | -168/+183 |
* | remove engine.c from CMake | Brent Cook | 2015-09-11 | 1 | -1/+0 |