aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-114/+2
|
* remove engine from openssl(1)Brent Cook2015-09-111-1/+0
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-211-0/+1
| | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
* fixup how OPENSSLDIR is derived and expandedBrent Cook2015-07-151-8/+18
| | | | | | | | As per http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html we should not try to expand variables like sysconfdir in the configure script, but rather derive the correct value in the Makefiles instead. This fixes missing expansions as the preprocessor define.
* Improve automatic handling of OPENSSLDIRBrent Cook2015-07-121-1/+21
| | | | | Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting.
* rework CFLAGS/CPPFLAGS settings during configurationBrent Cook2015-03-221-1/+0
| | | | | | Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
* conditionally build certhash into openssl(1)Brent Cook2015-02-141-1/+6
| | | | | For now, look for openat and symlink. We may switch to just needing symlink later.
* add the new openssl(1) certhash commandBrent Cook2015-02-111-0/+1
|
* simplify building the apps MakefileBrent Cook2014-12-061-0/+82
Remove extra machinery in favor of a plain-old Makefile.am. Tighten up what files are copied on build, package a simple openssl.cnf.