aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix ld warning "attempted multiple inclusion of file" on Solariskinichiro2016-05-021-2/+2
| | | | - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
* update apps.h includeBrent Cook2015-10-181-1/+1
|
* Windows compatibility fixesBrent Cook2015-10-183-3/+3
| | | | | | | | | | | 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
* 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