aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix MacOSX cmake missing symbol _clock_gettimepaul43342019-04-301-0/+7
* implement app_timer_realBrent Cook2018-09-231-0/+14
* add private includes for apps and testsBrent Cook2018-06-141-1/+1
* scope private/public headers when embedding into other projectsBrent Cook2018-05-291-6/+1
* add proper guard and typedefBrent Cook2018-03-231-1/+1
* adjust definition of compat clock_gettimeBrent Cook2018-03-231-1/+1
* add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-222-0/+32
* Remove CMAKE_HOST_ referencesDon2018-03-161-2/+2
* Add app_timer_user for Windows buildkinichiro2017-12-261-7/+5
* Create correct directory in CMake install.Aric Belsito2017-11-061-1/+1
* use standard initialization for poll loop delayBrent Cook2017-08-131-1/+3
* Merge branch 'master' of https://github.com/libressl-portable/portable into S...d3x0r2017-07-061-2/+2
|\
| * use GNUInstallDirs from cmake to specify install paths.d3x0r2017-07-061-2/+2
* | Add option LIBRESSL_SKIP_INSTALLd3x0r2017-07-061-4/+8
|/
* fix static mingw builds, platform LDADD needs to come at the endBrent Cook2017-01-091-2/+2
* remove unneeded slash after DESTDIRkinichiro2016-10-301-4/+4
* remove cmsBrent Cook2016-09-142-2/+0
* Land #192, fix fix ld warning "attempted multiple inclusion of file" on SolarisBrent Cook2016-05-021-2/+2
|\
| * fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-211-2/+2
* | add cmake build optionskinichiro2016-04-141-0/+8
|/
* modify cmake to build nckinichiro2016-04-092-0/+82
* update apps.h includeBrent Cook2015-10-181-1/+1
* Windows compatibility fixesBrent Cook2015-10-183-3/+3
* visual studio path updatesBrent Cook2015-09-182-2/+2
* move windows file IO mode setup to apps_win.cBrent Cook2015-09-131-0/+31
* readd openssl.1, distribute nc.1Brent Cook2015-09-131-0/+2
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-124-0/+485