aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* generate opensslconf.h based on host cpu architectureBrent Cook2023-02-151-1/+1
|
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-1/+32
|
* Add configure option to disable testsVincent Torri2020-05-011-1/+4
|
* include cmake find module in distributionBrent Cook2019-04-111-1/+1
|
* Add export symbol support to CMakekinichiro2017-01-181-1/+1
|
* add cmake uninstall functionalitykinichiro2016-04-091-1/+1
| | | | | - add uninstall functionality * see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
* add install_sw alias for latest nginxBrent Cook2016-03-121-0/+3
| | | | fixes #174
* 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.
* package README.mdBrent Cook2015-06-141-1/+1
|
* enable libtls by defaultBrent Cook2015-03-191-5/+1
| | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
* add windows README, package README files with distributionBrent Cook2015-03-021-1/+1
|
* Fix build failure of "make distcheck" (new scripts/ folder missing)Jim Barlow2014-12-311-1/+1
|
* Add wrapper file "config" to distribution.Technion2014-12-151-1/+1
|
* add support for building libtlsBrent Cook2014-12-061-1/+5
| | | | | | | | Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@
* make 'autoreconf' work from dist tarballBrent Cook2014-11-031-0/+2
| | | | We need to include VERSION for it to run.
* add platform libraries to libcompat's LIBADD listBrent Cook2014-07-121-0/+3
| | | | ok beck@
* wording changes and initial stab at crypto man pages.Charlie Root2014-07-111-1/+1
| | | | | still need to get man links working and ssl and apps man pages added.
* initial top-level importBrent Cook2014-07-101-0/+2