Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -1/+32 |
| | |||||
* | Add configure option to disable tests | Vincent Torri | 2020-05-01 | 1 | -1/+4 |
| | |||||
* | include cmake find module in distribution | Brent Cook | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Add export symbol support to CMake | kinichiro | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | add cmake uninstall functionality | kinichiro | 2016-04-09 | 1 | -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 nginx | Brent Cook | 2016-03-12 | 1 | -0/+3 |
| | | | | fixes #174 | ||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -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.md | Brent Cook | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -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 distribution | Brent Cook | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Fix build failure of "make distcheck" (new scripts/ folder missing) | Jim Barlow | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Add wrapper file "config" to distribution. | Technion | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | add support for building libtls | Brent Cook | 2014-12-06 | 1 | -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 tarball | Brent Cook | 2014-11-03 | 1 | -0/+2 |
| | | | | We need to include VERSION for it to run. | ||||
* | add platform libraries to libcompat's LIBADD list | Brent Cook | 2014-07-12 | 1 | -0/+3 |
| | | | | ok beck@ | ||||
* | wording changes and initial stab at crypto man pages. | Charlie Root | 2014-07-11 | 1 | -1/+1 |
| | | | | | still need to get man links working and ssl and apps man pages added. | ||||
* | initial top-level import | Brent Cook | 2014-07-10 | 1 | -0/+2 |