aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-221-0/+6
|
* 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-141-1/+0
|
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-04-211-2/+2
| | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
* modify cmake to build nckinichiro2016-04-091-0/+1
| | | | | | | | | | | - modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1
* Windows compatibility fixesBrent Cook2015-10-181-2/+2
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* 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-121-0/+116