aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update for speed.c and .h churnTheo Buehler2025-01-021-5/+0
* use TIMEVAL typedef with select()Brent Cook2024-10-061-1/+1
* for poll timeout -1, set loop time more reasonablyBrent Cook2024-10-061-2/+2
* spkac.c is no moreTheo Buehler2024-07-082-2/+0
* cmake: stop exporting compat functionsViktor Szakats2023-12-141-1/+1
* generate opensslconf.h in build dir for cmakeBrent Cook2023-07-041-6/+11
* link internal apps staticallyBrent Cook2023-05-271-2/+7
* A handful of files were removedTheo Buehler2023-04-252-2/+0
* Add strtonum to compat library and export itkinichiro2021-12-262-12/+0
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-0/+1
* Force cmake to link strtonum shim with Darwin less than 20kinichiro2021-05-221-1/+2
* Add '--enable-libtls-only' build optionBrent Cook2021-04-072-41/+5
* re-add CMS to openssl(1)Brent Cook2019-11-072-0/+2
* Enable speed on win32kinichiro2019-07-141-0/+66
* 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